From owner-freebsd-questions@FreeBSD.ORG Thu Jun 8 03:05:21 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG 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 2366416B252 for ; Thu, 8 Jun 2006 00:50:40 +0000 (UTC) (envelope-from mcrogerm@stjohn.ac.th) Received: from stjohn.ac.th (ns.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B2B43D48 for ; Thu, 8 Jun 2006 00:50:38 +0000 (GMT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th [203.151.134.104] by stjohn.ac.th with ESMTP (SMTPD-8.21) id A43B0A3C; Thu, 08 Jun 2006 07:50:03 +0700 Message-Id: <5.2.0.9.0.20060608074824.00ab0bb0@127.0.0.1> X-Sender: 2-server.international.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 08 Jun 2006 07:52:38 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt In-Reply-To: <4486ABA9.9080902@ee.duth.gr> References: <5.2.0.9.0.20060607120734.00a80700@127.0.0.1> <5.2.0.9.0.20060607120734.00a80700@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Panagiotis Subject: Re: natd not starting on boot-up 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: Thu, 08 Jun 2006 03:05:22 -0000 At 01:34 PM 6/7/2006 +0300, you wrote: >Try to comment the line natd_enable="YES" and then add >a new line at the end of rc.conf: > >/etc/rc.d/natd start Well, that looks like it would work. I'll keep it in mind as a last resort. >if this doesn't work, try to put >natd_flags="" I'll give it a try. Of course, that's already the entry in /etc/defaults/rc.conf. >in your rc.conf and plesase check your ipfw rule for nat >it should be something like this: > >(with natd_flags="") >ipfw -q add divert natd all from any to any via your_public_interface Got it. I already checked 'ipfw show' and that's the very first rule. >Good luck!! -- Roger