Date: Wed, 26 Jul 2000 20:54:43 CDT From: "Bruce Pea" <bruce_pea@hotmail.com> To: willem@brwn.org Cc: freebsd-questions@freebsd.org Subject: Re: ipnat still not behaving Message-ID: <20000727015443.62096.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000727015443.62096.qmail>