ubuntu:networking:dns:configure_dns
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:networking:dns:configure_dns [2021/01/13 11:27] – peter | ubuntu:networking:dns:configure_dns [2022/03/22 10:27] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - Networking - DNS - Configure DNS ====== | ====== Ubuntu - Networking - DNS - Configure DNS ====== | ||
+ | |||
+ | <WRAP alert> | ||
+ | **ALERT: | ||
+ | |||
+ | It is recommended to only set them in one place, as if set in multiple places then all these DNS resolvers may be used which can result in additional work and confusion when viewing logs. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
===== Using Netplan ===== | ===== Using Netplan ===== | ||
Line 11: | Line 20: | ||
nameservers: | nameservers: | ||
addresses: [1.1.1.1, 9.9.9.9] | addresses: [1.1.1.1, 9.9.9.9] | ||
- | </code> | + | </file> |
- | < | + | <WRAP info> |
- | **NOTE: | + | **NOTE: |
</ | </ | ||
+ | ---- | ||
- | + | ===== Using Global DNS Setting ===== | |
- | ===== Global DNS Setting ===== | + | |
==== Set the DNS ==== | ==== Set the DNS ==== | ||
Line 33: | Line 42: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | DNSSEC helps prevent a potential attacker from modifying your DNS responses. | ||
</ | </ | ||
---- | ---- | ||
- | ==== Restart systemd ==== | + | ==== To use multiple resolvers and IPv6 ==== |
+ | |||
+ | <file bash / | ||
+ | [Resolve] | ||
+ | # Use Quad9.net DNS, and Cloudflare DNS. | ||
+ | # Both supports DNS over TLS and DNSSEC, | ||
+ | # and promises not to log DNS queries. | ||
+ | DNS=2620: | ||
+ | 2606: | ||
+ | FallbackDNS=2620: | ||
+ | 2606: | ||
+ | # Attempt to use DNS over TLS. | ||
+ | DNSOverTLS=opportunistic | ||
+ | # Enforce DNSSEC validation. | ||
+ | DNSSEC=true | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Restart | ||
<code bash> | <code bash> | ||
sudo systemctl restart systemd-resolved.service | sudo systemctl restart systemd-resolved.service | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
---- | ---- | ||
- | ==== Check status | + | ==== Check the systemd-resolv service is running |
<code bash> | <code bash> | ||
- | systemd-resolve --status | + | sudo systemctl status |
</ | </ | ||
Line 54: | Line 88: | ||
<code bash> | <code bash> | ||
- | Global | + | ● systemd-resolved.service - Network Name Resolution |
- | DNS Servers: 9.9.9.9 | + | Loaded: loaded (/ |
+ | | ||
+ | Docs: man: | ||
+ | | ||
+ | | ||
+ | | ||
+ | Main PID: 1160 (systemd-resolve) | ||
+ | | ||
+ | Tasks: 1 (limit: 77016) | ||
+ | | ||
+ | | ||
+ | | ||
- | Link 3 [DEVICE_NAME] | + | Mar 17 19:28:19 bigmamba systemd[1]: Starting Network Name Resolution... |
- | DNSSEC Setting: yes | + | Mar 17 19:28:19 bigmamba systemd-resolved[1160]: |
- | | + | Mar 17 19:28:19 bigmamba systemd-resolved[1160]: |
- | DNS Servers: 8.26.56.26 | + | Mar 17 19:28:19 bigmamba systemd-resolved[1160]: |
- | 8.20.247.20 | + | Mar 17 19:28:19 bigmamba systemd-resolved[1160]: |
+ | Mar 17 19:28:19 bigmamba systemd[1]: Started Network Name Resolution. | ||
+ | Mar 17 19:30:37 bigmamba systemd-resolved[1160]: | ||
+ | Mar 20 10:47:01 bigmamba systemd-resolved[1160]: | ||
</ | </ | ||
Line 67: | Line 115: | ||
+ | ==== Check status ==== | ||
+ | |||
+ | <code bash> | ||
+ | systemd-resolve --status | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | Global | ||
+ | ... | ||
+ | DNS Servers: 9.9.9.9 | ||
+ | DNSOverTLS setting: no | ||
+ | DNSSEC setting: no | ||
+ | DNSSEC supported: no | ||
+ | ... | ||
+ | Link 4 (br0) | ||
+ | Current Scopes: DNS | ||
+ | DefaultRoute setting: yes | ||
+ | LLMNR setting: yes | ||
+ | MulticastDNS setting: no | ||
+ | DNSOverTLS setting: no | ||
+ | DNSSEC setting: no | ||
+ | DNSSEC supported: no | ||
+ | Current DNS Server: 1.1.1.1 | ||
+ | DNS Servers: 1.1.1.1 | ||
+ | DNS Domain: localdomain | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | ---- |
ubuntu/networking/dns/configure_dns.1610537235.txt.gz · Last modified: 2021/01/13 11:27 by peter