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

最新文章

  1. 在SharePoint 2013 之中使用JS从Add-in程序中读取用户配置文件的属性
  2. php 自动绑定di容器实现
  3. Dephi 和 Pascal 的关系
  4. Server Application Unavailable出现的原因及解决方案集锦
  5. webstorm 添加文件模板
  6. qt 获取系统磁盘空间大小
  7. react的初涉入
  8. SQL Server-聚焦SNAPSHOT基于行版本隔离级别详解(三十)
  9. 用html+css+js做打地鼠小游戏
  10. java内存溢出(二)
  11. Java 单例(Singleton)模式
  12. Jmeter接口测试实战-数据传递
  13. 用 virtualenv 创建隔离的 Python 运行环境
  14. checkbox的使用总结,判断是否选中
  15. Vue父子组件双向数据绑定
  16. ubuntu 16.04 搭建git小型服务器
  17. Spring boot CommandLineRunner接口使用例子
  18. elasticsearch6.7 01.入门指南(2)
  19. how-is-docker-different-from-a-normal-virtual-machine[Docker与VirtualMachine的区别]
  20. webpack+vue+vueRouter模块化构建小demo实例超详细步骤(附截图、代码、入门篇)

热门文章

  1. Gravitee.io Access Management 组件
  2. graalvm 简单试用
  3. 05机器学习实战之Logistic 回归
  4. mysql为int类型的字段php取出来之后为何变为string类型?
  5. 将数组A中的内容和数组B中的内容进行交换。(数组一样大)
  6. CSS如何实现”右部宽度固定,左部自适应“的布局
  7. docker 常见系统镜像
  8. Excel技巧--时尚的圆环比例图
  9. Docker容器 暴露多个端口
  10. MyEclipse+Tomcat配置