# this is the IPCop v1.4 command eth1 = ORANGE eth0 = GREEN # this is the command to add to /etc/rc.d/rc.firewall.local iptables -t nat -A CUSTOMPREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 800 # this is the command that is run by the actual IPCOP program iptables -t nat -A SQUID -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 800