> somewhere along the line, you lost: > > iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT And if that doesn't work, add the following to the end of your rules: iptables -A INPUT -j LOG iptables -A OUTPUT -j LOG
> somewhere along the line, you lost: > > iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT And if that doesn't work, add the following to the end of your rules: iptables -A INPUT -j LOG iptables -A OUTPUT -j LOG