From owner-freebsd-questions Wed Apr 4 11:19:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 9356237B718 for ; Wed, 4 Apr 2001 11:19:52 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 30930 invoked by uid 1000); 4 Apr 2001 18:20:09 -0000 Date: Wed, 4 Apr 2001 13:20:08 -0500 From: Lucas Bergman To: Pablo Bendersky Cc: freebsd-questions@freebsd.org Subject: Re: VPN: poptop Message-ID: <20010404132008.A8238@billygoat.slb.to> Reply-To: lucas@slb.to References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from pbendersky@itineri.com on Wed, Apr 04, 2001 at 01:14:06PM -0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'd like to give access to a remote machine running Windows ME. I > have a Firewall/NAT running FreeBSD and Windows 2000 DNS/DHCP/DOMAIN > servers. > > Can it be done through VPN? Yes. > Does anyone knows how to do it? Yes. > Maybe poptop is the solution ? Since you mentioned PoPToP, I assume you want to use PPTP for your VPN, not something like IPsec. I use mpd to give PPTP access to several Windows 2000 clients, and it works fine. (I chose mpd over PoPToP, since mpd uses FreeBSD kernel facilities specifically made for this kind of thing, whereas PoPToP is userland software ported from Linux.) I've never used (or even seen, for that matter) Windows ME, so I suppose YMMV applies. > How do I install it ? 1) Either get the source yourself and compile it, according to the instructions (it's /pub/FreeBSD/ports/local-distfiles/archie/mpd-3.2.tar.gz on ftp.freebsd.org), or do # cd /usr/ports/net/mpd && make install 2) Read the documentation (it's HTML format) and the sample configuration files. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message