Let me see if I can try and be clearer about my problem.

I have an eth0 interface for our local network (which also connects with
the Internet). the eth0 interface has two entries in the routing tables.
One starts with 0.0.0.0 and defines the gateway. I have no idea how to
define the gateway without using 0.0.0.0, however, ppp0 needs the
0.0.0.0 in order to work. Therefore If I get ppp0 working eth0 doesn't
work, and vise versa.

Anyone know how I can tell eht0 to work without being the default?

Clifford Kite wrote:
> I just had success in configuring a net specific route to ppp0 with an
> ISP connection here using
> 
> /sbin/route add -net ${NETWORK} netmask ${NETMASK} ppp0
> 
> and I could ping machines on the ISPs lan.  This should direct allow access
> to the lan on the other end of the ppp connection but not beyond it.  I
> assume, because you want to maintain the lan default route, that your
> machine is attached to a lan with an internet connection.  You can put this
> in /etc/ppp/ip-up to add the route, and then delete it in /etc/ppp/ip-down
> - or whatever the equivalents are for RedHat.

--Jason...JJ

The Sun is up, unless it's down.
_________________________________________

        J. Jason Mott
        Applications Developer
        Auragen Communications, Inc.
        http://www.auragen.com
        716.242.8759
_________________________________________

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to