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 :)
|