From owner-freebsd-questions@FreeBSD.ORG Fri Aug 20 16:13:39 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 1091316A4CE for ; Fri, 20 Aug 2004 16:13:39 +0000 (GMT) Received: from outmx009.isp.belgacom.be (outmx009.isp.belgacom.be [195.238.3.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6075043D3F for ; Fri, 20 Aug 2004 16:13:38 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx009.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i7KGDXeS012925 for ; Fri, 20 Aug 2004 18:13:33 +0200 (envelope-from ) Received: from lori.mine.nu (183-17.244.81.adsl.skynet.be [81.244.17.183]) with ESMTP id i7KGDRXr012895; Fri, 20 Aug 2004 18:13:28 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 3008F9D4; Fri, 20 Aug 2004 18:13:27 +0200 (CEST) Date: Fri, 20 Aug 2004 18:13:27 +0200 From: Geert Hendrickx To: Atanas Davarsky Message-ID: <20040820161327.GB50230@lori.mine.nu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: questions@freebsd.org Subject: Re: VPN over IPSEC 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: Fri, 20 Aug 2004 16:13:39 -0000 On Wed, Aug 18, 2004 at 09:35:00AM +0300, Atanas Davarsky wrote: > Hi, i am Bulgaria from. I use FreeBsd about 2 years, and i am very > impressed. > After read in detail "VPN over IPSEC" from handbook, I can't find a solution > how to run VPN server if the remote clients are with dynamic ip adresses. > Thank you I don't know whether or not this is possible with the VPN over IPSec method described in the Handbook, but I use OpenVPN for this (it's in the ports: security/openvpn). OpenVPN creates a tunnel over UDP and uses SSL for encryption. You can configure it to handle dynamic ip's, it's working fine for me. Read the man page or the website (http://openvpn.sourceforge.net), it's very well documented, with good examples. GH