Comment 3 for bug 1284607

Revision history for this message
Nathan Stratton Treadway (nathanst) wrote : Re: [Bug 1284607] Re: resolvconf ignores given dns-servers in /etc/network/interfaces

On Tue, Feb 25, 2014 at 16:10:50 -0000, Stéphane Graber wrote:
> By default, resolvconf will truncate the list of DNS servers after the
> loopback address. This can be overriden by putting
> TRUNCATE_NAMESERVER_LIST_AFTER_LOOPBACK_ADDRESS=no in
> /etc/default/resolvconf
>
> This behaviour is documented in resolvconf's manpage.

[...]

> https://bugs.launchpad.net/bugs/1284607
>
> Title:
> resolvconf ignores given dns-servers in /etc/network/interfaces
>
[...]
> Bug description:
[...]
> Together with dnsmasq handling name resolution no names other tan
> local known ones are resolved.

The reason resolvconf stops with the lookback address by default is that
in most cases dsnmasq is sufficient to handle all name resolution. So
another approach to getting your system working would be to add your
hard-coded nameservers to the dnsmasq configuration rather than the
network/interfaces file.

      Nathan