第一步:
中轉(zhuǎn)網(wǎng)站:www.tunnelbroker.net/tunnel_detail.php
需要去中轉(zhuǎn)網(wǎng)站注冊一個賬號陨舱,注冊成功后找到Create Regular Tunnel,完成創(chuàng)建通道
第二步:
重新編譯nginx 支持ipv6模塊 --with-ipv6
第三步:
配置nginx支持ipv6監(jiān)聽
listen? [::]:80; #同時監(jiān)聽ipv4 ipv6
第四步:
修改/ect/network/interface文件
添加ipv6網(wǎng)卡配置:(配置信息是根據(jù)中轉(zhuǎn)網(wǎng)站內(nèi)的Example Configurations參數(shù)自動生成)
auto he-ipv6
iface he-ipv6 inet6 v4tunnel
address 2001:470:xx:xxx::2
netmask 64
endpoint xx.xx.xx.x
local xxx.xxx.xxx.xxx
ttl 255
gateway 2001:470:23:ffa::1
第五步:
修改/etc/sysctl.conf配置服務(wù)器支持ipv6網(wǎng)絡(luò)(參數(shù)值都改為0)
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
第六步:
添加阿里云域名解析
參考網(wǎng)址:
help.aliyun.com/knowledge_detail/6555875.html
所有配置參考網(wǎng)址: