IPv6时代到来,我们还没有准备好
这几天陆续接到了几家国外VPS服 务商发来的邮件,内容大致相同————IPV6在境外已经开始普及了。而且在早些时候谷歌还专门做了一个页面用来检测访客的计算机是否支持IPV6通信协 议,不过我觉得IPV6的普及很有可能像HTML5的普及一样漫长、曲折,很长一段时间IPV6可能只会以一个辅助功能吸引用户,毕竟目前国内能使用 IPV6的只有很少一部分人。
下面是virpus发来的邮件内容:
Dear wang lei, We would like to thank you for your patience, and would also like to let you know that IPv6 is now fully online and ready to go! We will allocate IPv6 addresses on a per request basis. Just open up a ticket with the Sales department to request your IP's. Note that this will require a reboot of your VPS in order for the IP's to become active. When opening your ticket, please also state whether or not you wish to have your VM rebooted at the time of allocation. By the way, don't forget to like us on Facebook
- http://facebook.com/virpus Thanks for your patience! Happy Hostings, Virpus Networks, Inc.
而且我注意到这里没有提到费用的问题,也就是说目前IPV6地址依旧是免费提供,而IPV4地址已经越来越少,很多服务商都只提供一个独立IP,国内的大部分空间商都开始提供共享IP的VPS了,但是ixwebhost目前看上去依旧无压力,提供的IP还是那么的给力。
如何查看自己是否拥有ipv6
这个其实很简单,以windows7为例,打开“网络和共享中心”,点击正在连接的网络连接。
然后点击属性
这个时候,如果你的支持IPV6协议的话,就可以看到一个选项 Internet 协议版本 6 (TCP/IPV6) 没错就是它了。只要你的计算机有这个选项,那么恭喜你,你的计算机支持IPV6通信技术!那么在未来的几年里,如果有ipv6接入到了你这,你就可以马上使用它,目前看上去这个服务还是免费的。
来源:http://www.aikur.org/post/ipv6-is-coming-but-we-have-net-allreadly.html
想翻墙的可以考虑ipv6
更新系统核心即可,或者弄成PPVPN就行了
这是系统核心不支持造成的,主要是ipsec协议问题
centos 5.6 vps l2tpvpn 出现如下错误是怎么回事?应该怎么解决?希望有人帮忙下,谢谢!
虽然出现错误!但是我可以用自己的电脑连上VPN!真郁闷…
[root@MyVPS1235 ~]# xl2tpd -D
xl2tpd[11736]: Enabling IPsec SAref processing for L2TP transport mode SAs
xl2tpd[11736]: IPsec SAref does not work with L2TP kernel mode yet, enabling forceuserspace=yes
xl2tpd[11736]: init_network: Unable to bind socket: Address already in use. Terminating.
呵呵,这个我也不会,等高人吧
有可能是xl2tpd已经在后台运行了,然后你又想运行第二个,导致第二个服务进程不能启动。