Interface configuration:
/etc(network/interfaces:
auto eth0
iface eth0 inet static
  address 192.168.180.73
  netmask 255.255.254.0
  dns-nameservers 192.168.180.28 192.168.181.28
  dns-search mydomain.example

auto eth1
iface eth1 inet static
  address 213.13.12.73
  netmask 255.255.254.0
  gateway 213.13.12.1
  dns-nameservers 192.168.180.28 192.168.181.28
  dns-search mydomain.example
----

/etc/resolv.conf after rebooting:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
----
This empty file breaks nearly everything ...!

/etc/resolv.conf is a symlink as expected:
#ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 31 Jan  3 14:53 /etc/resolv.conf -> 
/etc/resolvconf/run/resolv.conf
----

/etc/default/resolvconf:
doesn't exist.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/911241

Title:
  resolvconf ignoring dns-nameservers, dns-search in iface-stanzas

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/911241/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to