On Fri, 2006-08-18 at 11:46 -0300, Charles Regan wrote: > ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6 > --ip-destination-port 80 -j redirect --redirect-target > iptables -t nat -A PREROUTING -i my -p tcp --dport 80 -j REDIRECT --to-port 3128 Should work I think, but I have never used ebtables, only the netfilter-bridge integration Regards Henrik