Date: Tue, 2 Jul 2002 23:42:39 -0800 From: "Mark Weisman" <mark@outlander.us> To: "Masood Ahmad Shah" <jahil@mail.com>, <freebsd-questions@FreeBSD.ORG> Subject: Re: IPNAT Redirect_Port issue Message-ID: <000b01c22265$34d60e00$790ded18@Workgroup> References: <20020703045146.58653.qmail@mail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Masood, I'm not 100% sure where you've got everything plugged into so I'll give you both sides: If you're going to make your natd call from the rc.conf file the string looks like; natd_flags="-redirect_port tcp 192.168.0.10:http 80" If you do like I did, I created a separate file that holds all my redirects then you would do: In rc.conf natd_flags="-f /etc/filename" In filename redirect_port tcp 192.168.0.10:http 80 Dumb question here, but I've got to ask? You've already got the kernel recompiled right? I thought you had said you did. That should do for you. His Faithful Servant, Mark ----- Original Message ----- From: "Masood Ahmad Shah" <jahil@mail.com> To: <freebsd-questions@FreeBSD.ORG> Sent: Tuesday, July 02, 2002 8:51 PM Subject: IPNAT Redirect_Port issue > Hi all, just got my FreeBSD 4.4 firewall up and running. Im having some IPNAT issues Im hoping you can help with. I want to use the redirect_port command, but I get some errors. > Actually I want to do if some one click on http://202.124.200.194:81/ > it will redirect to my local web server 192.168.0.10 > If I try it this way: > > jahil# natd -redirect_port tcp 192.168.0.10:80 81 > > This happens: > > natd: aliasing address not given > > any idea > > > -- > _______________________________________________ > Sign-up for your own FREE Personalized E-mail at Mail.com > http://www.mail.com/?sr=signup > > > 1 cent a minute calls anywhere in the U.S.! > > http://www.getpennytalk.com/cgi-bin/adforward.cgi?p_key=RG9853KJ&url=http:// www.getpennytalk.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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?000b01c22265$34d60e00$790ded18>