maybe also look at the result of route -nr command when you are dialed out
to see which device is apart of your default route (my bet is eth0). Then
have a look in /etc/sysconfig/network and checkout what your default route
is, you may have to set this manually or set it to 0.0.0.0. Then have a
look at ifcfg-ppp0 file in /etc/sysconfig/network-scripts and see if you
said yes to default route.
Another good test is to try and do traceroute to your up stream provider, if
you get a no route to host error (or similar) try the same command with a -i
eth0 switch and I am sure that will work. If it does, well then, I think the
first paragraph will get you on your way
----- Original Message -----
From: Audrey Beck <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 12, 1999 2:02 AM
Subject: [newbie] ppp0 + eth0 = ppp0 won't talk
> If anyone has this problem:
> ppp works fine unless/until you add an ethernet card. Then ppp
> will connect, but you can't talk to anything out in the world...
>
> Look at the lines in /var/log/messages file, if you don't have other
> errors for ppp and it looks like it connects fine, but ppp just won't
> talk.
> Do an "ifconfig" on the console and look at the ppp0 section for the
> "net addr" part while your ppp connection is up. If it lists your eth0
> card
> address, you might have this problem.
>
> Try adding these options to /etc/ppp/options file
> noipdefault
> ipcp-accept-local
> ipcp-accept-remote
>
> I have been trying for weeks to get this to work. There are others
> in message boards with the same problem and no solution. This
> worked for me.
>
>
>