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



_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to