vip - 2 wan to 1 ip lan
Hello I would like to make a query, I have two isp connected to a 60D wan 1 and wan2 device, and I want the queries to an ip of isp1 and an ip of isp 2 to be redirected to the same private ip (vip) taking into account that the requests the server will be made to the same port, which can be done so that the server responds correctly.
wan1(190.23.15.2) >>>>>> DMZ (server 192.168.0.15) wan2(200.31.15.20) vip1 190.23.15.2:80>192.168.0.15:80 vip2 200.31.15.20:80>192.168.0.15:80 Routes 0.0.0.0 0.0.0.0 190.23.15.1 distance 10 pr 0
0.0.0.0 0.0.0.0 200.31.15.1 distance 10 pr 5
In this scenario, it responds correctly to the requests made to 190.23.15.2 but not to the 200.31.15.20 that could be made at the routing level, since I understand that a policy route could be added BUT to answer all the queries only for the wan2
Thanks