Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 通过miredo实现ipv6 #7244

Open
largewhale opened this issue Oct 13, 2017 · 2 comments
Open

ubuntu 通过miredo实现ipv6 #7244

largewhale opened this issue Oct 13, 2017 · 2 comments

Comments

@largewhale
Copy link

largewhale commented Oct 13, 2017

  1. 安装miredo
    sudo apt-get install miredo

  2. 更改miredo配置文件
    sudo vim /etc/miredo.conf
    ServerAddress后填入可以ping通的teredo服务器。保存退出

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

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

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

此时,用ifconfig 命令也可以看到 teredo虚拟网卡。则安装成功。

如果看到“ teredo server no reply" ,这时用ifconfig也不会看到teredo虚拟网卡。这就是碰到了第5点中,ipv4 dns不良的状况。换一个好用 的就可以了。

6.不放心的, http://ipv6-test.com/,进入网页,只要dns6-4 为绿色,就可以用xx上网了

@gogonkt
Copy link

gogonkt commented Oct 27, 2017

很感謝

@largewhale
Copy link
Author

@gogonkt 之前写的比较粗,有补充了一下。dns的选择很关键。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants