首页 运维 网络学院 查看内容

Ubuntu开启IPV6

2011-6-22 10:34 595 0

摘要: sudo apt-get install miredo $ifconfig 在结果中应该能看见一个叫 teredo 的虚拟网卡。 $ ping6 ipv6.google.com PI...
关键词: google sudo com 防火墙 ipv nbsp 现在 ufw hosts gedit

sudo apt-get install miredo $ifconfig 在结果中应该能看见一个叫 teredo 的虚拟网卡。 $ ping6 ipv6.google.com PING ipv6.google.com(2404:6800:8003::93) 56 data bytes64 bytes from 2404:6800:8003::93: icmp_seq=2 ttl=57 time=910 ms………………….. 现在您的浏览器应该可以访问 https://ipv6.google.com 了。 $sudo gedit /etc/hosts 把host列表拷贝进去,hosts列表发布地址:http://docs.google.com/View?id=dfkdmxnt_61d9ck9ffq 现在应该可以正常访问: http://www.youtube.com/ 修改下防火墙设置: $sudo gedit /etc/default/ufw 把IPV6=no 改成 yes 最后禁用/启用防火墙来使刚刚的改动生效: $ sudo ufw disable$ sudo ufw enable
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部