From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 08:18:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894F637B401 for ; Thu, 10 Jul 2003 08:18:12 -0700 (PDT) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0413B43F75 for ; Thu, 10 Jul 2003 08:18:12 -0700 (PDT) (envelope-from lukec@gateway.e-and-s.com) Received: from a3hj189ry508c.bc.hsia.telus.net ([66.183.187.76] helo=[192.168.1.100]) by heron.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 19adBT-0001xc-00; Thu, 10 Jul 2003 08:18:11 -0700 User-Agent: Microsoft-Entourage/10.1.0.2006 Date: Thu, 10 Jul 2003 08:18:14 -0700 From: Luke Cowell To: Message-ID: In-Reply-To: <004201c346f0$798105e0$0701a8c0@darryl> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-ELNK-Trace: b129f79fbe128c36e24c3129c0440d204d2b10475b571120d040cd4ff06ad6c2b7c5a25297ae58eedf4dea5d24d49372350badd9bab72f9c350badd9bab72f9c Subject: Re: mpd - question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 15:18:12 -0000 No, it's not dialup only.... You're on the right track using mpd, but again that really depends on what you're trying to accomplish with your VPN. As you've probably noticed there are several different types of VPN setup. I use mpd for users on the road or working from home to securely access services inside our private network. I thought I'd include this config because I didn't think it was easy to figure out how to enable simultaneous connections. This is set up for 2 simultaneous connections, but could easily be expanded. s3rv3r# cat mpd/mpd.conf default: load pptp0 load pptp1 pptp0: new -i ng0 pptp0 pptp0 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 10.1.1.02/32 10.1.1.03/32 set ipcp dns 192.168.10.128 # # The five lines below enable Microsoft Point-to-Point encryption # (MPPE) using the ng_mppc(8) netgraph node type. # #set bundle enable compression #set ccp yes mppc #set ccp yes mpp-e40 #set ccp yes mpp-e128 #set ccp yes mpp-stateless pptp1: new -i ng1 pptp1 pptp1 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 10.1.1.12/32 10.1.1.13/32 set ipcp dns 192.168.10.128 # # The five lines below enable Microsoft Point-to-Point encryption # (MPPE) using the ng_mppc(8) netgraph node type. # #set bundle enable compression #set ccp yes mppc #set ccp yes mpp-e40 #set ccp yes mpp-e128 #set ccp yes mpp-stateless Luke > From: "Darryl Hoar" > Reply-To: darryl@osborne-ind.com > Date: Thu, 10 Jul 2003 09:35:12 -0500 > To: > Subject: mpd - question > > I was reading a howto on setting up a vpn server for use with > microsoft clients. It discussed the mpd port. The entire howto > seem to imply dailup networking and modems. The server > I'm thinking about setting up would live on a DSL connection > (not ADSL). Can mpd work with a DSL connection ? > > I'm a newbie at VPN so still groping in the dark. > > thanks > Darryl > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >