Sunday, January 24, 2016

IPv6 via TunnelBroker



Setup IPv6 via TunnelBroker:
Hurricane Electric provides IPv6 tunneling service tunnelbroker:

Register your account and tunnel:
tunnelbroker (register)

rem Disable teredo to prevent interference:
netsh interface teredo set state disabled

rem Enable TunnelBroker:
rem Enter IPv4 address of your uplink interface
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 192.168.0.101 216.66.86.122

rem In case of public IPv4 address, enter real IPv4 address:
rem netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 89.233.156.31 216.66.86.122

netsh interface ipv6 add address IP6Tunnel 2001:470:6e:62f::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:6e:62f::1

rem Disable TunnelBroker:
netsh interface ipv6 show interface
rem Find IP6Tunnel:
netsh interface ipv6 show interface | findstr IP6Tunnel
rem Find interface id, fill it to next command:
netsh interface ipv6 delete interface id



No comments: