Hi Emmanuel,
I'm now connected, it really was a routing problem as per your yesterday
suggestion, plus some errors in the option file.
Now I can connect with:
pptp 10.0.0.138
route del default gw `route -n|awk '$1=="0.0.0.0" {print $2}'|head -1`
route add default gw `ifconfig ppp0|grep "P-t-P"|awk '{print $3}'|cut -d
':' -f 2`

And disconnect (if I need) with:
killall pppd ; killall pptp ; rm -rf /var/run/pptp/

I've found some hint in a french article on the web and, considering I
don't speak French, I still need to figure out the particulars.
Anyway it works and at least I can avoid to shutdown RH than start Win
(when it starts) to connect, and then reverse to try something on RH...

As for your last message:
1) it's a patch to add MPPE (Microsoft Point-To-Point Encryption
protocol) support to Linux. Now I think it was not necessary...
1-2-3) these are the last versions on pptp-linux home page.

Thanks for your help and suggestions,
Carlo



-----Messaggio originale-----
Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Per conto di Emmanuel Seyman
Inviato: domenica 24 novembre 2002 15.55
A: [EMAIL PROTECTED]
Oggetto: Re: adsl - pptp connection


On Sun, Nov 24, 2002 at 09:13:45AM +0100, Carlo Malfatti wrote:
>
> 1) kernel-2.4.18-14mppe.i586.rpm

What is this?

> 2) ppp-2.4.2_cvs_20021120-1.i386.rpm

???
I'm running ppp-2.4.1-3

> 3) pptp-linux-1.1.0-1.i386.rpm

I believe I have the same version.

> # tail -f /var/log/messages

[ snip ]
 
> Nov 24 08:35:31 Linux pppd[1138]: Connect: ppp0 <--> /dev/pts/1 Nov 24

> 08:35:31 Linux /etc/hotplug/net.agent: assuming ppp0 is already up

Nothing after this?
Try adding "debug" in /etc/ppp/options and see if there are more
messages.

> # ifconfig -a
> 
> ppp0      Link encap:Point-to-Point Protocol
>           POINTOPOINT NOARP MULTICAST  MTU:1500  Metric:1
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Your connection isn't up.

Emmanuel



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to