>>>> HELP: Two Gateway & Internal Proxy

Please help me.

My topology in ROS v3.16
Gateway for WAN1: 1.1.1.1/29
Gateway for WAN2: 2.2.2.1/29
LAN 1: 192.168.1.1/24
LAN 2: 192.168.2.1/24
Internal Proxy Port: 3128

My problem:
Why my LAN2 always use proxy for WAN1. (It always goes through WAN1’s Proxy)

What I need:
LAN1 go through WAN1’s Internal Proxy.
LAN2 go through WAN2’s Internal Proxy.


Is it possible ? Please help me to configure the ROS.

Thanks

do you use dst-nat rule, or what?

what is current configuration?

I use dst-nat.

add action=redirect chain=dstnat comment=“Proxy” disabled=no dst-port=80 protocol=tcp to-ports=3128

do you want to use two internal proxies in one ROS? it’s not possible =)

ohh..ROS cannot do that ?

What about squid ? Is it can work for multiple gateway ?

I think yes

what if we subnetted 192.168.1.1/25 and 192.168.1.128/25

nice. except that in case of /25 your 192.168.1.128 is subnet abbress, and first IP address should be 192.168.1.129

Hi,

I still beleive ROS can do proxy route, because ROS proxy have multiple ports. Anyway, why ROS making multiple proxy ports ? It can be use for something, isn’t it ?

My topology in ROS v3.20
Gateway for WAN1: 1.1.1.1/29
Gateway for WAN2: 2.2.2.1/29
LAN 1: 192.168.1.1/24
LAN 2: 192.168.2.1/24
I redirect (DST-NAT) LAN 1 to Internal Proxy Port: 3128
I redirect (DST-NAT) LAN 2 to Internal Proxy Port: 3129

My problem:
My LAN2 always route un-cache packet through WAN1.

What I need:
LAN1 forward un-cache packet through WAN1.
LAN2 forward un-cache packet through WAN2.


Thanks in advance.

Please..I need confirmation from Mikrotik Team.