LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   PPTP connection -- Help (https://www.linuxquestions.org/questions/linux-server-73/pptp-connection-help-4175418728/)

hesisaboury 07-26-2012 03:39 AM

PPTP connection -- Help
 
hello,
i'm trying to connect to vpn server using pptp connection and linux-pptp package , i have no problem with network-manager vpn connection or windows based vpn connection ,i have following config :
pptp with PAP or CHAP ,, no EAP and mppe

/etc/ppp/peers/Talia
pty "pptp 10.30.124.2 --nolaunchpppd"
lock
noauth
nodeflate
nobsdcomp
name Talia
remotename PPTP
#require-mppe-128
#file /etc/ppp/options.pptp
ipparam Talia

================
chap-secret :

Peykasa PPTP Password *

================
pap-secret :

* password

every time i want to connect with (pppd call Talia) i get these errors

using channel 4
Using interface ppp0
Connect: ppp0 <--> /dev/pts/3
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd8d7e7d0> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <auth pap> <magic 0x4e329349>]
No auth is possible
...


any suggestion...
Thanks.

hesisaboury 07-28-2012 06:11 AM

PPTP Connection
 
thank u all .
i solved my problem by :
pptpsetup --help
other useful commands :
pon
poff
plog
pppd call <name>


All times are GMT -5. The time now is 12:05 AM.