From owner-freebsd-net@FreeBSD.ORG Fri Oct 29 15:05:47 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 358F716A4CE for ; Fri, 29 Oct 2004 15:05:47 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF9343D53 for ; Fri, 29 Oct 2004 15:05:46 +0000 (GMT) (envelope-from adnichols@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so695520wri for ; Fri, 29 Oct 2004 08:05:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=C22yxwrkuf1r0bDeqre7ML3NgJI0IGd70IrFLZnSvIY7tWpdBdyZY0XPCMKlrl8w8/qwYjUBtMKH6pq9Yq3C3ixxH3JL1a6gjavCxmRTtS+IFo3dyerRCEhdi10ulBGZxtw88QV9/fM1RzcWyVIH8EgAgnopHSK8E8sNaPuiOkk= Received: by 10.54.35.64 with SMTP id i64mr165284wri; Fri, 29 Oct 2004 08:05:46 -0700 (PDT) Received: by 10.54.35.52 with HTTP; Fri, 29 Oct 2004 08:05:46 -0700 (PDT) Message-ID: Date: Fri, 29 Oct 2004 08:05:46 -0700 From: Aaron Nichols To: Jeremie Le Hen In-Reply-To: <20041029141411.GE10641@sitadelle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <62721446609.20041028214724@star-sw.com> <20041029141411.GE10641@sitadelle.com> cc: freebsd-net@freebsd.org Subject: Re: Problems with NAT on gif interface for VPN X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Nichols List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 15:05:47 -0000 On Fri, 29 Oct 2004 16:14:11 +0200, Jeremie Le Hen wrote: > IIRC, I read somewhere this is precisely the reason why enc(4) was > written. Yep, that seems to be exactly what I need. I don't suppose there are any plans to implement something similar in FreeBSD anytime soon? Considering I'm so close to getting this to work it's frustrating to think that I would need to migrate to OpenBSD to have this functionality and uproot everything else this server already does (mail, dns, web, etc). Bummer. Thanks for all your help Aaron