From owner-freebsd-questions Thu Mar 15 0:12:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id D5A2537B718 for ; Thu, 15 Mar 2001 00:12:21 -0800 (PST) (envelope-from davep@afterswish.com) Received: from duron700.afterswish.com (203-79-83-91.cable.paradise.net.nz [203.79.83.91]) by deborah.paradise.net.nz (8.11.3/8.11.3) with ESMTP id f2F8CH473512; Thu, 15 Mar 2001 21:12:17 +1300 (NZDT) Message-Id: <5.0.2.1.1.20010315211034.0226cfb8@pop3.paradise.net.nz> X-Sender: dpreece@pop3.paradise.net.nz X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 15 Mar 2001 21:12:24 +1300 To: Tymanthius Rune Speak From: David Preece Subject: Re: [Re: More NATD/IPFW woes . . . ] Cc: freebsd-questions@freebsd.org In-Reply-To: <20010314225515.26402.qmail@nwcst291.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 15:55 14/03/2001 -0700, you wrote: >Anywho . . . But I *do* have natd_enable="YES" in rc.config. I even have >natd_program="/sbin/natd". > >So any ideas why it doesn't start at boot? And how I can make it? Don't need natd_program, /sbin/natd is the default so that's all good. You do, however, need to tell natd what interface to use: natd_interface="ed0" Give that a go. Failing that, cover rc.firewall and rc.network with debugging 'echo' commands to see what's going on. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message