Linux 下和teredo类似的是mireto。
安装命令:
sudo apt-get install miredo
使用修改配置命令:
sudo vi /etc/miredo.conf
把所需的地址修改一下,比如:
\# Please refer to the miredo.conf(5) man page for details.
InterfaceName teredo
\# Pick a Teredo server:
\#ServerAddress teredo.ipv6.microsoft.com
\#ServerAddress teredo-debian.remlab.net
\#ServerAddress teredo.ngix.ne.kre
\#ServerAddress teredo.managemydedi.com
\#ServerAddress teredo.autotrans.consulintel.com
\#ServerAddress teredo.remlab.net
ServerAddress teredo.trex.fi
\# Some firewall/NAT setups require a specific UDP port number:
\#BindPort 3545
然后重启服务:
sudo service miredo restart
网友评论