In article <(E-Mail Removed) >,
Jaime Casanova wrote:
>Obviously, one of the ethernet card has a private ip the other one has
>an static ip give it to me for my isp. I, also, have a modem in the
>machine. I will call this machine diteca_gye.
>
>The other machine has just one ethernet card for the lan with a
>private ip.
>It can connect with the internet via modem. Actually is the same isp.
>I will call this machine diteca_uio.
OK - that's fairly simple.
>But one day diteca_uio died. I had to re-install the entire system but
>i couldn't re-establish the ppp connection.
I'd be guessing the problem is here.
>I have been trying to set this connection up again. Actually the
>connection is established but just a few seconds it happens the modem
>hangs up.
http://axion.physics.ubc.ca/ppp-linux.html (or)
http://www.theory.physics.ubc.ca/ppp-linux.html
The _modem_ may establish a connection, but I doubt that pppd is doing
so. The most common reason for this is authentication, followed
closely by a routing problem. We need to look at the logs that the
web page will show you how to set up. I _suspect_ that you may have
a "default route" on 'diteca_uio' (look at the output of the command
'/sbin/route -n') and this is preventing pppd from connecting (the peer
would have to authenticate back to you). The 'noauth' option would
fix this, but let's see the logs.
Old guy