Re: gateway disappears on reboot

2009-09-30 Thread Paul Cartwright
On Wed September 30 2009, Wayne Topa wrote: > resolv.conf and resolvconf are not the same thing.  You should install > the resolvconfig package to help solve your problem, and be sure to read > the man page. > I have resolvconf installed. I think I ran this: SYNOPSIS cat FILE | resolvconf -a

Re: gateway disappears on reboot

2009-09-30 Thread Wayne Topa
Paul Cartwright wrote: On Sun September 27 2009, Celejar wrote: I'm still not sure what's modifying your resolv.conf, but I'll point out that those dns-nameserver lines won't work without resolvconf. The basic networking infrastructure doesn't provide any way to publish static nameserver inform

Re: gateway disappears on reboot

2009-09-30 Thread Paul Cartwright
On Sun September 27 2009, Celejar wrote: > I'm still not sure what's modifying your resolv.conf, but I'll point > out that those dns-nameserver lines won't work without resolvconf.  The > basic networking infrastructure doesn't provide any way to publish > static nameserver information in the inter

Re: gateway disappears on reboot

2009-09-27 Thread Celejar
On Sun, 27 Sep 2009 14:01:07 -0400 Paul Cartwright wrote: ... > my interfaces file has a static setup that I NORMALLY use, and a DHCP > setup when I am..working on stuff, like adding a router, > troubleshooting.. > #new dhcp setup > iface eth0 inet dhcp > auto eth0 > dns-nameserver 208.67.222.2

Re: gateway disappears on reboot

2009-09-27 Thread Paul Cartwright
On Sun September 27 2009, Celejar wrote: > IIUC, on a basic installation, nothing should be touching resolv.conf > except for things that you configure explicitly.  There are several > packages that will alter it: resolvconf, IIUC, the GUI network > configuration utilities (NM, wicd, etc), and anyt

Re: gateway disappears on reboot

2009-09-27 Thread Celejar
On Sun, 27 Sep 2009 10:22:21 -0500 John Hasler wrote: > Celejar writes: > > There are several packages that will alter it: resolvconf, IIUC, the > > GUI network configuration utilities (NM, wicd, etc), and anything > > you put in /etc/network/interfaces. What network configuration > > utilities

Re: gateway disappears on reboot

2009-09-27 Thread John Hasler
Celejar writes: > There are several packages that will alter it: resolvconf, IIUC, the > GUI network configuration utilities (NM, wicd, etc), and anything you > put in /etc/network/interfaces. What network configuration utilities > do you have installed? Given the number of things that depend on

Re: gateway disappears on reboot

2009-09-27 Thread Celejar
On Sun, 27 Sep 2009 06:55:38 -0400 Paul Cartwright wrote: > I'm not sure what file I need to mess with . Now when I > reboot, /etc/resolv.conf is empty, and my default route doesn't work, > so I manually add: > nameserver 208.67.222.222 > nameserver 208.67.220.220 > nameserver 192.168.1.254 >

gateway disappears on reboot

2009-09-27 Thread Paul Cartwright
I'm not sure what file I need to mess with . Now when I reboot, /etc/resolv.conf is empty, and my default route doesn't work, so I manually add: nameserver 208.67.222.222 nameserver 208.67.220.220 nameserver 192.168.1.254 to resolv.conf & ifdown/up eth0 to get my network connection back. What