Community discussions

MikroTik App
 
Nando
just joined
Topic Author
Posts: 2
Joined: Tue Feb 21, 2012 10:39 pm
Location: Limerick, Ireland

Captive Portal iOS 16.0.2 issues  [SOLVED]

Wed Sep 28, 2022 1:44 pm

Hello All,

We are seeing issues with the latest version of iOS (16)

The Captive network assistant (CNA) pops up intermittently.

When it does we get an error "Error opening page - Hotspot login cannot open the page because the server cannot be found"

Works perfectly using iOS 15

Is there anyone seeing similar issues with Mikrotik Hotspot ?
 
Nando
just joined
Topic Author
Posts: 2
Joined: Tue Feb 21, 2012 10:39 pm
Location: Limerick, Ireland

Re: Captive Portal iOS 16.0.2 issues

Thu Oct 06, 2022 7:44 pm

We figured this out.

Apple have changed something on their DNS network settings on iOS16.

We were bypassing 8.8.8.8 on our hotspot walled garden script (mainly used for for testing i.e. ping 8.8.8.8 )

I could not reach our local hotspot IP (router gateway IP) or DNS name via phone browser with iOS 16

Removing the walled garden entry for 8.8.8.8 fixed the issue.

Some others having similar issues with other applications here:

https://developer.apple.com/forums/thread/715416
 
giopec
just joined
Posts: 1
Joined: Wed Dec 07, 2022 12:55 pm

Re: Captive Portal iOS 16.0.2 issues

Wed Dec 07, 2022 1:00 pm

Hi Nando,
We are making some tests on similar issues did you get to know why this has fixed the issues?
"Removing the walled garden entry for 8.8.8.8 fixed the issue"
This seems a very standard configuration to use that DNS.
Giovanni
 
arash66
just joined
Posts: 1
Joined: Sat Mar 12, 2022 2:13 am

Re: Captive Portal iOS 16.0.2 issues

Fri Dec 16, 2022 9:31 am

Hi, we have a similar issue.

iPhones with iOS + 16 no longer prompt our hotspot's landing page hosted by MikroTik routers.

A Godaddy SSL certificate secures the landing page and once I bypass the crt, the landing page pops up just fine!

We also don't have any of the public DNSs on the Walled garden.

Any of you guys can help us out with this?
 
Bitto
Frequent Visitor
Frequent Visitor
Posts: 94
Joined: Wed May 02, 2012 10:15 am

Re: Captive Portal iOS 16.0.2 issues

Tue Jan 10, 2023 12:07 pm

Any updates about this problem? All of our customers who uses iOS/iPadOS 16 are complaining about no login redirection. Does mikrotik acknowledges this problem? Will there be any updates to fix this?
 
User avatar
pablorib
just joined
Posts: 14
Joined: Mon Oct 07, 2013 3:32 am
Location: Santa cruz Bolivia
Contact:

Re: Captive Portal iOS 16.0.2 issues

Tue Jan 24, 2023 4:27 pm

Any updates about this problem? All of our customers who uses iOS/iPadOS 16 are complaining about no login redirection. Does mikrotik acknowledges this problem? Will there be any updates to fix this?
We finally found the cause of all headaches.
There is a file called api.json inside the new standard hotspot folder, that triggers the Apple Cna.
With it, it pops up.
Without it doesn't.


viewtopic.php?p=952586&hilit=hotspot+ios#p952586
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26291
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: Captive Portal iOS 16.0.2 issues

Tue Jan 24, 2023 5:04 pm

It could be that, but most likely there is a more easy solution. Check your walled garden and remove entries from there. Many people enter some apple servers in there and then are surprised that apple is bypassed
 
aeero
just joined
Posts: 1
Joined: Tue Jan 24, 2023 5:06 pm

Re: Captive Portal iOS 16.0.2 issues

Tue Jan 24, 2023 5:56 pm

Thanks a lot.

Removing the file api.json has solved the problem.

Putting Apple servers urls in the walled garden makes no sense at all.
The whole captive portal detection mechanism is based on whether you can reach these servers.
 
amobasher
newbie
Posts: 31
Joined: Sun Jul 06, 2014 3:19 pm

Re: Captive Portal iOS 16.0.2 issues

Thu Mar 23, 2023 11:38 am

placing the API.json file in the root directory of our customized hotspot doesn't solve the problem with apple devices, with/without API.json the Iphone doesn't popup the captive portal!

I'm using local DNS along with 8.8.8.8

any advise ?
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26291
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: Captive Portal iOS 16.0.2 issues

Thu Mar 23, 2023 11:42 am

I repeat once again.
Please check walled garden. Many of you put some apple domains in there for no reason, other than you copied somebody elses broken config.
 
amobasher
newbie
Posts: 31
Joined: Sun Jul 06, 2014 3:19 pm

Re: Captive Portal iOS 16.0.2 issues

Thu Mar 23, 2023 12:10 pm

I repeat once again.
Please check walled garden. Many of you put some apple domains in there for no reason, other than you copied somebody elses broken config.
My walled garden and walled garden IP list are totally empty, any advise on what could be the solution?
 
amobasher
newbie
Posts: 31
Joined: Sun Jul 06, 2014 3:19 pm

Re: Captive Portal iOS 16.0.2 issues

Mon Mar 27, 2023 2:18 pm

Just Update:
I've tested downgrading the router board 1036 from ver 7 to ver 6.49.7 and the captive portal didn't pop up automatically and connected my router to a different ISP and reconfigure the Mikrotik address list and routes and the issue solved and the Captive portal popup automatically on all IOS devices
 
Flo
just joined
Posts: 3
Joined: Fri Mar 31, 2023 8:36 am

Re: Captive Portal iOS 16.0.2 issues

Fri Mar 31, 2023 8:47 am

Mybee interessting fact i found out with the case that the Portal is not working....
I found following Info on the Apple Side:

DHCP Option: 114 (Captive-Portal)
Length: 38
Value: https://example.org/captive-portal/api

DHCPv6 Option: 103 (Captive-Portal)
Length: 38
Value: https://example.org/captive-portal/api

IPv6 RA Option: 37 (Captive-Portal)
Length: 38
Value: https://example.org/captive-portal/api


So i created follwoing DHCP Option for my Hotspot DHCP Server:
/ip dhcp-server option
add code=114 force=yes name="Captive Portal" value="'http://***IP Hotspot Bridge***'"
add code=160 force=yes name=option1 value="'http://***IP Hotspot Bridge***'"
/ip dhcp-server option sets
add name=set1 options="Captive Portal,option1"
Than i had to go to the DHCP Server and activate the DHCP Option.

After this i greated an Walled Garden deny rule.
(iOS is checking captive.apple if there is internet on the connected WLAN)
add action=deny dst-host=*captive.apple* server=****HOTSPOT-SERVER-NAME****
Than move this rule to 1st positon.
Since than my Hotspot Portal is back working on all iOS devices.

Maybe it will help some others.

Info from Apple regarding DHCP Options: https://developer.apple.com/news/?id=q78sq5rv

Who is online

Users browsing this forum: AkosGergely, bp0, GoogleOther [Bot] and 87 guests