BitsFlowCloud PHX 高延迟解决

修改命令

sudo sh -c 'echo "nameserver 1.1.1.1
nameserver 8.8.8.8
nameserver 2606:4700:4700::1111
nameserver 2001:4860:4860::8888" > /etc/resolv.conf'

要检查运行:

sysctl -p

然后尝试重启网络

systemctl restart networking

然后检查v4或v6

ping google.com
ping6 google.com

修改后

root@bits:~# ping google.com
PING google.com(lcphxq-ab-in-x0e.1e100.net (2607:f8b0:402a:80c::200e)) 56 data bytes
64 bytes from lcphxq-ab-in-x0e.1e100.net (2607:f8b0:402a:80c::200e): icmp_seq=1 ttl=121 time=0.282 ms
64 bytes from lcphxq-ab-in-x0e.1e100.net (2607:f8b0:402a:80c::200e): icmp_seq=2 ttl=121 time=0.288 ms

发表评论

您是第 51945 位访客