LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 03-31-2009, 09:50 AM   #1
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
PPTP and Windows clients ....


I've been trying to setup a PPTP server to use with the Windows VPN client.

I've tested it with Linux clients, and it works fine. On Windows XP, it simply times out with "Error 619: connection to the remote computer could not be established". Firewall and anti-virus is disabled on both client and server.

Any idea about how to fix this :?: I've tried this on two different Windows XP clients, and they both give the same error. So it must be a configuration problem on the server side. Here is the server log:
Code:
Mar 31 15:17:14 server pptpd[28289]: MGR: Launching /usr/sbin/pptpctrl to handle client
Mar 31 15:17:14 server pptpd[28289]: CTRL: local address = 192.168.0.1
Mar 31 15:17:14 server pptpd[28289]: CTRL: remote address = 192.168.0.2
Mar 31 15:17:14 server pptpd[28289]: CTRL: pppd options file = /etc/ppp/pptpd-options
Mar 31 15:17:14 server pptpd[28289]: CTRL: Received PPTP Control Message (type: 1)
Mar 31 15:17:14 server pptpd[28289]: CTRL: Made a START CTRL CONN RPLY packet
Mar 31 15:17:14 server pptpd[28289]: CTRL: I wrote 156 bytes to the client.
Mar 31 15:17:14 server pptpd[28289]: CTRL: Sent packet to client
Mar 31 15:17:14 server pptpd[28289]: CTRL: Received PPTP Control Message (type: 7)
Mar 31 15:17:14 server pptpd[28289]: CTRL: Set parameters to 100000000 maxbps, 64 window size
Mar 31 15:17:14 server pptpd[28289]: CTRL: Made a OUT CALL RPLY packet
Mar 31 15:17:14 server pptpd[28289]: CTRL: pty_fd = 6
Mar 31 15:17:14 server pptpd[28289]: CTRL: tty_fd = 7
Mar 31 15:17:14 server pptpd[28290]: CTRL (PPPD Launcher): program binary = /usr/sbin/pppd
Mar 31 15:17:14 server pptpd[28290]: CTRL (PPPD Launcher): local address = 192.168.0.1
Mar 31 15:17:14 server pptpd[28290]: CTRL (PPPD Launcher): remote address = 192.168.0.2
Mar 31 15:17:14 server pptpd[28289]: CTRL: I wrote 32 bytes to the client.
Mar 31 15:17:14 server pptpd[28289]: CTRL: Sent packet to client
Mar 31 15:17:14 server pppd[28290]: using channel 22
Mar 31 15:17:14 server pppd[28290]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0xa1826544> <pcomp> <acc$
Mar 31 15:17:14 server pptpd[28289]: CTRL: Received PPTP Control Message (type: 15)
Mar 31 15:17:14 server pptpd[28289]: CTRL: Got a SET LINK INFO packet with standard ACCMs
Mar 31 15:17:14 server pptpd[28289]: GRE: accepting packet #0
Mar 31 15:17:14 server pppd[28290]: rcvd [LCP ConfReq id=0x0 <mru 1400> <magic 0x27d37d75> <pcomp> <accomp> <callback CBCP>]
Mar 31 15:17:14 server pppd[28290]: sent [LCP ConfRej id=0x0 <callback CBCP>]
Mar 31 15:17:16 server pptpd[28289]: GRE: accepting packet #1
Mar 31 15:17:16 server pppd[28290]: rcvd [LCP ConfReq id=0x1 <mru 1400> <magic 0x27d37d75> <pcomp> <accomp> <callback CBCP>]
Mar 31 15:17:16 server pppd[28290]: sent [LCP ConfRej id=0x1 <callback CBCP>]
Mar 31 15:17:17 server pppd[28290]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0xa1826544> <pcomp> <acc$
Mar 31 15:17:19 server pptpd[28289]: GRE: accepting packet #2
Mar 31 15:17:19 server pppd[28290]: rcvd [LCP ConfReq id=0x2 <mru 1400> <magic 0x27d37d75> <pcomp> <accomp> <callback CBCP>]
Mar 31 15:17:19 server pppd[28290]: sent [LCP ConfRej id=0x2 <callback CBCP>]
Mar 31 15:17:20 server pppd[28290]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0xa1826544> <pcomp> <acc$
Mar 31 15:17:23 server pppd[28290]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0xa1826544> <pcomp> <acc$
Mar 31 15:17:23 server pptpd[28289]: GRE: accepting packet #3
Mar 31 15:17:23 server pppd[28290]: rcvd [LCP ConfReq id=0x3 <mru 1400> <magic 0x27d37d75> <pcomp> <accomp> <callback CBCP>]
Mar 31 15:17:44 server pptpd[28289]: CTRL: Reaping child PPP[28290]
Mar 31 15:17:44 server pptpd[28289]: CTRL: Exiting now
Mar 31 15:17:44 server pptpd[28282]: MGR: Reaped child 28289
Here is /etc/ppp/pptpd-options:
Code:
name pptpd

refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2

proxyarp
defaultroute

debug
nobsdcomp
 
  


Reply

Tags
pptp, pptpd, vpn


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
pptp multiple clients behind iptables nat saf Linux - Networking 4 08-06-2012 02:43 PM
PPTP Setup: How to put remote clients into a "virtual" local network? BigglesZX Linux - Networking 2 02-09-2009 07:15 AM
pptp server and IP addresses of the clients Ipolit Linux - Networking 1 06-25-2007 05:50 AM
PPTP vpn, windows to linux Syncrm Linux - Networking 1 12-25-2003 12:05 PM
Multiple Windows PPTP Clients/Easy VPN Solution??? Tarantismic Yak Linux - Security 5 04-17-2003 01:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration