当初Win7刚要出来时,Felix对其“
Windows XP(SP1+):
1 2 | netsh interface ipv6 install netsh interface ipv6 set teredo client |
Windows Vista/7:
不用特别设 置,默认开启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 下经过上述设置如果无法连接, 可以尝试换用debian的Teredo服务器:
1 | netsh interface ipv6 set teredo client teredo-debian.remlab.net. |
1 | netsh interface ipv6 set teredo client teredo.ipv6.microsoft.com. |
Linux下经过上述设置如果无法连接, 可以尝试换用微软的Teredo服务器:
Debian/Ubuntu:1 | sudo gedit /etc/miredo.conf |
1 | su -c 'dbus-launch gedit miredo.conf' |
1 2 | #ServerAddress teredo.ipv6.microsoft.com ServerAddress teredo-debian.remlab.net |
1 2 | ServerAddress teredo.ipv6.microsoft.com #ServerAddress teredo-debian.remlab.net |
1 2 | su -c 'service miredo-client restart' #Redhat/Fedora sudo service miredo restart #Debian/Ubuntu |
没有评论:
发表评论