|
如题。之前ONLINE家的2欧安装Proxmox开OPENVZ小鸡玩,昨天想起研究下ONLINE家的IPV6,看了网上的文章:http://tieba.baidu.com/p/3348313221 成功给主机配置了IPV6,今天想给小鸡们也用上IPV6,参考了:
https://forum.online.net/index.php?/topic/5380-configuring-ipv6-in-proxmox-on-dedibox-from-onlinenet/
http://robert.penz.name/582/ipv6-openvz-ves-and-debianproxmox-as-host-system/
等文章,还是失败了。
主要有几点疑问:
1、配置 /etc/network/interfaces 文件后,使用service networking restart重启网络就会出现连不上,只能后台重启服务器,重启后可以连接。
2、配置 /etc/sysctl.conf ,加入:
net.ipv6.conf.all.forwarding = 1
net.ipv6.conf.all.proxy_ndp = 1
net.ipv6.bindv6only = 1
后,主机上PING6 IPV6.GOOGLE.COM就不通了,必须还原才能PING通。
这到底是什么原因呢?是否哪配置不对了?请教各位了,谢谢大家! |
|