Date: 07 Sep 2002 16:16:23 +0200 From: Michal Wojciechowski <odyniec@odyniec.fdns.net> To: freebsd-questions@freebsd.org Subject: Re: natd port redirecting Message-ID: <874rd128co.fsf@odyniec.odyniec.fdns.net> In-Reply-To: <20020907033727.99275.qmail@web13803.mail.yahoo.com> References: <20020907033727.99275.qmail@web13803.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Elan Bravianto <madezou@yahoo.com> writes: > i want to publish my local web server (192.168.10.2) > that lies under my gateway server (202.159.x.x) so it > can be accessed by internet. > > according to the: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/natd.html > i've done this: > natd -redirect_port tcp 192.168.10.2:80 80 > Try adding the -n option along with the name of your external network interface, for example: natd -n rl0 -redirect_port ... HTH, -- /* Michal Wojciechowski odyniec@odyniec.fdns.net * * http://odyniec.fdns.net */ 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?874rd128co.fsf>