This was initially reported at http://bugs.debian.org/462613 by Daniel Dickinson. On Debian systems, the resolvconf package is now installed by default. This means /etc/resolv.conf is now a symbolic link to a dynamically generated file. Modifications to this file will now be lost upon e.g. rebooting. I think the appropriate fix is to configure the name servers in /etc/network/interfaces, by adding dns-nameservers lines: iface eth0 inet static address 192.168.1.42 netmask 255.255.255.0 gateway 192.168.1.254 dns-nameservers 192.168.0.18 192.168.0.19 This way, the resolv.conf file will be updated automatically when the interface is brought up.
Project has been inactive for seven years, none of this is getting fixed. Closing remaining bugs and disabling the bz product.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.