ER605 (v2) Policy Routing is not working
I have a dual WAN setup with Load Balancing as failover.
WAN | Dynamic IP | Link Up | 192.168.70.176 | 255.255.255.0 | 192.168.70.1 | 192.168.70.1 | |
WAN/LAN1 | Dynamic IP | Link Up | 192.168.0.164 | 255.255.255.0 | 192.168.0.1 | 192.168.0.1 |
Is it normal that WAN/LAN1 shows Offline? Note that I tested it directly and internet works on WAN/LAN1.
So, all devices will use that main load balancer. However I want a group of devices of certain ip range to use WAN2 as the default, and failover to WAN1.
So I created the ip range group:
And created the Policy routing for that group:
That's all my setup.
Now I tested with a device inside that range:
>ipconfig
Ethernet adapter Ethernet 5:
IPv4 Address. . . . . . . . . . . : 192.168.20.15
>tracert 1.1.1.1
Tracing route to one.one.one.one [1.1.1.1]
1 1 ms 1 ms 1 ms 192.168.20.1
2 4 ms 5 ms 4 ms 192.168.70.1
It's supposed to go through 192.168.0.1 NOT 192.168.70.1
What is the issue? Am I doing anything wrong?