1.打開https://tunnelbroker.net/,選注冊
網(wǎng)站建設(shè)哪家好,找成都創(chuàng)新互聯(lián)公司!專注于網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、微信小程序、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項(xiàng)目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了文水免費(fèi)建站歡迎大家使用!
填寫注冊信息,如下圖所示;
登錄上圖注冊的郵箱,會收到一封注冊的郵件,打開郵件中的鏈接,實(shí)現(xiàn)用戶的注冊;
用所創(chuàng)建的帳號登錄,選擇“Create Regular Tunnel”,
在下圖中輸入本端遂道的地址,選擇香港的服務(wù)器,選“Create Tunnel”
查看已經(jīng)創(chuàng)建的遂道,先選“Transit”,再選“Free IPv6 Tunnel”,就可以顯示已經(jīng)創(chuàng)建的遂道;如下圖所示;
點(diǎn)擊相關(guān)的遂道,就會顯示遂道的相關(guān)信息,如下圖所示。
選擇“Example Configurations”,并選擇相關(guān)的操作系統(tǒng),按照提示對網(wǎng)絡(luò)進(jìn)行配置。
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6TunnelXX.XX.XX.XX XXX.XXX.XXX.XX
netsh interface ipv6 add address IP6Tunnel 2001:470:XX:XX::X
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:XX:XXX::X
netsh interface ipv6>delete interface "IP6Tunnel" 刪除遂道接口
netsh interface ipv6>show interface 顯示IPV6接口
netsh interface ipv6 reset
配到這里ping -6對方的IPV6地址應(yīng)該是通的
對nginx進(jìn)行配置:
關(guān)鍵的配置如下:
server {
listen81 default;
listen [2001:XXX:XXX:XXX::2]:81 default;
location / {
proxy_pass http://172.XX.XX.XX;
啟用nginx
這一步如果成功,就可以在本機(jī)訪問自已的IPV6地址:
http://[xxxx:xxxxx:xxxx::68]:81
在DNS中添加AAAA記錄
登錄網(wǎng)站http://ipv6-test.com/validate.php,進(jìn)行測試