Ubuntu安装miredo

ipv6测试网址
https://ipv6-test.com/
设置ipv6教程
www.yahoo.com
https://github.com/XX-net/XX-Net/issues/7244
https://blog.csdn.net/scylhy/article/details/72699166
https://blog.csdn.net/tty521/article/details/79946006
https://blog.csdn.net/tty521/article/details/79946006
ipv6地址
ipv6.baidu.com
ipv6.sjtu.edu.cn(上海交通大学)


1.安装miredo
sudo apt-get install miredo

2.更改miredo配置文件
sudo vim /etc/miredo.conf
ServerAddress后填入可以ping通的teredo服务器。保存退出
以下几个服务器可通过ping通的质量择优选取,本机能ping通就两个teredo.trex.fi 和 teredo.remlab.net ,目测也就这连个可以用了
    teredo.remlab.net / teredo-debian.remlab.net (Germany)
    teredo.autotrans.consulintel.com (Spain)
    teredo.ipv6.microsoft.com (USA, Redmond) (default for WindowsXP/2003/Vista/2008 OS)
    teredo.ngix.ne.kr (South Korea)
    teredo.managemydedi.com (USA, Chicago)
    teredo.trex.fi (Finland)


3.重启teredo服务
sudo systemctl restart miredo.service

3.打开你用于上网的网络连接编辑,设置dns:
ipv4 dns: 请自行在网上搜索好用的dns,贴上来的都不大好用了(会导致teredo服务器可以ping通,但是无法使用)
ipv6 dns:
4.以上dns具体设置方式,可以参考windows的设置方式,本站很多帖子。

5.查看teredo服务状态
sudo systemctl status miredo.service

你可能感兴趣的:(Ubuntu)