I have in my script these statements: iptables -A INPUT -i lo -j ACCEPT iptables -A OUTPUT -o lo -j ACCEPT When doing "iptables -L -n" then the above gets shown as this: ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 IMHO, this could easily be misinterpreted if one looks only at the iptables output, because the crucial info, ie. that it applies to the "lo" device only, is missing... Right? -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html