Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2002 12:02:42 -0700
From:      James Nedila <krusty@telus.net>
To:        freebsd-questions@FreeBSD.org
Subject:   Inconsistent VPN connections between Windows XP and MPD3.8 running on FreeBSD4.5
Message-ID:  <3D6140D2.1090208@telus.net>

next in thread | raw e-mail | index | archive | help
If anyone could help on this one, it would be greatly appreciated...

I have a FreeBSD box running 4.5, with mpd 3.8 as my VPN server.
I just moved to mpd 3.8 because of the multiple connections per IP 
address feature.... (that was a big help to me!).

The box is free and clear of any firewalls getting in the way.

I have a Win2k desktop at home which connects fine.
My Win2k laptop has no problems either....  very slick.
A WinXP desktop at work has not been able to connect at all.  (it 
receives an unhelpful "Error 619"). So far, rebooting this machine 
doesn't work.
My WinXP laptop at work connects most of the time, but not always.  A 
reboot of the laptop usually solves the problem.

So my questions are:  
**Why is there this inconsistency?
**Have there been any service pack/critical updates for WinXP that would 
affect PPTP connections?
**Is there a setting for mpd that i'm missing?

I've attached my mpd.conf and mpd logs....

Thanks!
James


Here are the logs from mpd when I try and connect from the WinXP desktop:

mpd: PPTP connection from 123.123.123.123:60966
pptp0: attached to connection with 123.123.123.123:60966
[pptp0] IFACE: Open event
[pptp0] IPCP: Open event
[pptp0] IPCP: state change Initial --> Starting
[pptp0] IPCP: LayerStart
[pptp0] IPCP: Open event
[pptp0] bundle: OPEN event in state CLOSED
[pptp0] opening link "pptp0"...
[pptp0] link: OPEN event
[pptp0] LCP: Open event
[pptp0] LCP: state change Initial --> Starting
[pptp0] LCP: LayerStart
[pptp0] device: OPEN event in state DOWN
[pptp0] attaching to peer's outgoing call
[pptp0] device is now in state OPENING
[pptp0] device: UP event in state OPENING
[pptp0] device is now in state UP
[pptp0] link: UP event
[pptp0] link: origination is remote
[pptp0] LCP: Up event
[pptp0] LCP: state change Starting --> Req-Sent
[pptp0] LCP: phase shift DEAD --> ESTABLISH
[pptp0] LCP: SendConfigReq #11
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
pptp0-0: ignoring SetLinkInfo
[pptp0] LCP: SendConfigReq #12
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #13
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #14
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #15
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #16
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #17
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #18
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #19
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #20
 ACFCOMP
 PROTOCOMP
 MRU 1500
 MAGICNUM 0217860f
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: state change Req-Sent --> Stopped
[pptp0] LCP: LayerFinish
[pptp0] LCP: parameter negotiation failed
[pptp0] LCP: LayerFinish
[pptp0] device: CLOSE event in state UP
pptp0-0: clearing call
pptp0-0: killing channel
[pptp0] PPTP call terminated
[pptp0] IFACE: Close event
[pptp0] IPCP: Close event
[pptp0] IPCP: state change Starting --> Initial
[pptp0] IPCP: LayerFinish
[pptp0] IFACE: Close event
pptp0: closing connection with 123.123.123.123:60966
[pptp0] IFACE: Close event
[pptp0] device is now in state CLOSING
[pptp0] bundle: CLOSE event in state OPENED
[pptp0] closing link "pptp0"...
[pptp0] device: CLOSE event in state CLOSING
[pptp0] device is now in state CLOSING
[pptp0] link: CLOSE event
[pptp0] LCP: Close event
[pptp0] LCP: state change Stopped --> Closed
[pptp0] device: DOWN event in state CLOSING
[pptp0] device is now in state DOWN
[pptp0] link: DOWN event
[pptp0] LCP: Down event
[pptp0] LCP: state change Closed --> Initial
[pptp0] LCP: phase shift ESTABLISH --> DEAD
[pptp0] device: DOWN event in state DOWN
[pptp0] device is now in state DOWN
[pptp0] link: DOWN event
[pptp0] LCP: Down event
pptp0: killing connection with 123.123.123.123:60966



mpd.conf:

default:
        load pptp0

pptp0:
        new -i ng0 pptp0 pptp0
        set ipcp ranges 10.0.2.1/32 10.0.2.200/32
        load pptp-std

pptp-std:
        set iface disable on-demand
        set iface enable proxy-arp
        set iface idle 1800       
        set bundle disable multilink
        # for winnt clients
        set link enable no-orig-auth
        set link yes acfcomp protocomp
        set link no pap chap     
        set link enable chap
        set link keep-alive 10 60  
        set ipcp yes vjcomp
        set ipcp dns 142.58.103.1 192.75.245.2
        # Enable this to allow our clients to access our fileserver
        set ipcp nbns 10.0.2.100
        set bundle enable compression
        set ccp yes mppc
        #set ccp yes mpp-compress
        #set ccp yes mpp-e40     
        set ccp yes mpp-e56
        set ccp yes mpp-e128
        set ccp yes mpp-stateless




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D6140D2.1090208>