state NEW accept might have had unintended affects...

master
bbruns 2011-02-22 02:42:09 +00:00
parent a0d72b3458
commit b5d3a8cc26
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ if [ -s "$BASEDIR/include/ipv4_custom_conntrack" ]; then
fi
if [ "$CONNTRACK" ]; then
$IPTABLES -A INPUT ${M_STATE} ${C_STATE} NEW -j ACCEPT
#$IPTABLES -A INPUT ${M_STATE} ${C_STATE} NEW -j ACCEPT
$IPTABLES -A INPUT ${M_STATE} ${C_STATE} RELATED,ESTABLISHED -j ACCEPT
$IPTABLES -A FORWARD ${M_STATE} ${C_STATE} RELATED,ESTABLISHED -j ACCEPT
#$IPTABLES -A FORWARD ${M_STATE} ${C_STATE} NEW -j ACCEPT