Hello,
I just deployed by first Ubuntu 12.04 install and I was seeing errors in
my typical iptables script. I found that I had to change the order of
where I placed my '!' in the rule. For example...
OLD -> iptables -A FORWARD -i eth1 -s ! 192.168.42.0/24 -j DROP
NEW -> iptables -A FORWARD -i eth1 ! -s 192.168.42.0/24 -j DROP
I don't see anything about this in the changelog so I was just wondering
if anyone else has seen this as well.
Thanks,
Elvar
--
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