[wplug] Routing question, maybe

Bob Schmertz rschmertz at speakeasy.net
Sat Dec 7 03:50:04 EST 2002


On Sat, 2002-12-07 at 00:33, Brian Medley wrote:
> On Fri, Dec 06, 2002 at 10:43:32PM -0500, vze2f6h6 at verizon.net wrote:
> 
> > This is what /etc/sysconfig/network has in it.
> > 
> > Networking=yes
> > hostname=MoJo
> > Gateway="10.10.10.1"
> > Gatewaydev="eth1"
> > Forward_IPV4="no"
> 
> Try changing to:
> 
>     NETWORKING=yes
>     HOSTNAME=MoJo
>     GATEWAYDEV="10.10.10.1"
>     GATEWAYDEV="eth1"

I assume you mean GATEWAY in the third line, thus:

    NETWORKING=yes
    HOSTNAME=MoJo
    GATEWAY="10.10.10.1"
    GATEWAYDEV="eth1"


-- 
Cheers,
Bob Schmertz



More information about the wplug mailing list