From owner-freebsd-questions@FreeBSD.ORG Tue Jan 9 04:12:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0B3216A403 for ; Tue, 9 Jan 2007 04:12:19 +0000 (UTC) (envelope-from noeldude@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 8366E13C469 for ; Tue, 9 Jan 2007 04:12:19 +0000 (UTC) (envelope-from noeldude@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so3805665nzh for ; Mon, 08 Jan 2007 20:12:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iW5YepPeSHuQq6Zu66ZiRU7femLS+UxCP072tGxK1Gf9YWriz5MF0NM656PGPiDD/NkacH33q/rHvJOFLwToKuJSrzB5BwkLzelS0TIhkw68OrZ6Igcyp1rHDQpSP1TLcU34Yc512TQPeXKrI19kKCqq5oGwpeiDXOEgmeAuigo= Received: by 10.65.59.20 with SMTP id m20mr120877qbk.1168314254171; Mon, 08 Jan 2007 19:44:14 -0800 (PST) Received: by 10.65.156.16 with HTTP; Mon, 8 Jan 2007 19:44:14 -0800 (PST) Message-ID: Date: Mon, 8 Jan 2007 21:44:14 -0600 From: "Noel Jones" To: freebsd-questions@freebsd.org In-Reply-To: <20070109114313.G1380@freebsd.connect-a.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070108220016.K55690@chylonia.3miasto.net> <20070109114313.G1380@freebsd.connect-a.com.au> Subject: Re: a bit OT - VPN+Windows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2007 04:12:19 -0000 On 1/8/07, Rob Hurle wrote: > On Mon, 8 Jan 2007, Wojciech Puchar wrote: > > > could You put me to some manual about configuring any king of VPN (with > > encryption at least, preferable compression too) with windows machines as > > clients and FreeBSD as servers. > > OpenVPN gets my vote as an easy to use cross-platform VPN. Runs on just about everything. Compression is available, password or certificate based authentication, high level encryption, NAT and firewall friendly. The add-on windows GUI makes installation and setup easy for non-unix types. /usr/ports/security/openvpn docs and good sample configs: http://openvpn.net/ windows gui: http://openvpn.se/ -- Noel Jones