From owner-freebsd-questions@FreeBSD.ORG Wed Aug 18 16:44:21 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 4AC3716A4CE for ; Wed, 18 Aug 2004 16:44:21 +0000 (GMT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE1843D53 for ; Wed, 18 Aug 2004 16:44:19 +0000 (GMT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.12.11/8.12.11) with ESMTP id i7IGimin027315; Wed, 18 Aug 2004 13:44:51 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 18 Aug 2004 13:44:48 -0300 (ART) From: Fernando Gleiser To: Atanas Davarsky In-Reply-To: Message-ID: <20040818134110.D25438@cactus.fi.uba.ar> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -104.901 () BAYES_00,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.42 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: Wed, 18 Aug 2004 16:44:21 -0000 On Wed, 18 Aug 2004, 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 You need to "cheat" a bit. I solved it using PPTP for the tunnel and then using an IPSec Policy for GRE. This way PPTP handles the tunneling and IPSec the privacy/integrity check. Look here for the details: http://www.sigsegv.cx/FreeBSD-WIN2K-IPSEC-HOWTO.html Fer