michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 62 forks source link

Debian needs resolvconf to handle dns-{nameservers,search} #16

Closed mxjeff closed 7 years ago

mxjeff commented 7 years ago

Installing resolvconf on top of isc-dhcp-client (default debian dhcp client iirc) will handle both static and dhcp NIC config without extra configuration (appart from dns-{nameservers,search} in interfaces config files).

This might need some more testing though (so far tested on Debian8/9 only).