本帖最后由 kyle1990 于 2012-10-7 18:08 编辑
behtni 发表于 2012-10-5 05:29 
OVH Manager 给的是 2001:XXXX:X:XXXX::/64
自己加上时,后面有加个1吗?2001:XXXX:X:XXXX::1/64
感谢!照你的方法确实能ping到V6的站点了。
但是我是小白,对这些都不清楚。
我是直接现ifconfig eth0 inet6 add 2001:XXXX:X:XXXX::1/64后就能连了,但发现个问题。就是重启后设定的V6地址又没了。
看ovh的文档,我ubuntu是:
It then has to file: /etc/network/interfaces be edited, then simply add the IPv6:
iface eth0 inet6 static
address 2001:41D0:1:218a::1
netmask 64
它给的例子是The dedicated server we are running configure with the IPv4: 213.186.35.9/24, this will lead to the following IPv6: 2001:41d0:1:209::/64.
但是这里interfaces文件加的又是2001:41D0:1:218a::1。所以我就很迷茫,不知道怎么弄了(如果例子IP和加的IP是一样的话,我就知道把这里的IP换成我的,但是两者不一样?) |