Here is my recommendation, add the following to rc.firewall:
case ${natd_enable} in
[Yy][Ee][Ss])
if [ -n "${natd_interface}" ]; then
${fwcmd} add 98 divert natd all from any to any via
${natd_interface}
fi
;;
[Ff][Tt][Pp])
if [ -n "${natd_interface}" ]; then
${fwcmd} add 97 allow tcp from any 20 to any out via
${natd_interface}
${fwcmd} add 98 divert natd all from any to any via
${natd_interface}
fi
;;
esac
Rudy
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message