From owner-freebsd-ipfw Tue Apr 4 20:17:22 2000 Delivered-To: freebsd-ipfw@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 77D9337B6E1 for ; Tue, 4 Apr 2000 20:17:19 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id XAA41669; Tue, 4 Apr 2000 23:17:11 -0400 (EDT) (envelope-from cjc) Date: Tue, 4 Apr 2000 23:17:11 -0400 From: "Crist J. Clark" To: Mike Heffner Cc: freebsd-ipfw@FreeBSD.ORG Subject: Re: Problems with natd Message-ID: <20000404231711.A40889@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mheffner@mailandnews.com on Tue, Apr 04, 2000 at 09:41:05PM -0400 Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Apr 04, 2000 at 09:41:05PM -0400, Mike Heffner wrote: > Hi, > > I recently upgraded my router from about a month old current. I have noticed > that natd (or something related) has stopped working though. On my system I > have > ed0 - outside interface to cable modem > ep0 - inside to private network > > Using the following three ipfw entries: > > allow ip from any to any via ep0 > divert natd from any to any via ed0 ITYM, "divert natd ip from any to any via ed0" > allow ip from any to any [snip] > Has anyone else noticed these problems, or is this just > a dumb user problem :| ? Is there anything that I missed that could be causing > these problems? I assume you upgraded to 4.0-STABLE? No, I have not noticed anything like this. > Thanks, let me know if there is any more information I can provide Let's get it all, % grep natd /etc/rc.conf % if [ -f /etc/natd.conf ]; then cat natd.conf; fi % cat /etc/rc.firewall % ifconfig -a % netstat -rn If you're feeling a bit paraniod, feel free to mask IP addresses, but other than that, try to make the output as raw as possible. I think that covers most everything. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message