Alpine Linuxの/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
/etc/resolv.confから
nameserver 8.8.8.8
コンピュータを再起動すると、DHCP サーバーから新しい DNS サーバー IP を取得します。
質問:
/etc/resolv.confの静的ネームサーバーがDHCPのネームサーバーの代わりに1.1.1.1を指すようにするにはどうすればよいですか?
ベストアンサー1
RESOLV_CONF="no"
で設定します/etc/udhcpc/udhcpc.conf
。https://wiki.alpinelinux.org/wiki/Udhcpc