win10開啟IPv6的兩種方法


1.基於Teredo隧道開啟IPv6:
cmd運行。

 

接下來依次輸入下列命令來開啟ipv6的配置即可:

 

// 設置 Teredo 服務器,默認為:win10.ipv6.microsoft.com

  netsh interface teredo set state enterpriseclient server=default

  

  // 測試 IPv6 連接

  ping -6 ipv6.test-ipv6.com

  ping -6 [2001:470:1:18::125]

 

  // 重置 IPv6 配置

  netsh interface ipv6 reset

 

2.開啟IPv6: 
  正常開啟cmd 輸入 netsh

  netsh>int

netsh>interface>ipv6

netsh>interface>ipv6>isatap

netsh>interface>ipv6>isatap>set router xxxxxxx(xxxxxx用本地網絡ipv6路由地址替代)

netsh>interface>ipv6>isatap>set state enabled

netsh>interface>ipv6>isatap>quit

 注:推薦第一個


原文:https://blog.csdn.net/chaoyue12312/article/details/81673316


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM