From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 10:05:10 2004 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 86E0316A4CE for ; Mon, 19 Jan 2004 10:05:10 -0800 (PST) Received: from smtp.regionalhelpwanted.com (smtp.regionalhelpwanted.com [64.72.68.249]) by mx1.FreeBSD.org (Postfix) with SMTP id 0036043D39 for ; Mon, 19 Jan 2004 10:05:08 -0800 (PST) (envelope-from techielists@regionalhelpwanted.com) Received: (qmail 39309 invoked from network); 19 Jan 2004 18:05:00 -0000 Received: from unknown (HELO creemore) (64.72.68.251) by smtp.regionalhelpwanted.com with SMTP; 19 Jan 2004 18:05:00 -0000 Date: Mon, 19 Jan 2004 13:04:49 -0500 From: Jeanne To: Morten Winther Message-Id: <20040119130449.2e15e453.techielists@regionalhelpwanted.com> In-Reply-To: <400AB621.8050907@mwi.dk> References: <400AB621.8050907@mwi.dk> X-Mailer: Sylpheed version 0.9.6 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: PPTP with mpd 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: Mon, 19 Jan 2004 18:05:10 -0000 Morten, I'm no networking genius and I had trouble with poptop and with proxy-arp. I finally found this nice how-to and got mpd to work from a Win2k machine (with public IP) to a LAN (all private IPs): http://heyer.supranet.net/pptp/mpd/ I forward traffic through the firewall on port 1723 to vpn server IP The vpn server has gateway_enable="YES". I added a route on the LAN gateway to allow traffic to pass from LAN to vpn network via the vpn server, so that I could ping the win2k machine from the LAN. Make sure that gre is allowed to pass in and out through your fireall. Use terminal services or something like it to connect from your Win2k machine to any Windows machine on your LAN. I hope this helps, Cheers, Jeanne On Sun, 18 Jan 2004 17:36:49 +0100 Morten Winther wrote: > Hello > > I've been trying to get PPTP with mpd to work - but no luck so far.