2014年10月2日 星期四

Linux ipv6


使用 Ping6 ping 自己
#ping6 ::1

如果Ping6 的回應是connect: Invalid argument
#ping6 fe80::230:f1ff:fe11:6329
connect: Invalid argument

解決方式: 加上指定網卡的參數
ping6 -I eth0 fe80::230:f1ff:fe11:6329

沒有留言:

張貼留言