我在 debian 的 /etc/network/interfaces 里加入
auto tun6to4
iface tun6to4 inet6 v4tunnel
pre-up modprobe ipv6
address 2002:d316:42f8::1
netmask 16
gateway ::192.88.99.1
endpoint any
local 211.22.66.248
执行 ifconfig 后可以看到 tun6to4 的 interface
但是此 interface 只有 inet6 addr: ::211.22.66.248/128 Scope:Compat
没有 2002 开头的 IPv6 address
我没办法 ping6 www.ipv6.org
去抓封包来看
IPv6 的 source 是 ::211.22.66.248
我觉得这里有问题
source address 应该要是 2002 开头的才对
不知为什么 tun6to4 没有 2002 开头的 address
有人知道 why 吗?
谢谢
p.s.IPv4 是正常运作的