first find your DNS Settings
eg:
Code:
Preferred DNS server: 8.8.8.8
Alternate DNS server: 8.8.4.4
then get a command prompt and enter pathping 8.8.8.8 and you will see something like
Code:
Tracing route to google-public-dns-a.google.com [8.8.8.8]
over a maximum of 30 hops:
0 192.168.0.4
1 [192.168.0.1
2 50.113.144.1
3 76.167.22.193
4 tge2-2-0.vnnyca2-rtr2.socal.rr.com [72.129.13.104]
5 72.129.13.2
6 107.14.17.134
7 66.109.9.26
8 72.14.198.73
9 64.233.174.238
10 72.14.238.0
11 72.14.239.162
12 216.239.48.165
13 * 72.14.232.6
14 google-public-dns-a.google.com [8.8.8.8]
Computing statistics for 350 seconds...
wait for it to complete
you should have ZERO losses from top to bottom, but if you see any, then the problem is in the network path to that DNS, not your system.
example
Code:
Source to Here This Node/Link
Hop RTT Lost/Sent = Pct Lost/Sent = Pct Address
0 192.168.0.4
0/ 100 = 0% |
1 0ms 0/ 100 = 0% 0/ 100 = 0% 192.168.0.1
0/ 100 = 0% |
2 8ms 0/ 100 = 0% 0/ 100 = 0% 50.113.144.1
0/ 100 = 0% |
3 8ms 0/ 100 = 0% 0/ 100 = 0% 76.167.22.193
0/ 100 = 0% |
4 16ms 0/ 100 = 0% 0/ 100 = 0% tge2-2-0.vnnyca2-rtr2.socal.rr.com [72.129.13.104]
0/ 100 = 0% |
5 19ms 0/ 100 = 0% 0/ 100 = 0% 72.129.13.2
0/ 100 = 0% |
6 14ms 0/ 100 = 0% 0/ 100 = 0% 107.14.17.134
0/ 100 = 0% |
7 13ms 0/ 100 = 0% 0/ 100 = 0% 66.109.9.26
0/ 100 = 0% |
8 13ms 0/ 100 = 0% 0/ 100 = 0% 72.14.198.73
0/ 100 = 0% |
9 16ms 0/ 100 = 0% 0/ 100 = 0% 64.233.174.238
0/ 100 = 0% |
10 --- 100/ 100 =100% 100/ 100 =100% 72.14.238.0
0/ 100 = 0% |
11 --- 100/ 100 =100% 100/ 100 =100% 72.14.239.162
0/ 100 = 0% |
12 --- 100/ 100 =100% 100/ 100 =100% 216.239.48.165
0/ 100 = 0% |
13 --- 100/ 100 =100% 100/ 100 =100% 72.14.232.6
0/ 100 = 0% |
14 39ms 0/ 100 = 0% 0/ 100 = 0% google-public-dns-a.google.com [8.8.8.8]
Trace complete.