因為 HiNet 在自家放了 192.88.99.1 的 6to4 gateway,設起來玩看看?
網路上找了不少方法都不會動 (包括 Ubuntu 在官方 wiki「IPv6」上給的連結「IPv6: Linux as 6to4 host」),最後是用「IPv6 6to4 config generator for Debian」這邊的方法。我是用 Ubuntu 12.04。
在 /etc/network/interface
裡加上:
auto tun6to4 iface tun6to4 inet6 v4tunnel address 2002:0102:0304::1 netmask 16 gateway ::192.88.99.1 endpoint any local 1.2.3.4
其中 1.2.3.4 是 public IP,而 0102:0304 則是 hex 表示法。設完後跑 ifup tun6to4
就會帶起來了。
可以用 telnet -6 www.google.com 80
看看有沒有通,或是連到 The KAME project 看看有沒有會動的烏龜 :p