Knowledgebase
Portal Home > Knowledgebase > VPS > IPv6 Tunnel
IPv6 Tunnel
Centos 5 32bit + tunnelbroker.net yum install -y tar yum install -y gcc mkdir tb cd tb wget http://tb-tun.googlecode.com/files/tb-tun_r14.tar.gz tar zxf tb-tun_r14.tar.gz gcc tb_userspace.c -l pthread -o tb_userspace setsid ./tb_userspace ipv6 [Server IPv4 address] > /dev/null ifconfig ipv6 up ifconfig ipv6 inet6 add [Client IPv6 address] ifconfig ipv6 mtu 1480 route -A inet6 add ::/0 dev ipv6 ip -6 route add default dev ipv6 ping6 ipv6.google.com or ping6 he.net
|
Add to Favourites
Print this Article |
Powered by WHMCompleteSolution