====== 2024.12.24 UbuntuのDNSサーバ ======
UbuntuのDNSサーバは下記で確認できる。
# resolvectl status enp6s0
Link 3 (enp6s0)
Current Scopes: DNS
Protocols: +DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 8.8.8.8
DNS Servers: 8.8.8.8
/etc/resolv.conf はこんな風になってる。
# cat /etc/resolv.conf
nameserver 127.0.0.53
options edns0 trust-ad
search .
===== Ether指定しない場合 =====
Ether指定しない場合は、全部のEther分表示される。
$ resolvectl status
Global
Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: stub
Link 2 (enp1s0)
Current Scopes: DNS
Protocols: +DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 8.8.8.8
DNS Servers: 8.8.8.8
Link 3 (enp6s0)
Current Scopes: DNS
Protocols: +DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 8.8.8.8
DNS Servers: 8.8.8.8
Link 4 (enp7s0)
Current Scopes: DNS
Protocols: +DefaultRoute -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 8.8.8.8
DNS Servers: 8.8.8.8
{{tag>日記 ubuntu dns}}