Hello,
I’m using ROS 2.9.42 which has IP e.g. 1.1.1.1
I have client-X, client-Y, all use static IP, and all request for DNS to my mikrotik (1.1.1.1)
I have ISP-A and ISP-B.
Each ISP will not allow outside of their network to access DNS request.
In normal situation in routing:
client-X use ISP-A
client-Y use ISP-B
Question 1:
How can I set on ROS, all DNS request from client-X, will only be forwarded to DNS server of ISP-A
It means also, DNS request from client-Y will only be forwarded to DNS server of ISP-B.
I would not like to use public DNS server, which is I am using this option now.
Does mikrotik have already this “ready-made-built-in” feature?
Question 2:
If ISP-A goes down, I set failover for client-X to be routed to ISP-B. In this case, I would like to forward DNS request from client-X to DNS server of ISP-B.
Does mikrotik have already this “ready-made-built-in” feature?
Sorry to use X,Y,A,B, I hope it will picture of my question easier.
My guess is, the “NON SIMPLE” solution is by using NAT-masquerade, script, netwatch, etc.
Comments please?
Thank you in advance.