因此,我的问题是我无法使IPv6正常工作。例如,Ping6会告诉我connect: Network is unreachable
何时尝试ping ipv6.google.com
。
ifconfig
看起来像(经过一点审查):
eth0 Link encap:Ethernet HWaddr **:**:e9:b6:35:7e
inet addr:***.*.65.177 Bcast:***.*.65.191 Mask:255.255.255.224
inet6 addr: fe80::16da:e9ff:feb6:357e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:* errors:0 dropped:0 overruns:0 frame:0
TX packets:* errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:* TX bytes:*
Interrupt:28 Base address:0xc000
lo ...
route -6
返回:
Destination Next Hop Flag Met Ref Use If
fe80::/64 :: U 256 0 0 eth0
fe80::/64 :: U 256 0 0 tap0
::/0 :: !n -1 1 5400 lo
::1/128 :: Un 0 4269387 lo
fe80::16da:e9ff:feb6:357e/128 :: Un 0 1 391 lo
fe80::4c7b:2bff:fef4:9db/128 :: Un 0 1 0 lo
ff00::/8 :: U 256 0 0 eth0
ff00::/8 :: U 256 0 0 tap0
::/0 :: !n -1 1 5400 lo
另一个奇怪的事情是,仅当我告知ping6
要专门使用该eth0
接口并-I eth0
返回时,才能对我自己的IPv6地址执行ping操作unknown host
。
我读过的一件事是,我需要以某种方式在路由表中指定路由器,但我什至不知道路由器的地址,我也不知道如何找到它(因为我不像网络专家和IPv6在我看来比IPv4更令人困惑。
有什么想法或解决方案吗?