我在 IPv6 设置中遇到了一个奇怪的问题。我已按如下方式配置它:
/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
现在:
- 我可以从路由器 ping 服务器 (fe 2a00:1450:400c:c03::5e)
- 客户端通过正确子网中的 ND 获取 IPv6
- 从路由器到客户端的 ping 操作失败(超时,但 ping 操作未被防火墙丢弃)
- 客户端与服务器之间的 Ping 操作失败
我在这里遗漏了什么?
答案1
好的,刚刚遇到Mikrotik 论坛上的这个主题,其中提到了路由缓存卡住的问题。我决定重启路由器,问题就解决了。
很奇怪的东西。感谢@Colyn1337 和@MichelZ 的思考。