Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tech_notes:dns [2024-05-18 Sat wk20 19:20] – [Domain names, domain nameservers, DNS and DHCP] baumkp | tech_notes:dns [2024-06-16 Sun wk24 10:20] (current) – [DNS Performance Checker] baumkp | ||
---|---|---|---|
Line 43: | Line 43: | ||
- 2620:fe::fe | - 2620:fe::fe | ||
- 2620:fe::9 | - 2620:fe::9 | ||
+ | - [[https:// | ||
- [[https:// | - [[https:// | ||
- | - IPv4 (filtered) | + | |
+ | - 208.67.222.222 | ||
+ | - 208.67.220.220 | ||
+ | | ||
- 208.67.222.123 | - 208.67.222.123 | ||
- 208.67.220.123 | - 208.67.220.123 | ||
Line 61: | Line 65: | ||
- 2620: | - 2620: | ||
- See [[https:// | - See [[https:// | ||
+ | |||
+ | =====Linux DNS Setup===== | ||
+ | The local OS DNS servers are specified in ''/ | ||
+ | |||
+ | The bind9 file that configs the DNS forwarders is ''/ | ||
+ | |||
+ | The kea dhcp configuration has the following related to DNS and gateway setup. | ||
+ | ++++dhcpv4.conf| | ||
+ | <code yaml> | ||
+ | { | ||
+ | " | ||
+ | |||
+ | // There are no relays in this network, so we need to tell Kea that this subnet | ||
+ | // is reachable directly via the specified interface. | ||
+ | " | ||
+ | |||
+ | " | ||
+ | { | ||
+ | " | ||
+ | } | ||
+ | ], | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | ],</ | ||
+ | ++++ | ||
+ | |||
+ | =====DNS Performance Checker===== | ||
+ | A good resource for checking DNS performance is from [[https:// | ||
+ | |||
<- tech_notes: | <- tech_notes: |