Rupert

::Me(C#,VC,MonoTouch,MonoforAndroid);

导航

ipv6 操作

Posted on 2017-06-13 13:02  ArRan  阅读(257)  评论(0编辑  收藏  举报

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 120.77.212.27 216.218.221.6
netsh interface ipv6 add address IP6Tunnel 2001:470:18:f01::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:18:f01::1

 

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 172.18.226.154 216.218.221.6
netsh interface ipv6 add address IP6Tunnel
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:18:f01::1


netsh interface ipv6 delete address IP6Tunnel

netsh interface ipv6 delete route ::/0 IP6Tunnel 2001:470:18:f01::1

netsh interface ipv6 delete interface IP6Tunnel

 

netsh interface ipv6 delete interface 6T04

netsh interface ipv6 delete interface "IP6Tunnel" 删除遂道接口

netsh interface ipv6 show interface 显示IPV6接口

netsh interface ipv6 reset