From owner-freebsd-questions@FreeBSD.ORG Sun May 11 23:57:43 2003 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 B4E6137B401 for ; Sun, 11 May 2003 23:57:43 -0700 (PDT) Received: from 12-229-238-38.client.attbi.com (evrtwa1-ar10-4-61-248-037.evrtwa1.dsl-verizon.net [4.61.248.37]) by mx1.FreeBSD.org (Postfix) with SMTP id DA17143FBF for ; Sun, 11 May 2003 23:57:40 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 455 invoked from network); 12 May 2003 06:57:39 -0000 Received: from unknown (HELO bartxp) (192.168.0.2) by 192.168.0.1 with SMTP; 12 May 2003 06:57:39 -0000 From: "Derrick Ryalls" To: "'Chris P'" , Date: Sun, 11 May 2003 23:57:30 -0700 Message-ID: <000401c31853$c4841ad0$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal In-Reply-To: <20030511202927.A827@rawfire.torche.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: NAT + 5.0-RELEASE #0 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, 12 May 2003 06:57:44 -0000 > I'm having some issues getting NAT working. >=20 > It all worked great on 4.8, but I had to tweak the kernel to=20 > get it to work. Anyone else have issues with it working on a=20 > stock kernel with 5.0? I don't run 5.0, but I would guess that you still need: options IPFIREWALL options IPDIVERT in your kernel to get natd to work correctly. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/natd.html