From owner-freebsd-questions Wed Jul 26 18:54:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f118.law9.hotmail.com [64.4.9.118]) by hub.freebsd.org (Postfix) with SMTP id 74E9E37BF64 for ; Wed, 26 Jul 2000 18:54:44 -0700 (PDT) (envelope-from bruce_pea@hotmail.com) Received: (qmail 62097 invoked by uid 0); 27 Jul 2000 01:54:43 -0000 Message-ID: <20000727015443.62096.qmail@hotmail.com> Received: from 216.43.25.99 by www.hotmail.com with HTTP; Wed, 26 Jul 2000 18:54:43 PDT X-Originating-IP: [216.43.25.99] From: "Bruce Pea" To: willem@brwn.org Cc: freebsd-questions@freebsd.org Subject: Re: ipnat still not behaving Date: Wed, 26 Jul 2000 20:54:43 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well I had moderate success today. I setup an ipnat redirection rule which works great. I'm redirecting mail packets from the external interface to port 25 on our email server. Mail just pours in, it works great. I'm doing the same thing with our web server and the redirection works great as well. However the mapping function of ipnat just refuses to work... I run ipnat -s and see all kinds of stuff coming in but the stats for packets going out are (0) zero. I run ipnat -l and see all kinds of live redirection connections but nothing of anything trying to get to the dns server after trying to ping our isp's dns server over and over again. Here again are my ipnat rules: map fxp1 192.168.255.0/24 -> 209.16.216.20/32 portmap tcp/udp 40000:60000 map fxp1 192.168.255.0/24 -> 209.16.216.20/32 rdr fxp1 209.16.216.20/32 port 25 -> 192.168.255.3 port 25 tcp rdr fxp1 209.16.216.20/32 port 80 -> 192.168.255.4 port 80 tcp Does anyone have any ideas... ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message