开启 Teredo 通道, 提前感受 IPv6 (for 非教育网用户)

2010年6月24日 | 分类: 翻墙相关 | 标签: , ,

当初Win7刚要出来时,Felix对其“DirectAccess”功能感到十分向往,从网上找到资料,发现这只是 Teredo 的一个应用。在其他平台上,也一样可以轻易开启 Teredo 从而访问 IPv6 资源。

×××希望各位公网用户不要再使用高校的isatap通道打开ipv6了,教育网的ipv6带宽很有限,而教育网的ipv4却不能出国,因此教育网ipv6是高校学生们获取我朝以外资源最实惠的途径了!×××

Windows XP(SP1+):

1
2
netsh interface ipv6 install
netsh interface ipv6 set teredo client

Windows Vista/7:

1
netsh int ter set state client

Debian/Ubuntu Linux:

1
sudo apt-get install miredo

Redhat/Fedora Linux:

1
2
su -c ‘yum install miredo’
su -c ‘service miredo-client start’

 

如果经过上面的设置还无法连接,请继续往下看:

Windows XP:

1
netsh interface ipv6 set teredo client <服务器地址>.

(注意有个句点)

Windows Vista/7:

1
netsh int teredo set state client <服务器地址>.

(注意有个句点)
Linux用户需要修改配置文件并重启服务:

Debian/Ubuntu:

1
sudo gedit /etc/miredo.conf

Redhat/Fedora:

1
su -c ‘dbus-launch gedit miredo.conf’

注释原来所有的 ServerAddress 段(在前面加上#号),然后增加下面的语句:

1
ServerAddress <服务器地址>

然后重启miredo服务

1
2
su -c ‘service miredo-client restart’  #Redhat/Fedora
sudo service miredo restart            #Debian/Ubuntu

公共Teredo服务器地址列表

* teredo.remlab.net / teredo-debian.remlab.net (法国) (Miredo 默认设置)
* teredo.autotrans.consulintel.com (西班牙)
* teredo.ipv6.microsoft.com (美国 雷蒙德) (Windows XP/2003/Vista/7/2008 系统默认设置)
* teredo.ngix.ne.kr (韩国)
* teredo.managemydedi.com (美国 芝加哥)

如果windows用户经过上面的设置还无法连接,请继续往下看:

Windows XP:

1
netsh interface ipv6 set teredo enterpriseclient

Windows Vista/7:

1
netsh int ter set state enterpriseclient

打开浏览器,输入网址: ipv6.google.com 并回车,你看到了什么?

原文:http://felixcat.net/2010/04/install-teredo-ipv6/

目前还没有任何评论.