回覆 AAA1
試下改用 Google IPv6 DNS
2001:4860:4860::8888
2001:4860:4860::8844
即係router 輸入
20 ...
ed1 發表於 2017-1-19 02:45 
華碩個UI 好似唔俾輸入IPv6 嘅DNS?
不過照睇個log,就應該用緊PCCW 嘅IPv6 DNS:- DNS Servers: 2404:c800:8000:1a::1201 2404:c800:8000:8::1201
複製代碼 我應該遇到呢個IPv6 ping latency 問題:- C:\Users\Fanolian>ping google.com -4
- Pinging google.com [216.58.200.14] with 32 bytes of data:
- Reply from 216.58.200.14: bytes=32 time=5ms TTL=54
- Reply from 216.58.200.14: bytes=32 time=5ms TTL=54
- Reply from 216.58.200.14: bytes=32 time=5ms TTL=54
- Reply from 216.58.200.14: bytes=32 time=5ms TTL=54
- Ping statistics for 216.58.200.14:
- Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
- Approximate round trip times in milli-seconds:
- Minimum = 5ms, Maximum = 5ms, Average = 5ms
- C:\Users\Fanolian>ping google.com -6
- Pinging google.com [2404:6800:4005:800::200e] with 32 bytes of data:
- Reply from 2404:6800:4005:800::200e: time=22ms
- Reply from 2404:6800:4005:800::200e: time=6ms
- Reply from 2404:6800:4005:800::200e: time=6ms
- Reply from 2404:6800:4005:800::200e: time=9ms
- Ping statistics for 2404:6800:4005:800::200e:
- Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
- Approximate round trip times in milli-seconds:
- Minimum = 6ms, Maximum = 22ms, Average = 10ms
複製代碼 如果隔大約30秒先再ping google.com -6,會再次出現單一次~22ms 嘅情況。 |