Comment 2 for bug 911241

Revision history for this message
Thomas Schweikle (tps) wrote :

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.