Hello,
I need to connect my Linux machine to PPTP VPN server(windows 2003 based).
So I need to setup PPTP-client which I've download from
http://www.cyberciti.biz/tips/howto-...tp-client.html
according to it I've configured following
vi /etc/ppp/chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
username pptp password *
vi /etc/ppp/peers/mycreated-file
pty "pptp myVPNserverIP --nolaunchpppd"
name username
remotename pptp
require-mppe-128
file /etc/ppp/options.pptp
ipparam mycreated-file
persist
vi /etc/ppp/options.pptp
lock noauth nodeflate nobsdcomp
but when I called
pppd call my-connection-name
it shows following error.
Using interface ppp0
Dec 29 11:59:36 pppd[5718]: Connect: ppp0 <--> /dev/pts/4
Dec 29 11:59:36 pppd[5718]: Modem hangup
Dec 29 11:59:36 pppd[5718]: Connection terminated.
Dec 29 11:59:36 pppd[5718]: Exit.
I'm using following configuration for windows client and it is successfully connected.
