ショコラ
Ubuntu の resolv.conf に nameserver を追加するには?
/etc/resolv.conf ではなく、/etc/systemd/resolved.conf を修正します。
systemd-resolved を再起動しないと反映されないので、気をつけてください。
もっさん先輩
手順
Ubuntu の resolv.conf に nameserver を追加する手順。
- /etc/systemd/resolved.conf を編集します。
vi /etc/systemd/resolved.conf
- DNSサーバーを追加します。
[Resolve]
DNS=8.8.8.8
- systemd-resolved を再起動します。
systemctl restart systemd-resolved
以上