I have two gateways, one for P2P traffic and one for normal surfing traffic..
I'm trying to make the Web Proxy run on the web gateway but it's not going..
I followed instructions from other users...
Mangle Rule:
add chain=output protocol=tcp dst-port=8080
action=mark-routing new-routing-mark=Web passthrough=no
NAT Rule:
add chain=dstnat protocol=tcp dst-port=80
action=redirect to-ports=8080
And the result I got was that pages would start to load but will halt at "Website found. Waiting for reply..." and would never get past that point. Turn the rules off and everything goes fine.. what's missing/incorrect?