Let me first start off by telling you how my network is setup.
I have two ISP’s coming in two my mikrotik. I also have two subnets. The subnets are 192.168.84.0/24 and 192.168.81.0/24. Each subnet uses their own ISP. So, subnet A uses ISP1 and subnet B uses ISP2. I have packet marking enabled and the routing mark determines where the Default GW is. So my routing table looks like this:
Destination Gateway Routing Mark
0.0.0.0/0 192.168.84.15 Subnet_A
0.0.0.0/0 192.168.81.10 Subnet_B
All is working well until I implement a web proxy. I turn on the web proxy and I point it to a parent proxy on Subnet A. It works fine it appears until I go to sites that are dynamic. Like Gmail. I come up with an error every single time. Even on some of my internal sites it is acting up. But if I point my browser directly to the parent proxy all is well.
I also tried to set up a dst-nat to send all 80 traffic to the parent proxy. It just sits there in a constant loop. I do not have any other type of nat setup either.
Thanks in Advance,
John