From owner-freebsd-questions Mon Apr 23 10:47: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.well.com (smtp.well.com [208.178.101.27]) by hub.freebsd.org (Postfix) with ESMTP id 72E5437B422 for ; Mon, 23 Apr 2001 10:46:59 -0700 (PDT) (envelope-from howardjp@well.com) Received: from well.com (howardjp@well.com [208.178.101.2]) by smtp.well.com (8.8.5/8.8.4) with ESMTP id KAA15712; Mon, 23 Apr 2001 10:47:00 -0700 (PDT) Received: from localhost (howardjp@localhost) by well.com (8.8.5/8.8.5) with ESMTP id KAA03252; Mon, 23 Apr 2001 10:46:37 -0700 (PDT) Date: Mon, 23 Apr 2001 10:46:37 -0700 (PDT) From: James Howard To: Mikel Cc: Gunther Schadow , freebsd-questions@FreeBSD.ORG Subject: Re: NAT with FreeBSD In-Reply-To: <3ADB2999.926B976B@ocsinternet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 16 Apr 2001, Mikel wrote: > You want static nat...ok that's pretty straight forward; > update your natd.conf or rc.natd (whichever it's called on your system) > > interface fxp0 > use_sockets > same_ports > redirect_address 10.1.1.10 172.25.21.21 Okay, I have added this to natd.cf. I have also added 172.25.21.21 as an alias on fxp0. When I do this and try to telnet to 172.25.21.21, I get connection refused. It is being processed by the firewall, not the server. What could I be doing wrong? Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message