resolvconf error

2009-10-23 Thread Paul Cartwright
I'm still not getting it. I rebooted today, eth0 came up, but no DNS. /etc/resolv.conf was empty. So I ran resolvconf -u, after adding : nameserver 192.168.10.1 to /etc/resolv.conf . then dns was working. what do I need to do to make dns work every time I reboot, without me having to twiddle

Re: resolvconf error

2009-10-23 Thread Wayne
Paul Cartwright wrote: On Fri October 23 2009, you wrote: what do I need to do to make dns work every time I reboot, without me having to twiddle something? Sorry Paul See debian-reference Chapter 5 well, actually it is: 6.1.2. The hostname resolution The resolvconf package makes this

Re: resolvconf error

2009-10-23 Thread Paul Cartwright
On Fri October 23 2009, Wayne wrote: so this is what I changed my /etc/network/interfaces file to include, lets see if that is what it wants: auto eth0 iface eth0 inet static address 192.168.10.2 netmask 255.255.255.0 dns-nameserver 192.168.10.1 gateway 192.168.10.1 Paul  

Re: resolvconf error

2009-10-23 Thread Wayne
Paul Cartwright wrote: On Fri October 23 2009, Wayne wrote: so this is what I changed my /etc/network/interfaces file to include, lets see if that is what it wants: auto eth0 iface eth0 inet static address 192.168.10.2 netmask 255.255.255.0 dns-nameserver 192.168.10.1 gateway 192.168.10.1

Re: resolvconf error

2009-10-23 Thread Florian Kulzer
On Fri, Oct 23, 2009 at 20:46:06 -0400, Paul Cartwright wrote: [ Problem: resolvconf does not automatically configure the nameserver in /etc/resolv.conf. ] so this is what I changed my /etc/network/interfaces file to include, lets see if that is what it wants: auto eth0