赞
踩
sudo apt-get install miredo
sudo miredo
用ifconfig 确定是否安装正确
查看teredo服务状态
sudo systemctl status miredo.service
ping6 ipv6.google.com
或者 访问 http://test-ipv6.com/ 网站
以下只是一些注意点,可能不需要更改也可以访问,按需修改:
sudo vim /etc/miredo.conf
serverAddress后填入可以ping通的teredo服务器(自行百度尝试)
sudo systemctl restart miredo.service
sudo gedit /etc/default/ufw
把IPV6 为 yes
ubuntu路径为 /etc/hosts
因为ipv6为普及,可能访问速度很慢,需要hosts,下面链接的github项目里讲的很详细:
https://github.com/lennylxx/ipv6-hosts
需要禁用/启用防火墙使变更生效:
sudo ufw disable
sudo ufw enable
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。