Push out 0.9.11

master
bbruns 2010-12-18 22:25:22 +00:00
parent 18e3c7c532
commit 2b36fdd775
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ if [ "$PORTFW" ] && [ "$NAT" ]; then
fi
#PORTADD=( ${i//:/ } )
$IPTABLES -A PREROUTING -t nat ${DSTIF} -p ${DSTPROTO} ${SRCIP} \
--dport ${DSTPORT} -d ${DSTIP} -j DNAT --to \
--dport ${DSTPORT} ${DSTIP} -j DNAT --to \
${DSTINTIP}:${DSTINTPORT}
$IPTABLES -A INPUT -p ${DSTPROTO} ${M_STATE} ${C_STATE} NEW ${DSTIF} ${SRCIP} \
--dport ${DSTPORT} ${DSTIP} -j ACCEPT