IPv6 - Linux

Table of Contents

我想試著測試IPv6
下面是我的步驟

1.
In VMware Ubuntu
ping localhost (成功)
ping6 localhost (Unknown host)

ifconfig, it shows my IPv6 for my Ubuntu is
fe80::20c:29ff:fe61:948a/64

2.
so I ping my Ubuntu from Windows
ping fe80::20c:29ff:fe61:948a%64
(失敗 PING Transmit Failed General Failure)
(但我用window7 ping window7自己的IPv6 是可以動作的
所以win7 應該是可以成功ping IPv6)

3.
gedit /proc/net/if_inet6
fe80000000000000020c29fffe61948a 02 40 20 80 eth0

lsmod | grep ipv6 (什麼都沒有 我本預期會出現找到IPv6)


所以請問我是否有正確起動我ubuntu的 IPv6了?

謝謝

ps.
我參考下面文章
http://www.cyberciti.biz/faq/check-for-ipv6-support-in-linux-kernel/
執行modprobe ipv6也沒有作用


--

All Comments

Linda avatarLinda2013-06-19
ifconfig 支援 IPv6 不代表你的 ping 也支援
ping 有特別支援 IPv6 的版本 ping6
Olive avatarOlive2013-06-20
ping6 fe80::20f:b0ff:fe86:396b%eth0
Oscar avatarOscar2013-06-25
你的vmware網路設定?
Zora avatarZora2013-06-28
看錯抱歉, 原 po 是用 ping6 =.=
Faithe avatarFaithe2013-07-02
這邊有幾個會產生這種錯誤的原因解釋http://0rz.tw/GKQX8
Belly avatarBelly2013-07-02
VMware網路設定應該沒問題 IPv4情況下 我想幹嘛都可以
Doris avatarDoris2013-07-07
連外 和host windows傳來傳去等等 都可以
Hazel avatarHazel2013-07-11
ping6