Hi Mr. Engelhardt, 2010/12/17 Jan Engelhardt <jengelh@xxxxxxxxxx>: > Complete rulesets, please. Per ebtables-save. > Otherwise it is impossible on whether rules have any effect: These are my complete ebtables rules: ebtables -t broute -A BROUTING -i eth1 -p ipv4 --ip-dst 200.152.32.0/24 -j redirect --redirect-target ACCEPT ebtables -t broute -A BROUTING -i eth2 -p ipv4 --ip-src 200.152.32.0/24 -j redirect --redirect-target ACCEPT ebtables -t broute -A BROUTING -i eth1 -p ipv4 --ip-proto tcp --ip-dport 80 -j redirect --redirect-target DROP ebtables -t broute -A BROUTING -i eth2 -p ipv4 --ip-proto tcp --ip-sport 80 -j redirect --redirect-target DROP I have nothing else on any table/chain... Cheers, - Robert -- 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