Routing – route internal DNS requests to another server?`

dnsrouterrouting

I have a bunch of internal computers, accessing a specific DNS server (internal Server). I'd like to setup some redundancy, in the event that DNS Server goes down, and quickly set routes, at the router level to forward any traffic destined for the DNS Server (10.0.1.2) to (8.8.8.8) at the router level. Is that possible? I'm using Watchguard, but i'm not necessarily looking for a router specific answer.

For example –

Client sends a DNS request to 10.0.1.2 The router, see's this, and re-routes to 8.8.8.8 instead of 10.0.1.2

Best Answer

The best way to accompalish this task to create another internal DNS server and ensure both primary and secondary dns servers are in synchronised .

And configure both primary and secondary DNS server ip address in network adapter properties in client workstation s

If primary DNS servers goes down secondary DNS server will take workload . Client work station will send recursive querry on secondary ip address configured on workstation.

Related Topic