From owner-freebsd-questions Wed Mar 5 07:38:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA22863 for questions-outgoing; Wed, 5 Mar 1997 07:38:36 -0800 (PST) Received: from apollo.it.hq.nasa.gov (apollo.it.hq.nasa.gov [131.182.119.87]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22858 for ; Wed, 5 Mar 1997 07:38:34 -0800 (PST) Received: from wirehead.it.hq.nasa.gov (WireHead.it.hq.nasa.gov [131.182.119.88]) by apollo.it.hq.nasa.gov (8.8.3/8.8.3) with ESMTP id KAA06833; Wed, 5 Mar 1997 10:36:21 -0500 (EST) Received: from localhost (cshenton@localhost) by wirehead.it.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id PAA10101; Wed, 5 Mar 1997 15:38:32 GMT Message-Id: <199703051538.PAA10101@wirehead.it.hq.nasa.gov> X-Authentication-Warning: wirehead.it.hq.nasa.gov: cshenton owned process doing -bs To: Doug White cc: questions@freefall.freebsd.org Subject: Re: Question: NAT? In-Reply-To: Your message of "Wed, 5 Mar 1997 01:16:31 -0800 (PST)" References: <199703050916.BAA04011@freefall.freebsd.org> X-Mailer: Mew version 1.03 on Emacs 19.31.8 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 05 Mar 1997 10:38:31 -0500 From: Chris Shenton Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug said: Take a peek at IPFilter, or newer versions of the ppp included with FreeBSD include an -alias option that does the necessary translations. I did, but couldn't find info -- no man page info about "alias" in ppp nor pppd pages; which one were you meaning here? I also didn't find any man page on "ipfilter" :-( I'm running 2.1.7-RELEASE and just cvsup'ed the ports collection: I don't find ppp, pppd, or ipfilter there. Thanks. PS: any comparisons on ipfilter vs. ipfw for a newbie to both (but not networking in general)? I know this provoked a bit of a heated debate here a while back: I am looking mainly for NAT. Just curious because I do see an /etc/rc.firewall which uses ipfw, not ipfilter.