Page 1 of 1

Apple devices won't connect

Posted: Mon May 04, 2015 2:41 pm
by WirelessRudy
I have several 2,4Ghz AP (SXT or other routerboard units) all connected via a vlan network to one dhcp server.

Several people are allowed to use this network to go online.
Tablet's, PC's (laptops) and smartphones (windows/androids) all connect and get an IP with default gateway etc. and can browse the internet.

Except for Apple devices. Sometimes an apple device works but 80% of the case we seem not to be able to find why they won't...

The are associated to the AP, good signals even, better sometimes than a android phone beside it, but no IP exchange.

When I try to connect Apple device to local Wifi (MT router) that has local dhcp server (just my office wifi router) it connects and gets an IP inmediately.
If I now compare my local wifi and the remote 2,4Ghz AP's (I call them hotspot, but they are just simple AP's in a bridge network where an dhcp server is found at distant and also the border gateway will be found at distance.) I see no real differences apart from the SSID and the fact that the local AP has its local dhcp-server and is routed to the internet where the bridge AP's are having a vlan interconnecting them towards a central dhcp-server and a remote internet gateway.

But why is this happening ONLY with Apple devices? All other brands have no issues......

Re: Apple devices won't connect

Posted: Mon May 04, 2015 2:45 pm
by WirelessRudy
Well, the topic should read "won't be assigned an IP" the do connect....

Re: Apple devices won't connect

Posted: Mon May 04, 2015 2:50 pm
by WirelessRudy
If I look in the log of the dhcp-server the message generated by the dhcp-server reads;

"Server client xx.xx.xx.xx.xx.xx. declines IP address 20.20.20.xxx"

(My dhcp-pool is 20.20.20.100-20.20.20.254 where my network is 20.20.20.0/24)

Any other device is just assigned with an IP...

Is this anything to do with the Apple OS?
In this instance its relates an Ipad and an Iphone.

But I do have clients that CAN connect with their Iphone or Ipad. So to be honest I am clueless.

Re: Apple devices won't connect

Posted: Mon May 04, 2015 3:17 pm
by WirelessRudy
According the log it is the Apple devices that actually send a 'decline' message to server... (see picture) why?
Screenshot 2015-05-04 14.14.23.png

Re: Apple devices won't connect

Posted: Mon May 04, 2015 3:49 pm
by pukkita
What's your DHCP Server > DHCP authoritative setting? try setting it to "yes".

Re: Apple devices won't connect

Posted: Mon May 04, 2015 4:32 pm
by WirelessRudy
What's your DHCP Server > DHCP authoritative setting? try setting it to "yes".
Although I would not know what if would differ, I tried it anyway.... it doesn't help.
DHCP-server status stays now 'offered' for a some minute or so until the request disappears to be renewed again after a sec.

In the original setting; "Authoritative: after 2s delay" the status went from 'offered' to 'bound' to 'waiting' and back to 'offered' again.

Re: Apple devices won't connect

Posted: Mon May 04, 2015 5:26 pm
by pukkita
There are any differences between the ios devices that actually connect and those who doesn't?

IOS devices use some sort of algorithm to confirm a lease faster, maybe is related to the VLAN setup, so capturing the traffic from device showing this issue (esp. ARP) can lead you to a clue...

suerte!

Re: Apple devices won't connect

Posted: Mon May 04, 2015 5:39 pm
by WirelessRudy
There are any differences between the ios devices that actually connect and those who doesn't?

IOS devices use some sort of algorithm to confirm a lease faster, maybe is related to the VLAN setup, so capturing the traffic from device showing this issue (esp. ARP) can lead you to a clue...

suerte!
Well, don't know. On the moment have no other ios devices at hand that can connect.
But I also suspect its the vlan having something to do with it. But I'm not going to change my network because some ios devices won't get an IP. It works fine for several hundreds of other devices.....

What do you mean with "(esp. ARP)" ?

Re: Apple devices won't connect

Posted: Mon May 04, 2015 5:57 pm
by pukkita
sorry, I meant ARP Protocol.

Re: Apple devices won't connect

Posted: Sat May 09, 2015 2:16 pm
by karina
Not sure wether it is relevant. We have found some Apple devices to be troublesome on 80211a/b when non Apple devices are already connected to the same AP. Turned out to be the security authentication type. It seems if an AP is allowed to use WPA2 aes and tkip problems arise. If the AP is forced to only use WPA2 aes then the problems go away. The only other oddity we found with some apple devices is they dont like a Punctuation mark like _ in the SSID.

Re: Apple devices won't connect

Posted: Sun May 31, 2015 12:10 am
by flynno
Turn off TKIP

Re: Apple devices won't connect

Posted: Mon Jun 01, 2015 1:06 pm
by WirelessRudy
Its an open AP.
We just filter clients by mac. authentication... so no encryption takes place.....

Just this morning again, two androids connected without problems, one Iphone connects without problem, one SXT 2,4G connects without problem, but two Ipad can't connect. They see the network but connection is rejected with the message "check your network provider" (haha, that's me!)

Any ideas..?

It ONLY happens with Apple devices. We've had people with Iphones, Ipads and a MacBook that were not allowed.
But others, even with the same kind of devices have no issue...... very, very weird.

Re: Apple devices won't connect

Posted: Mon Jun 01, 2015 1:47 pm
by pukkita
Have a look at this thread
To implement a Wi-Fi popup login page:
1.DNS request for http://www.apple.com must not fail
2.HTTP request for http://www.apple.com/library/test/success.html with special user agent CaptiveNetworkSupport/1.0 wispr must not return Success.
Maybe differences in IOS version are causing the failings? check DNS requests when such a device doesn't connect. I also found that reverse DNS for the router IP should work (insert an static entry in addition to the router FQDN)

Re: Apple devices won't connect

Posted: Mon Jun 01, 2015 10:33 pm
by dgnevans
i had a similar problem where I would have windows and android devices not getting a dhcp address. 1100 ahx2 router and engenius access points. I found that if i went into the settings for each apple device under TCP/ip there is client ID or dhcp Client ID.I copied the mac address and put it into their. They then got an IP straight away. may be worth trying on one of the devices that fails.

Re: Apple devices won't connect

Posted: Mon Jun 22, 2015 12:16 pm
by palmero
Hi,

I am pretty sure it won't solve your issue, but I think you should try to avoid using networks like 20.20.20.0/24 for your local network, unless you have that range assignet to you by IANA.

Use private IP networks instead.

https://en.wikipedia.org/wiki/Private_network

If you use a legal IP for your local network and happens that you have to access a public server and the DNS returns an IP in your local network, you are screwed up.

I would give it a try.

Regards

Re: Apple devices won't connect

Posted: Tue Jun 23, 2015 1:19 am
by WirelessRudy
Hi,

I am pretty sure it won't solve your issue, but I think you should try to avoid using networks like 20.20.20.0/24 for your local network, unless you have that range assignet to you by IANA.

Use private IP networks instead.

https://en.wikipedia.org/wiki/Private_network

If you use a legal IP for your local network and happens that you have to access a public server and the DNS returns an IP in your local network, you are screwed up.

I would give it a try.

Regards
hmm, that's new to me. I thought 20.20.20.0/24 like 10.10.10.0/24 was for private use too. I used it to distinguish from some other part of my networks. But ok, wikipedia is clear.
Maybe the apple internal network or their servers work on 20.20.20.0/?? range and that is what gives the issue. I can give it a try. Is some work but ok, maybe we are lucky.....

Re: Apple devices won't connect

Posted: Tue Jun 23, 2015 8:06 am
by BartoszP

Re: Apple devices won't connect

Posted: Wed Jul 08, 2015 3:07 pm
by WirelessRudy
Finally changed the 20.20.20.0/24 into 192.168.20.0/24 but to no relief. SOME apple devices (so still not all, some work flawless) are not able to pick up an IP from the dhcp-server....

Re: Apple devices won't connect

Posted: Fri Jul 31, 2015 8:16 pm
by spaxton
Finally changed the 20.20.20.0/24 into 192.168.20.0/24 but to no relief. SOME apple devices (so still not all, some work flawless) are not able to pick up an IP from the dhcp-server....

it is happening because apple devices won't renew IP address if went to sleep so they keep the address while DHCP may give it to other device. Actually the device doesn't act like it need an address to be assigned. This may be solved by MKT but I am not sure. I didn't read all the posts but I think this is the problem. I've heard about this problem few days on MUM.

BR.

Re: Apple devices won't connect

Posted: Sat Jun 25, 2016 5:46 pm
by djape
I know it is old topic, but after many hours of struggle with 2 MacBook Pro not being able to get IP, complaining about IP already used by another device (when it's not) I was able to solve the problem by changing protocol-mode from rstp to stp:

 /interface bridge> print
Flags: X - disabled, R - running
 0  R name="bridge1" mtu=1500 actual-mtu=1500 l2mtu=1526 arp=enabled
      arp-timeout=auto mac-address=XX:XX:XX:XX:XX:XX protocol-mode=stp
      priority=0x8000 auto-mac=no admin-mac=XX:XX:XX:XX:XX:XX
      max-message-age=20s forward-delay=15s transmit-hold-count=6
      ageing-time=5m

Once changed, everything works like a charm.

Good luck!

Re: Apple devices won't connect

Posted: Sat Jun 25, 2016 7:29 pm
by djape
Was celebrating too soon. Though wifi works now on OSX devices, other devices on Ethernet interface are dropping packets, ping stats are 50% packet loss.
Whatever it is, it has something to do with bridge interface and STP/RSTP setting, so I would like to draw attention to Mirkotik devs.

Thanks.

Re: Apple devices won't connect

Posted: Sun Jun 26, 2016 1:14 am
by djape
More news, bridge protocol-mode setting to stp will work for OSX devices, and wireless, but Ethernet will mostly lose packets.
If you set to rtsp, all devices but OSX will work fine.
This is totally crazy and almost unbelievable that Mikrotik never detected this before.

This is reproducible 100% on all versions of RouterOS.

Now, the only way to avoid this is to remove bridge and work per interface, then it doesn't matter, everything works.

Please Mikrotik, look in to this, this is serious issue.

Re: Apple devices won't connect

Posted: Sun Jun 26, 2016 3:39 am
by jarda
Send your findings and documentation to support. Otherwise they will not take care about it. To write it here is good for informing others but not relevant for mikrotik staff.

Re: Apple devices won't connect

Posted: Mon Jun 27, 2016 11:35 am
by WirelessRudy
yes djape, Please send to support and see what MT is going to do with it. I am dying to see what they'll say...

Re: Apple devices won't connect

Posted: Sat Jul 09, 2016 1:23 pm
by djape
Unfortunately, I don't have time as I am on a vacation with my family, enjoying.
Knowing that Mikrotik is not and open source but commercial product, I find rather inconvenient that Mikrotik doesn't test products in various environments.ou
I've reported a bug, you should not expect your customers to do your work.

Thank you.

Re: Apple devices won't connect

Posted: Mon Jul 11, 2016 2:52 pm
by normis
I can understand your frustration, but we do test things and we actually use lots of Macbooks here ourselves. This situation has some unique element that others don't have, so we do need the information from you. Others have not complained either. 

Have a nice vacation 

Re: Apple devices won't connect

Posted: Mon Jul 11, 2016 7:34 pm
by mennowz
Hi Rudy,

can you run the packet sniffer while trying to get a lease?, i have a theory.....

Just send it to me via wetransfer.. think something will come out of the sniff.

Best regards,

Menno

Re: Apple devices won't connect

Posted: Sat Jul 16, 2016 12:12 pm
by pukkita
Using lots of Apple devices myself, also on hospitality setups more than 50% are Apple devices, never had a problem.

If STP or RSTP is giving you "problems", is because you probably have some kind of either a real network loop, or a "logical" network loop, e.g. you used backups (not exports, i.e. .rsc's) to transfer configurations between routers, and now have duplicated MACs on your network.

Re: Apple devices won't connect

Posted: Mon Jul 18, 2016 11:12 am
by sstyle
I see that my iPad mini 2 (2.4GHz) takes a long time to connect after I turn on display. About 30 sec to reconnect to wifi. It is too much (

Re: Apple devices won't connect

Posted: Mon Jul 18, 2016 11:17 am
by jarda
Set group key update to 1h in security profile.

Re: Apple devices won't connect

Posted: Mon Jul 18, 2016 11:29 am
by sstyle
Set group key update to 1h in security profile.
Thanks. I will try. 

Re: Apple devices won't connect

Posted: Mon Jul 18, 2016 12:25 pm
by pe1chl
Others have not complained either. 
Well, this topic has been discussed in another thread.
I have also witnessed it on our own network, but for specific devices only.  It may be related to some setting on the device,
or to its history.   E.g. there is some indication that when the device got its address from another server, and then is suddenly
faced with the MikroTik router (router has been swapped), it does not want to accept the lease.  That may be a security feature.

Re: Apple devices won't connect

Posted: Mon Jul 18, 2016 3:52 pm
by sstyle
Set group key update to 1h in security profile.
Tried. One hour is ok. But if I did not touch it for 1 hour it still takes a long time to connect

Re: Apple devices won't connect

Posted: Mon Jul 18, 2016 4:25 pm
by jarda
You cannot set more in mikrotik. Seems like to be badly implemented client features in those devices.

Re: Apple devices won't connect

Posted: Sat Oct 15, 2016 5:09 pm
by benniehier
Solved by "Add ARP For Leases" in DHCP (This Authorative I already had set for the clients)

I have an iPhone 6Plus, iPhone 7 and Samsung S7
My son's new iPhone 7 made problems.
wifi was connected, router set, traffic to other internal network devices but not to internet.
When I came home the same was with my iPhone 6Plus. Connected but no internet.
Settings to manual did not work

So after setting this ARP then all worked although I have to admit the iPhone 7 was struggling a little bit. I deleted network and then all was OK.
Maybe this helps others
for now it seems to work.

Re: Apple devices won't connect

Posted: Tue Apr 11, 2017 9:31 am
by james990
Yes I am facing the issue to also connect Apple device on my iPad pro.

Re: Apple devices won't connect

Posted: Sun Sep 10, 2017 12:01 pm
by coliflower
I just bought two new wAP-ac access-points.
Unfortunately I am not able to connect even to the wlan-interface itself nor to the virtual-wlan interface :-(

Any help is highly appreciated.

Re: Apple devices won't connect

Posted: Mon Sep 11, 2017 12:29 am
by pcunite
I just bought two new wAP-ac access-points. Unfortunately I am not able to connect even to the wlan-interface itself nor to the virtual-wlan interface :-(
Any help is highly appreciated.
Plug an ethernet cable into the port. Open up "Winbox" and choose the Neighbors tab.

Re: Apple devices won't connect

Posted: Tue Sep 12, 2017 7:08 pm
by coliflower
Sorry, maybe I was not exact enough …

I am able to connect to the wAP itself - no problem so far BUT I am not able to connect with e.g. my iPhone 6s to the SSID as I am able to connect with my old MBP :-(

Re: Apple devices won't connect

Posted: Wed Sep 13, 2017 12:57 am
by pcunite
I am able to connect to the wAP itself - no problem so far BUT I am not able to connect with e.g. my iPhone 6s to the SSID as I am able to connect with my old MBP :-(
Oh, okay. It maybe your configuration then. Try this (change password and SSID of course).
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-eC country="united states" distance=indoors frequency=auto mode=ap-bridge wps-mode=disabled ssid=MYSSID
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40mhz-Ce country="united states" disabled=no distance=indoors frequency=auto frequency-mode=regulatory-domain mode=ap-bridge wireless-protocol=802.11 wps-mode=disabled ssid=MYSSID

/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" group-key-update=1h mode=dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=PASSWORD1


Re: Apple devices won't connect

Posted: Wed Sep 13, 2017 11:24 am
by normis
Everyone with this issue, I want to understand the issue here.

With my devices, the WiFi is turned off when they go to sleep and this is normal. The device will enable WiFi only when needed, or when it wakes up and you open the web browser.
This is as it should be. If you think this is a problem, you can increase the DHCP server lease time, because iPhones will disconnect wifi at half of the lease time. Default lease time is 10 minutes, so after 5 minutes of sleeping, WiFi is turned off to save power. This is to be expected. Set it to hours, then WiFi will stay on for longer.

When you wake the device, it will still show 4G, it will only connect to WiFI when you initiate some application that needs it, like if you open Safari.
iPhone will also enable WiFi if it receives a push notification from the push server (via DATA).

Do your phones not have any data at all? Or I misunderstand the issue.

Re: Apple devices won't connect

Posted: Thu Sep 14, 2017 11:31 am
by coliflower
Oh, okay. It maybe your configuration then. Try this (change password and SSID of course).
Thank you first :-)

I had wpa2-psk and wpa2-eap in security-profiles what works with my MBP (2011) but not with an iPhone6s (2017) - why ever (I do not know the background of that ... Maybe someone can explain in more detail).

Her my current configuration what seems to work - I can access the Radio with all my devices I tried ;-)
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
    dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=Passwort
add authentication-types=wpa-psk,wpa2-psk eap-methods="" \
    management-protection=allowed name=offen supplicant-identity=""
add authentication-types=wpa2-psk eap-methods="" management-protection=\
    allowed management-protection-key=Passwort mode=dynamic-keys name=\
    WPA2-PSK-AES-CCM supplicant-identity=MikroTik wpa2-pre-shared-key=\
    Passwort
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=2 area=Area-AP1-2GHz band=2ghz-g/n \
    country=austria disabled=no distance=indoors frequency=2452 hide-ssid=yes \
    mode=ap-bridge name=wAP2GHz security-profile=WPA2-PSK-AES-CCM ssid=\
    MikroTik1-2GHz wireless-protocol=802.11 wmm-support=enabled wps-mode=\
    disabled
set [ find default-name=wlan2 ] antenna-gain=2 area=Area-AP1-5GHz band=\
    5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country=austria disabled=no \
    distance=indoors frequency=auto hide-ssid=yes mode=ap-bridge name=wAP5GHz \
    radio-name=Radio-AP1-5GHz security-profile=WPA2-PSK-AES-CCM ssid=\
    MikroTik1-5GHz wireless-protocol=802.11 wmm-support=enabled wps-mode=\
    disabled

Re: Apple devices won't connect

Posted: Thu Sep 14, 2017 11:50 am
by coliflower
Everyone with this issue, I want to understand the issue here.
... Or I misunderstand the issue.
Hello Normis,

I think I solved my problem as described in post above ... I had to remove psk-eap.
When you wake the device, it will still show 4G, it will only connect to WiFI when you initiate some application that needs it, like if you open Safari.
iPhone will also enable WiFi if it receives a push notification from the push server (via DATA).
I personally can not confirm that ... If I open e.g. my iPhone, than the device always connect the WiFi immediately - of course I do not not the process behind.

One question, I would like to use my iPhone as trigger to recognise my smarth-home me at home ... The problem is the iPhone goes to sleep and the IP is recognise as not on-line or if I come back to home and the iPhone is in sleep modus then the smart-home do not recognise me, either ...

Is there any possibility where MikroTik can "push" some device to check their availability ?

Many thanks for help and for my off-topic-question in advance !!!

Re: Apple devices won't connect

Posted: Wed Sep 20, 2017 10:08 am
by meverest
Hi folks,

I've been battling with this exact same issue on-and-off for quite some time now over the last several years.

Like other reports here, for me the problem manifests most obviously as DHCP problem for iPhone, but like some other posts in this thread, the problem also tends to present as other strange behaviours too, with ping packet loss, some apparently random IPs intermittently not reachable and so on. Every time I have encountered the problem, I've been looking for network loops from badly configured bridges, and often after tidying up some unusual bridged vlan configs, the problem seems to go away.... for a while ;)

But today, after battling this one for more than a week (not full time, fortunately ;) I think I finally found the culprit: one of the bridges on the broadcast domain was set as proxy-arp. I can only guess that it was set that way at one time when that device was acting as VPN server access for remote access to the connected subnet, but the particular router was not performing that task any more, so it was easy to just change back to arp-enabled - problem immediately resolved! :-)

Investigating further, I've found out that this problem seems to only happen when the proxy-arp bridge has one or more ports that are non-edge. I realize now that this is why in the past when I go playing with bridge configurations to discover that the problem mysteriously goes away, it was only because I happened to fluke on a configuration that put the offending bridge onto an edge somewhere (out of sight, out of mind! ;)

After reading through previous reports in this thread, I can see a LOT of symptoms and apparent solutions that make a great deal of sense with this discovery in mind - there is mention of VLAN and VPN and STP and so on, which are all features that tend to be in play for this problem to happen. From me, big thanks goes to @benniehier who made a post mentioning "add arp for leases" which got me thinking why that would make any difference... and that triggered a memory snippet of seeing some interface with proxy arp enabled - bingo!

I'm posting this update because I reckon I won't be the last to come across this problem, and so adding this outcome as a potential solution to those who follow ;-)

Cheers!

Mike.

Re: Apple devices won't connect

Posted: Thu Nov 22, 2018 2:53 am
by Wyz4k
Hi all,

To make a long story relatively short. I also encountered this issue. I tried all of the steps above and they did not solve my particular issue. I'm not saying that they don't also solve variants of the issue, but they did not help me.

I did however manage to temporarily solve my issue though and I have reported it to Mikrotik as a bug along with supouts and everything else.
In my case I experience this issue when another Mikrotik device on the network is powered on. The problematic device does run a DHCP server but only on its wifi ports. It is connected to my main network over Ethernet though. I can't explain why it is affecting my main networks DHCP but it clearly does. If I power this device off, the DHCP "client declined IP address" issues go away straight away. If I power it back up it comes back within minutes.

What I have ruled out:
1) proxy-arp - viewtopic.php?t=96472#p619402
2) tkip - viewtopic.php?t=96472#p481272
3) Same failure on both 2.4G and 5G wifi
4) Lease period is set to 3 days - viewtopic.php?t=121207#p595986
4) Authoritative - viewtopic.php?t=121207#p595992
5) Setting the bridge ports as trusted - https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge
6) It is not an Apple issue. I made no change to my apple device and could get it to both work and not work by making the change below. - viewtopic.php?t=121207#p596050 I have a wemo wifi switch which also failed to connect to the wifi.
7) I am running the latest ROS version on all devices.
8) Turning the affected device off and on - did not help
9) Switching the affected device to flight mode - did not help.
10) Switching the affected device's wifi off and back on again after a few seconds.
11) Firewall rules blocking the DHCP broadcasts.

Other people seemingly also affected by this issue:
viewtopic.php?t=67573
viewtopic.php?t=121207
viewtopic.php?t=96472

Re: Apple devices won't connect

Posted: Thu Nov 22, 2018 9:05 am
by mkx
Please post configuration of "another Mikrotik device on the network" ... it might be that that devices is mis-configured.

Re: Apple devices won't connect

Posted: Thu Nov 22, 2018 10:23 am
by pe1chl
In my case I experience this issue when another Mikrotik device on the network is powered on. The problematic device does run a DHCP server but only on its wifi ports. It is connected to my main network over Ethernet though. I can't explain why it is affecting my main networks DHCP but it clearly does.
Probably your device is leaking broadcasts between ethernet and wifi, e.g. because it is configured in bridge mode instead of in routing mode.
(as would be required when you want to run a DHCP server only on WiFi and not on ethernet)
Make sure there is no bridge interface in that device.

Re: Apple devices won't connect

Posted: Thu Nov 22, 2018 10:48 am
by Wyz4k
Please post configuration of "another Mikrotik device on the network" ... it might be that that devices is mis-configured.
I am not at liberty to do that - see the info below. I have sent the supouts to Mikrotik.
Probably your device is leaking broadcasts between ethernet and wifi, e.g. because it is configured in bridge mode instead of in routing mode.
(as would be required when you want to run a DHCP server only on WiFi and not on ethernet)
Make sure there is no bridge interface in that device.
No, there is zero connectivity between the ethernet and wifi. They aren't bridged at all.

In fact the only bridge on that router is a loopback port for routing purposes. This "bridge" has no ports associated to it.
It has a mesh, but the only port on the mesh is the wlan.
DHCP runs on the mesh.

The only potential sticking point is that the ether port of that router had proxy-arp enabled. I have disabled it now and will see if the issue returns.

Re: Apple devices won't connect

Posted: Thu May 02, 2019 11:07 pm
by anuser
It seems I have a similar problem with an Apple device. Were you able to find the reason in your case?

Re: Apple devices won't connect

Posted: Sat Sep 07, 2019 5:45 pm
by spiazzi
Hi all,

I have same issue and I simply resolved disabling WPA2 EAP on security profile.
Menu Wireless-> Tab Security Profiles -> default -> remove check from WPA2 EAP -> apply.

Then it works

Re: Apple devices won't connect

Posted: Sun Feb 23, 2020 11:32 pm
by llubik
Everything tested, with Apple products are the same mikrotik wifi the same problems. For a few years, no solution.

Re: Apple devices won't connect

Posted: Mon Feb 24, 2020 2:48 am
by Wyz4k
Indeed. I still have regular WiFi issues with my apple products at home.

Re: Apple devices won't connect

Posted: Sun May 10, 2020 2:23 pm
by xbliss
Solved by "Add ARP For Leases" in DHCP (This Authorative I already had set for the clients)

I have an iPhone 6Plus, iPhone 7 and Samsung S7
My son's new iPhone 7 made problems.
wifi was connected, router set, traffic to other internal network devices but not to internet.
When I came home the same was with my iPhone 6Plus. Connected but no internet.
Settings to manual did not work

So after setting this ARP then all worked although I have to admit the iPhone 7 was struggling a little bit. I deleted network and then all was OK.
Maybe this helps others
for now it seems to work.

I will try the above out.. Can you please DETAIL what you setup, how & which sections? in DHCP Server / Clients & exactly what.

but I wonder why I am facing it for such a simple change:

So I turned the IP assigned to my iPhone 7 to Static DHCP on Router.
Disabled WiFi & Enabled. It wont connect.
Even removed the WiFi by using Forget Network on iPhone. Still no go.

----------- Finally gave up and Disabled Static IP "Remove" and within seconds the Phone was back on using the previously assigned IP.

Whats with this attachment to previous IP?

Re: Apple devices won't connect

Posted: Sat May 16, 2020 5:00 am
by xbliss
Indeed. I still have regular WiFi issues with my apple products at home.
Any thoughts on what approaches may be tried?

Re: Apple devices won't connect

Posted: Sat May 16, 2020 10:37 am
by ksuuk
Any thoughts on what approaches may be tried?
What have Yo tried? I had issues with some Apple devices:

1) They connected, but had no internet access, the reason was, that dns servers were added into dhcp server network options, removed dns servers from there and this fixed the issue, so check that its contains only:
/ip dhcp-server network
add address=192.168.x.0/24 gateway=192.168.x.1 netmask=24

2) They could not connect, get denied error and these wlan settings helped:
keepalive-frames=disabled multicast-buffering=disabled multicast-helper=disabled

Re: Apple devices won't connect

Posted: Thu Jul 23, 2020 5:19 pm
by Urajmal
I have tried 3 things, however I am not a ble to resolve which did work.

1. Increase the DHCP Lease time, I did it to 24 hours
2. Don't use default Security profile. Create a new one, and address it in every wireless interface!
3. My iPhone and iPad were on version 13. something, when I updated it to 13.6 it started it connects (both)


As it may seem it may be in a fact the last one, because my cAp ac awas already on 6.47

Let me know if any of these help!

Happy resolving!

Re: Apple devices won't connect

Posted: Fri Jul 24, 2020 4:31 am
by nichky
i got issues with my nintendo-switch when im playing online.
somehow i'm getting disconnected, but i can't see disconnection happens from the router-itself.

Re: Apple devices won't connect

Posted: Sun Mar 20, 2022 11:06 pm
by zhup
Hello,

I don't know if this is a right thread.
I also have problems with the IPhone and wifi.

When I set the IPhone to automatically get the ip addresses (using dhcp), there are problems with downloading pictures in whatsapp.
I set up a bootP on the Iphone and in Mikrotik a static address for this Iphone and the problem disappeared.

What is the problem?

Re: Apple devices won't connect

Posted: Fri Dec 09, 2022 9:10 pm
by yimmy193
The solution is:
Wireless / Security Profiles / General / Authentication Types:
Just enable:
Authentication Types: [ * ] WPA PSK
[ * ] WPA2 PSK
Unicast Ciphers: [ * ] aes ccm
Gruou Ciphers: [ * ] aes ccm

It always works for me, I hope it works for you too...
Thanks :D

Re: Apple devices won't connect

Posted: Sat Dec 10, 2022 12:16 pm
by Njumaen
I think you should better disable WPA PSK! It‘s from the dark age of WIFI an very insecue.

No client device should use this anymore.

Re: Apple devices won't connect

Posted: Sat Dec 10, 2022 4:33 pm
by yimmy193
exactly, I didn't realize... still works with this setup
best regards