no IPv6 through hAP mini as WLAN Repeater
Posted: Wed Nov 23, 2022 10:53 pm
I’ve unboxed a brand-new hAP mini, booted it up connected to the Fritz!box that serves this location with internet access and WLAN, upgraded to the latest stable RouterOS, rebooted, and then used the 「Setup Repeater」 button to set it up as WLAN repeater. (And disabled the DHCP server…)
Now I can switch my laptop between the Fritz!box and the hAP mini by using:
(MAC addresses and SSID redacted, of course)
However, as soon as I do that, my IPv6 connectivity is gone. Worse, if I I only get one duplicated response back, indicating that the hAP mini is not bridging as it’s supposed to.
How can I fix that? IPv4-only is absolutely insufficient.
Now I can switch my laptop between the Fritz!box and the hAP mini by using:
Code: Select all
$ sudo iwlist scan # sometimes needed to make the following commands work
$ sudo wpa_cli -i wlan0 scan_results
bssid / frequency / signal level / flags / ssid
11:11:11:11:11:11 2412 -62 [WPA2-PSK+SAE-CCMP][ESS] mynetworkssid
22:22:22:22:22:22 2412 -45 [WPA2-PSK-CCMP][ESS] mynetworkssid
$ sudo wpa_cli -i wlan0 roam 11:11:11:11:11:11 # to switch to the Fritz!box
$ sudo wpa_cli -i wlan0 roam 22:22:22:22:22:22 # to switch to the hAP mini
However, as soon as I do that, my IPv6 connectivity is gone. Worse, if I
Code: Select all
ping6 ff02::1%wlan0
How can I fix that? IPv4-only is absolutely insufficient.