This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[SOLVED]DNS best practice?

There are two ways to configure DNS:

One way:
- Allowing DNS outgoing for your internal nameservers
- internal nameservers forwarding to ISP-DNS
- ASG pointing to internal nameservers 

Another way:
- ASG forwarding to ISP-nameservers
- "request routing" on ASG for internal domain pointing to internal nameservers
- internal nameservers forwarding to ASG
 
Which way do you use? And why? Which is "officially preferred"?
Both configurations seem working good for me, we run the first alternative on our cluster, the second in branch offices without internal dns (domain dns reachable via site2site-vpn).

Thanks for your ideas!
Thomas



BAlfson's DNS Best Practice's post has been moved to it's own highlighted thread here: https://community.sophos.com/utm-firewall/f/recommended-reads/122972/dns-best-practice
[edited by: FloSupport at 11:12 AM (GMT -7) on 18 Sep 2020]
Parents
  • I use DHCP to point the local machines to our internal DNS server, with the ASG box as the second choice. That allows us to add local DNS names for the machines on our 192.168.x.0 subnet, while maintaining a failover in case the local DNS server becomes unavailable. The local DNS server points to the ASG box, making ASG the sole point of contact with external DNS servers. The external DNS servers used are  Open DNS, with our ISP's regular DNS server as a lower priority alternative. Open DNS, if you have an account with them (which is free) allows for a level of DNS customization that you won't get from your ISP.
Reply
  • I use DHCP to point the local machines to our internal DNS server, with the ASG box as the second choice. That allows us to add local DNS names for the machines on our 192.168.x.0 subnet, while maintaining a failover in case the local DNS server becomes unavailable. The local DNS server points to the ASG box, making ASG the sole point of contact with external DNS servers. The external DNS servers used are  Open DNS, with our ISP's regular DNS server as a lower priority alternative. Open DNS, if you have an account with them (which is free) allows for a level of DNS customization that you won't get from your ISP.
Children
No Data