You are on page 1of 1

iptables -t nat -i PREROUTING -i eth0 -s 192.168.10.

0/24 -p tcp --dport 80 -j


REDIRECT --to-port 3128

You might also like