Routing on multi WAN
-
Hi.
I setted up two WANs (WAN1 and WAN2).
I enabled the Manual Outbound NAT rule generation in the firewall NAT configuration and I added a new rule (the first before the general one) with 192.168.33.0/24 as source (this is my LAN network) and a single IP address as destination (123.123.123.123/32) and I setted the WAN2 interface for this rule. I saved and tried to connect to the 123.123.123.123 host from a client in the 192.168.33.0/24 network, but I'm still using the WAN1 connection.Where I am wrong?
Thank you very much!
Bye. -
AoN rules just define how traffic is NATed, NOT how traffic is assigned to WANs.
For this use policy routing (define a gateway in a firewall rule) or create a static route for this IP pointing to the WAN2 gateway. -
Thank you very much!!