----- Original Message ----- From: "Simeon Johnston" <simeonuj at eetc.com> To: <tclug-list at mn-linux.org> Sent: Thursday, June 21, 2001 15:28 Subject: Re: [TCLUG] default gw > All your network scripts are in /etc/sysconfig/* > The one you need to edit is the "network" file. > This is roughly what you need to insert into the file somewhere. > > NETWORKING=yes > GATEWAYDEV=ethx > GATEWAY=xxx.xxx.xxx.xxx > FORWARD_IPV4=no > HOSTNAME=(YourHostName) > > That should do it. Right - the gateway dev is set in /etc/sysconfig/network in RH. Not in the ifcfg-ethN file. I guess memory didn't serve.