This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:dns:dns_testing [2016/01/17 09:57] gcooper |
internet:dns:dns_testing [2021/01/17 15:12] (current) gcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
http:// | http:// | ||
+ | |||
+ | ===== Source Port ===== | ||
+ | |||
+ | Newer DNS servers may fail to resolve when requests come from UDP port 53, rather than from a high (1024+), random port. | ||
+ | |||
+ | Bind name servers now default to random query source ports. | ||
+ | |||
+ | One may need to: | ||
+ | |||
+ | - Comment out an existing '' | ||
+ | - Adjust the firewall to allow all outgoing connections to UDP (and TCP) port 53 | ||
===== Linux ===== | ===== Linux ===== | ||
Line 19: | Line 30: | ||
https:// | https:// | ||
- | ===== Troubleshooting | + | ===== Errors |
- | :!: Name server ' | + | https:// |
+ | |||
+ | **SERVFAIL** messages show that the fully qualified domain | ||
+ | |||
+ | **SERVFAIL** messages can also result from DNSSEC problems. | ||
+ | |||
+ | For **NXDOMAIN**, | ||
+ | |||
+ | ===== Troubleshooting ===== | ||
http:// | http:// | ||
+ | |||
+ | :!: **Name server ' | ||
+ | |||
+ | < | ||
+ | dig +trace < | ||
+ | </ | ||
+ | |||
+ | '' |