iptables -A OUTPUT -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT iptables -A OUTPUT -j ACCEPTWhen I do iptables -L OUTPUT -v it shows some packets are falling through to the last rule.
Shouldn't the first rule catch all the packets? Jeff
iptables -A OUTPUT -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT iptables -A OUTPUT -j ACCEPTWhen I do iptables -L OUTPUT -v it shows some packets are falling through to the last rule.
Shouldn't the first rule catch all the packets? Jeff