ManuCH
Occasional Visitor
Hey everyone,
I'm currently using my AC-RT3200 in Dual WAN mode with failover (ISP1 is much faster, 250 Mbit/s, vs the 40 Mbit/s of ISP2, so I don't want load balancing).
Unfortunately, in failover mode you cannot set specific routes from the UI. So what I'm trying to achieve is to set a specific route to a certain destination from command-line (because I work for ISP2 and I'd like to have all our business-related traffic go to ISP2 directly without taking the long route through ISP1).
I have tried the following:
But the only thing I obtain is no traffic being routed to x.x.x.x at all anymore.
I have searched through the forums for quite a bit and only found instructions for selective routing if Dual WAN is set to load balancing. This all doesn't seem to apply in my case, as "ip rule list" doesn't show the 100/200 entries:
Any clue on how I can achieve this without enabling load balancing?
Thank you!
I'm currently using my AC-RT3200 in Dual WAN mode with failover (ISP1 is much faster, 250 Mbit/s, vs the 40 Mbit/s of ISP2, so I don't want load balancing).
Unfortunately, in failover mode you cannot set specific routes from the UI. So what I'm trying to achieve is to set a specific route to a certain destination from command-line (because I work for ISP2 and I'd like to have all our business-related traffic go to ISP2 directly without taking the long route through ISP1).
I have tried the following:
Code:
route add -net x.x.x.x netmask 255.255.255.0 gw y.y.y.y dev vlan3
But the only thing I obtain is no traffic being routed to x.x.x.x at all anymore.
I have searched through the forums for quite a bit and only found instructions for selective routing if Dual WAN is set to load balancing. This all doesn't seem to apply in my case, as "ip rule list" doesn't show the 100/200 entries:
Code:
0: from all lookup local
32766: from all lookup main
32767: from all lookup default
Any clue on how I can achieve this without enabling load balancing?
Thank you!