From owner-freebsd-questions Mon May 27 9:24:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta3.rcsntx.swbell.net (mta3.rcsntx.swbell.net [151.164.30.27]) by hub.freebsd.org (Postfix) with ESMTP id D03AE37B400 for ; Mon, 27 May 2002 09:24:36 -0700 (PDT) Received: from swbell.net ([64.218.239.241]) by mta3.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0GWS006OY2WUW0@mta3.rcsntx.swbell.net> for freebsd-questions@freebsd.org; Mon, 27 May 2002 11:24:30 -0500 (CDT) Date: Mon, 27 May 2002 11:25:07 -0500 From: Curtis Polk Subject: IPNAT Problem To: freebsd-questions@freebsd.org Message-id: <3CF25DE2.68DB258B@swbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.78 [en] (WinNT; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have IPNAT working, sort of. I'd like to do a redirect from my public machine to the private Web server. Here is ipnat.rules: map xl0 192.168.2.0/24 -> 0/32 rdr xl0 aaa.bbb.ccc.ddd port=80 -> 192.168.2.3 port=80 The map works fine, but the redirect does not. I've tried adding the CIDR mask, /32 to the public host address, no help. Any help would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message