Routing

無法通過 IPv6 隧道從客戶端 ping 到 Internet

  • April 28, 2014

我的 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 失敗

我在這裡想念什麼?

好的,剛剛在 Mikrotik 論壇上看到了這個文章,它提到了關於路由記憶體被卡住的事情。我決定重新啟動路由器,它解決了我的問題。

奇怪的東西。感謝@Colyn1337 和@MichelZ 的思考。

引用自:https://serverfault.com/questions/591831