Package: resolvconf
Version: 1.35
Severity: normal

Hi,

Since I've installed resolconf, my forwarders in /etc/bind/named.conf.options 
aren't included in /var/run/bind/named.options.

Instead of having those Bind forwarders, I've got the IP of the dns-nameservers 
directive specified in /etc/network/interfaces, which is 127.0.0.1.

After some tests, it seems that /etc/resolvconf/update.d/bind "forget" the IP 
specified in /etc/bind/named.conf.options.

Could you try to debug this ?

Please find some attached files.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages resolvconf depends on:
ii  coreutils                     5.96-5     The GNU core utilities
ii  debconf [debconf-2.0]         1.5.3      Debian configuration management sy
ii  lsb-base                      3.1-10     Linux Standard Base 3.1 init scrip

resolvconf recommends no packages.

-- debconf information:
  resolvconf/bad-pppoeconf-hook:
* resolvconf/downup-interfaces:
* resolvconf/link-tail-to-original: false
  resolvconf/bad-pppconfig-hook:
* resolvconf/linkify-resolvconf: true
* resolvconf/disable-bad-hooks: true
  resolvconf/bad-xisp-hook:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address 62.147.165.84
        netmask 255.255.255.0
        gateway 62.147.165.254
        pre-up /etc/network/netfilter $IFACE $IF_ADDRESS
        dns-nameservers 127.0.0.1
        name Liaison ADSL

auto eth1
iface eth1 inet static
        address 192.168.0.1
        netmask 255.255.255.0
        name Carte Ethernet
        broadcast 192.168.0.255
        network 192.168.0.0
options {
	directory "/var/cache/bind";

	// If there is a firewall between you and nameservers you want
	// to talk to, you might need to uncomment the query-source
	// directive below.  Previous versions of BIND always asked
	// questions using port 53, but BIND 8.1 and later use an unprivileged
	// port by default.

	// query-source address * port 53;

	// If your ISP provided one or more IP addresses for stable 
	// nameservers, you probably want to use them as forwarders.  
	// Uncomment the following block, and insert the addresses replacing 
	// the all-0's placeholder.

	forwarders { 212.27.54.252; 212.27.53.252; };

	auth-nxdomain no;    # conform to RFC1035

};

// named.conf fragment automatically generated by /etc/resolvconf/update.d/bind
// DO NOT EDIT THIS FILE.  Instead edit /etc/bind/named.conf.options .
options {
	forwarders { 127.0.0.1; };
	directory "/var/cache/bind";
	auth-nxdomain no;    
};

Attachment: resolv.conf
Description: application/not-regular-file

Reply via email to