i have a stateful iptables like this:

iptables -A OUTPUT -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT

but what did they actually do when there is no other table (also the default
set to ACCEPT) specified that it was dropped?is it useless? or

thankx before,
harry



Reply via email to