On Tue, 20 Apr 1999, Sanjiv Bawa wrote:
|What option am I looking for ? I have no idea where to find it. I see a lot
|of directories and files under /etc/rc.d. If you tell me an options that I
|can do a grep on, it will be a great help !!
Grep for 'default' in /etc/rc.d, you should come up with a line containing
'default gw' or 'default dev' - just # it out. The file here is rc.inet1 .
The network specific route to replace it is of the form
/sbin/route add -net ${NETWORK} netmask ${NETMASK} eth0
where ${NETWORK} the network of the lan, e.g., 192.168.0.0 . The
${NETMASK} can be 255.255.255.0 .
---
Clifford Kite Not a guru. (tm)
[EMAIL PROTECTED] Not even close.
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]