This is the cat result
cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME="DemoServer1"
GATEWAY="192.168.1.210"
GATEWAYDEV=""
FORWARD_IPV4="yes"
I manually changed GATEWAYDEV="eth0" but it still does not work. Look like
the default gateway is in.
-----Original Message-----
From: lvs-users-admin@xxxxxxxxxxxxxxxxxxxxxx
[mailto:lvs-users-admin@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Peter
Mueller
Sent: Wednesday, August 15, 2001 5:55 PM
To: 'lvs-users@xxxxxxxxxxxxxxxxxxxxxx'
Subject: FW: Question about default gateway
mail bounced to kiml@xxxxxxxxx?
-----Original Message-----
From: Peter Mueller
Sent: Wednesday, August 15, 2001 5:54 PM
To: 'kiml@xxxxxxxxx'
Subject: RE: Question about default gateway
> I tried: route add default gw my_lvs_address
> and could not see route tabble anymore when I typed route.
>
> I am able to statically configure gateway for on individual
> client address
> as:
> route add client_address gw lvs_address (this one work)
>
> Have any of you experienced default gateway problem before ?
> I appreciate
> any help.
Kim,
what does /etc/sysconfig/network (if redhat based) say? what about netstat
-rn for 0.0.0.0 addy?
route add -net 0.0.0.0/0 gw lvs_address is how I do it :)
_______________________________________________
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://www.in-addr.de/mailman/listinfo/lvs-users
|