From owner-freebsd-questions Mon Jan 8 13: 7:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sleipner.eiffel.dk (sub19-229.member.dsl-only.net [63.105.19.229]) by hub.freebsd.org (Postfix) with ESMTP id E7B2637B6AA for ; Mon, 8 Jan 2001 12:44:15 -0800 (PST) Received: from tychobrahe (sub19-225.member.dsl-only.net [63.105.19.225]) by sleipner.eiffel.dk (8.11.1/8.9.3) with SMTP id f08Kmim47384; Mon, 8 Jan 2001 12:48:50 -0800 (PST) (envelope-from flemming@froekjaer.org) Message-Id: <4.1.20010108123840.01326da8@sleipner.eiffel.dk> X-Sender: flemming@sleipner.eiffel.dk X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 08 Jan 2001 12:43:48 -0800 To: mikel , freebsd-questions@FreeBSD.ORG From: Flemming =?iso-8859-1?Q?Fr=F8kj=E6r?= Subject: Re: stupid NATD tricks... In-Reply-To: <3A5A181D.571E2DD9@ocsinternet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 02:42 PM 1/8/2001 -0500, mikel wrote: >Ok I just need to make sure I'm not going crazy...Here's the deal >ipfw/natd gateway box > >I've got the outbound connectivity working well; it's the static nat >that just doesn't seem to want to work no matter what I do. > >I have a natd.conf with: > >use_sockets >same_ports >unregistered_only >redirect_port tcp 10.0.0.77:80 80 You need to tell it what to redirect. My natd.conf file looks like: n fxp0 redirect_port tcp 192.168.42.2:80 80 You need to replace fxp0 with the name of your outside netcard driver. Or you could take a look at alias_address in man natd. \Flemming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message