Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2000 15:29:50 -0400
From:      "Peter Brezny" <peter@sysadmin-inc.com>
To:        <freebsd-net@freebsd.org>
Subject:   win98 vpn to mpd-netgraph only accepts pw encrypt?
Message-ID:  <000a01c02a4b$a3715040$47010a0a@fire.sysadmininc.com>

next in thread | raw e-mail | index | archive | help
Has anyone been able to get

mpd-netgraph to accept a win98 vpn connection with both the encrypt password
and encrypt data check boxes checked?

if so, is it just a netgraph configuration deal?

i've attached my configs.

Thanks for your help.

Peter Brezny
SysAdmin Services, Inc.




mpd.conf

default:
	load pptp

#
# Mpd as a PPTP server compatible with Microsoft Dial-Up Networking clients.
#
# Suppose you have a private Office LAN numbered 192.168.1.0/24 and the
# machine running mpd is at 192.168.1.1, and also has an externally visible
# IP address of 1.2.3.4.
#
# We want to allow a client to connect to 1.2.3.4 from out on the Internet
# via PPTP.  We will assign that client the address 192.168.1.2 and
proxy-ARP
# for that address, so the virtual PPP link will be numbered 192.168.1.1
local
# and 192.168.1.2 remote.  From the client machine's perspective, it will
# appear as if it is actually on the 192.168.1.0/24 network, even though in
# reality it is somewhere far away out on the Internet.
#
# Our DNS server is at 192.168.1.3 and our NT workstation is at 192.168.1.4.
# If you don't have an NBNS server (eg, NT workstation), leave that line
out.
#
# See also the 'pptp' link entry in mpd.links.sample.
#

pptp:
	new -i ng0 pptp pptp
	set iface disable on-demand
	set iface enable proxy-arp
	set iface idle 1800
	set bundle disable multilink
	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 ranges 192.168.1.1/32 192.168.1.2/32
	set ipcp dns 10.10.1.1
#	set ipcp nbns 192.168.1.4
# If you wanted MPPE encryption and had ng_mppc(8)...
#	set bundle enable compression
#	set ccp yes mppc
#	set ccp yes mpp-e40
#	set ccp yes mpp-e128
#	set bundle enable crypt-reqd
#	set ccp yes mpp-stateless



mpd.links

#
# For our PPTP server
#

pptp:
        set link type pptp
        set pptp self 10.10.1.70
        set pptp enable incoming
        set pptp enable originate



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?000a01c02a4b$a3715040$47010a0a>