Date: Tue, 4 Apr 2000 23:17:11 -0400 From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: Mike Heffner <spock@techfour.net> Cc: freebsd-ipfw@FreeBSD.ORG Subject: Re: Problems with natd Message-ID: <20000404231711.A40889@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <XFMail.20000404214105.mheffner@mailandnews.com>; from mheffner@mailandnews.com on Tue, Apr 04, 2000 at 09:41:05PM -0400 References: <XFMail.20000404214105.mheffner@mailandnews.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000404231711.A40889>