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.
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.