Route list has both wans in distance 1 and backup wan in distance 2 - this allows router to have internet
I have a small dumb service that replies with the ip from where it was pinged (pretty much like checkip.dyndns.org) except that my service listens on more ports so I can use IP firewall mangle rules to route the server:XXXX1 to use WAN1, server:XXXX2 to use WAN2 and server.XXXX3 to use WAN3 - This works amazing for any device in my network .... except for my main router.
There is one caveat tho, if the wan interface is down it will fail over to the load balanced one or if both are down it will go to the bakcup one. I would really like it to fail instead.
So here is what I need help with
- How do I tell the main router to send requests for an ip:port to go thru a specific conneciton just like I do when any other client in the network requests it?
- What if I want this specific ip:port to not have a response if the wan it is meant for is not online?
I will gladly answer any questions regarding this