Add an explicit rule number to natd so you do not end up with two
rule 100's. Submitted by: Jan Koum <jkb@yahoo-inc.com>
This commit is contained in:
parent
4f262adde3
commit
8cf43c44ea
@ -75,7 +75,7 @@ ${fwcmd} -f flush
|
||||
case ${natd_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
if [ -n "${natd_interface}" ]; then
|
||||
${fwcmd} add divert natd all from any to any via ${natd_interface}
|
||||
${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user