终于轮到 39 节点了。 176 的 2 个 ip 没有。被胖子换成了 45 段的。v6 也能使用了(面板上看不到)
- # curl ip.sb
- 2a12:a301:0:4:216:3cff:feb4:xxxx
- # curl -4 ip.sb
- 45.66.216.xx
-
- [email protected]:/# ping -c4 www.google.com
- PING www.google.com(nrt20s08-in-x04.1e100.net (2404:6800:4004:808::2004)) 56 data bytes
- 64 bytes from nrt20s08-in-x04.1e100.net (2404:6800:4004:808::2004): icmp_seq=2 ttl=117 time=1.55 ms
- 64 bytes from nrt20s08-in-x04.1e100.net (2404:6800:4004:808::2004): icmp_seq=3 ttl=117 time=2.00 ms
- 64 bytes from nrt20s08-in-x04.1e100.net (2404:6800:4004:808::2004): icmp_seq=4 ttl=117 time=2.28 ms
-
- — www.google.com ping statistics —
- 4 packets transmitted, 3 received, 25% packet loss, time 3026ms
- rtt min/avg/max/mdev = 1.550/1.943/2.278/0.300 ms
- [email protected]:/# ping -4 -c4 www.google.com
- PING (172.217.31.132) 56(84) bytes of data.
- 64 bytes from nrt20s08-in-f4.1e100.net (172.217.31.132): icmp_seq=1 ttl=120 time=1.46 ms
- 64 bytes from nrt20s08-in-f4.1e100.net (172.217.31.132): icmp_seq=2 ttl=120 time=1.31 ms
- 64 bytes from nrt20s08-in-f4.1e100.net (172.217.31.132): icmp_seq=3 ttl=120 time=1.24 ms
- 64 bytes from nrt20s08-in-f4.1e100.net (172.217.31.132): icmp_seq=4 ttl=120 time=1.07 ms
-
- — ping statistics —
- 4 packets transmitted, 4 received, 0% packet loss, time 3005ms
- rtt min/avg/max/mdev = 1.068/1.269/1.458/0.139 ms
复制代码
|