(Re-)learning NFS

E Frank Ball frankb at efball.com
Sat Mar 9 14:44:03 PST 2002


On Sat, Mar 09, 2002 at 02:01:39PM -0800, Lincoln Peters wrote:
} >You have two default gateways setup.  How is it to know which one to use?
} >Seems like one of the last two lines shouldn't be there.
} 
} 172.16.106.1 is not a gateway.  How do I remove it from the routing table 
} (the man page for the route command doesn't make much sense)?

What's in
/etc/sysconfig/network
?

It may have two gateways listed, get rid of one.
Also make sure the gateway device IS listed.

Here's an example file:
NETWORKING=yes
DOMAINNAME=sonic.net
GATEWAY=209.204.172.1
GATEWAYDEV=eth0
FORWARD_IPV4=yes
IPX=no

Then do:
ifdown eth1
ifup eth1

-- 

   E Frank Ball                frankb at efball.com



More information about the talk mailing list