Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Dec 2003 23:53:02 -0500
From:      Mike Berning <meb@cinci.rr.com>
To:        questions@freebsd.org
Subject:   Re: port forward
Message-ID:  <3FCD6C2E.1090008@cinci.rr.com>
In-Reply-To: <E1AR1Up-0001AZ-D2@host4-server.com>
References:  <E1AR1Up-0001AZ-D2@host4-server.com>

next in thread | previous in thread | raw e-mail | index | archive | help
The method suggested by Sunil will work fine but if you plan on using 
multiple redirects I would recommend doing this in rc.conf
natd_flags="-config /etc/natd.conf"

and placing the multiple redirects into the file /etc/natd.conf like this
redirect_port tcp 192.168.0.100:5900 5900

HTH

mike

Sunil Sunder Raj wrote:

> Hi,
>
> In rc.conf you need
> natd_flags="-redirect_port tcp 192.168.0.100:5900 5900"
>
> Regards
> SSR





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FCD6C2E.1090008>