Hello, Christoph A. a écrit :
iptables -A OUTPUT -d 10.10.97.1/255.255.255.253 -m iprange --dst-range 10.10.97.1-10.10.97.7 -j REJECT this should match on 10.10.97.1,3,5,7 but matches only 1 and 3
253 is binary 11111101, so this is the expected behaviour. BTW, what is the use of iprange in this rule ? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html