移动家宽日常:
连接特定的 DNS 后缀 . . . . . . . : IPv6 地址 . . . . . . . . . . . . : 2409:8a60:248c:3ab0: 临时 IPv6 地址. . . . . . . . . . : 2409:8a60:248c:3ab0: 本地链接 IPv6 地址. . . . . . . . : fe80::75f7:67de:a4a2:c30%11 IPv4 地址 . . . . . . . . . . . . : 192.168.1.3 子网掩码 . . . . . . . . . . . . : 255.255.255.0 默认网关. . . . . . . . . . . . . : fe80::76e3:36ff:fef2:73c0%11 192.168.1.1改成阿里公共V6 DNS
C:\Users\Administrator>nslookup默认服务器: public1.alidns.comAddress: 2400:3200::1> baidu.com服务器: public1.alidns.comAddress: 2400:3200::1非权威应答:名称: baidu.comAddresses: 182.61.201.211 182.61.244.181> mis服务器: public1.alidns.comAddress: 2400:3200::1DNS request timed out. timeout was 2 seconds.*** public1.alidns.com 找不到 mis: Server failed>V6以后,DNS默认就走V6了,这个能改优先级吗?
第二个问题,VPS开启了双栈,V4和V6,调节了V4优先
sudo sed -i 's/^#precedence ::ffff:0:0\/96 100/precedence ::ffff:0:0\/96 100/' /etc/gai.conf
评论 (0)