Hi all,
I have a problem with lost router advertisements on my Mikrotik WAP ac access point and I hope you can help me. ![]()
I’ve set up an IPv6-only network for testing and wanted to make it available on my wireless network. Unfortunately clients don’t receive router advertisements and therefore don’t get an IPv6 address (there is no DHCPv6, just SLAAC).
I can see the clients sending router solicitations and the router receiving them and sending router advertisements. The AP is just bridging not routing, there is a VLAN trunk on ether1 and an 802.1x network on wlan1 and wlan2.
When I configure static addresses (IPv4/6) everything works fine.
This is the corresponding configuration
/interface bridge
add fast-forward=no name=bridge-vlan200
/interface vlan
add interface=ether1 name=vlan200-ether1 vlan-id=200
add interface=wlan1 name=vlan200-wlan1 vlan-id=200
add interface=wlan2 name=vlan200-wlan2 vlan-id=200
/interface bridge port
add bridge=bridge-vlan200 interface=vlan200-ether1
add bridge=bridge-vlan200 interface=vlan200-wlan1
add bridge=bridge-vlan200 interface=vlan200-wlan2
What could be the problem?
There is no IPv6 firewall on the AP.
I tested with an other AP (HPE) and everything works.
Best regards