I'm facing an odd issue with my IPv6 setup. I've configured it as follows:
/interface 6to4
add comment="SixXS 6to4 tunnel" local-address=zz.yy.xx.94 (my wan ip) mtu=1280 name=6to4-sixxs remote-address=zz.yy.xx.73 (tunnel endpoint)
/ipv6 address
add address=2001:aaaa:bbbb:123::2/128 (my ipv6) advertise=no interface=6to4-sixxs
add address=2001:bbbb:cccc:123::1/64 (subnet for my ipv6 prefix) advertise=yes interface=bridge-lan
/ipv6 route
add distance=1 dst-address=2000::/3 gateway=6to4-sixxs
Now:
- I can ping servers from the router (f.e. 2a00:1450:400c:c03::5e)
- Clients obtain an IPv6 via ND in the correct subnet
- Pings from the router to a client fails (timeout, ping is not dropped by firewall)
- Pings from a client to servers fail
What am I missing here?