From owner-freebsd-questions Sun May 9 14: 8:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id 5B60F15B65 for ; Sun, 9 May 1999 14:07:52 -0700 (PDT) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.2/8.9.2) with ESMTP id VAA13249; Sun, 9 May 1999 21:48:34 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA08551; Sun, 9 May 1999 21:48:11 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905092048.VAA08551@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Mike Newell Cc: questions@FreeBSD.ORG Subject: Re: NATD problem In-reply-to: Your message of "Sat, 08 May 1999 17:11:09 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 May 1999 21:48:11 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have an odd problem with NATD on FreeBSD 3.1-RELEASE. I have a box with > 3 Ethernet cards: > > xl0 = xxx.xxx.xxx.xxx 255.255.0.0 > fxp0 = 192.168.100.1 255.255.255.0 > ed0 = yyy.yyy.yyy.yyy 255.255.255.240 [.....] > I want to NAT things on fxp0 through xl0. [.....] Then you need to do the ipfw divert on the xl0 interface (maybe with -unregistered_only). If you really want to run natd on the fxp0 interface, you'll need to use the -reverse flag (only added recently). > Much obliged, > > Mike > > +--------------------------------------+------------------------------------+ > | Mike Newell | The opinions expressed herein | > | Affiliation: | are mine. You can take them or | > | Address: | leave them. Flames to /dev/null. | > +--------------------------------------+------------------------------------+ > | Mike@Newell.arlington.va.us | http://www.newell.arlington.va.us | > +--------------------------------------+------------------------------------+ > | "Peace. It's wonderful!" Father Divine. | > +---------------------------------------------------------------------------+ -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message