On Thu, 15 Apr 2004, Ariel Molina Rueda wrote:

> # ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6 --ip-destination-port
> 80 -j redirect --redirect-target ACCEPT 
> 
> // Tell iptables to redirect the packages going to 80, to its own port 3128 
> # iptables -t nat -A PREROUTING -i br0 -p tcp --dport 80 -j REDIRECT --to-port
> 3128

You better exlude your own networks there in case you have local web 
servers in the same lan segment..

Regards
Henrik

Reply via email to