Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2000 21:58:48 -0700
From:      Timothy Naple <tnaple@EECS.Berkeley.EDU>
To:        "'net@freebsd.org'" <net@freebsd.org>
Subject:   mpd-netgraph as a pptp server
Message-ID:  <BFF9695619F5334FB737FE026CBDCF3D037A15@ESG.eecs.berkeley.edu>

next in thread | raw e-mail | index | archive | help
> I have recently thought about using the mpd-netgraph port to replace my nt
> vpn server for my win 98 and windows 2k laptop users' remote access.  I
> prefer to keep as few nt boxes with public ip's as possible :)
> 
> I have gotten it to work (somewhat).  The first client connection works
> great, but the a second simultaneous connection attempt from a different
> windows machine returns the following error to the windows client:
> 
> Windows 98 SE
> Error 751
> The remote computer refused the VPN connection.  Please try again later.
> If the problem persists, please check with your network administrator.
> 
> Windows 2000 Professional
> Error 651
> The modem (or other connecting device) has reported an error 
> 
> Here is my mpd.conf
> 
> default:
>         load pptp
> 
> pptp:
>         new ligos pptp1 
>         set bundle disable multilink
>         set iface disable on-demand
>         set iface idle 1800
>         set ipcp ranges 192.168.150.1/32 192.168.150.2/24
>         set iface enable proxy-arp
>         set iface route 192.168.150.0/24 
>         set ipcp dns 192.168.1.1 
>         set ipcp yes vjcomp
>         set bundle accept compression
>         set bundle accept encryption
>         set bundle enable crypt-reqd
>         set ccp accept mppc
>         set ccp accept mpp-compress
>         set ccp accept mpp-e40
>         set ccp accept mpp-e128
> 
> 
> 
> Here is my mpd.links
> 
> pptp1:
>         set link type pptp
>         set pptp enable incoming
>         set pptp enable originate
>         set pptp disable  outcall
>         set pptp self 128.32.12.12
>         set link enable chap
>         set link disable pap
>         set link enable acfcomp protocomp
>         set link keep-alive 10 75
>         set link enable no-orig-auth
> 
> 
> Here is the mpd log reporting the error
> 
> Sep 13 21:49:08 red mpd: mpd: PPTP connection from 158.252.223.191:1027 
> Sep 13 21:49:08 red mpd: pptp1: attached to connection with
> 158.252.223.191:1027 
> Sep 13 21:49:09 red mpd: pptp1: peer's outgoing call request denied 
> Sep 13 21:49:09 red mpd: pptp1: got StopCtrlConnRequest: reason=local
> shutdown 
> Sep 13 21:49:09 red mpd: pptp1: killing connection with
> 158.252.223.191:1027 
> 
> Any help or a point in the proper direction would be great.  I have been
> fiddling for days with this and cannot seem to figure it out.  I am
> running FreeBSD 4.1 and natd on this box also.
> 
> Thank You.
> Timothy Naple
> tnaple@eecs.berkeley.edu


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




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