What’s the best low-maintenance option for internal DNS without domain controllers?

0
0
Asked By MellowCedar42 On

Our environment no longer uses domain controllers because device and identity management has moved to Entra, Intune, Azure Arc, and similar services. Public DNS is hosted externally and works well, but we still have a significant amount of on-premises equipment that needs internal name resolution. Domain controllers used to provide that service, and we currently run BIND9 on a small Linux virtual machine instead. There are only a couple dozen internal records, so I'd prefer not to maintain a dedicated server if there's a simpler and inexpensive alternative. What are others using in this situation?

3 Answers

Answered By NorthwindFox31 On

Unbound, dnsmasq, or CoreDNS are lightweight alternatives. Unbound is especially good if you mainly need local overrides plus recursive resolution, while dnsmasq is convenient when DHCP and DNS can live together. They still require some administration, though, so they may not be a major improvement over a tiny Linux VM.

Answered By PixelRook19 On

Check whether your firewall or router can host local DNS records. Many SMB appliances can provide a local zone and static entries, and that’s often the simplest option for a small environment. Some platforms can also synchronize DNS data between sites, which helps if you have multiple locations.

AmberQuill8 -

This depends heavily on the firewall. Some products provide a usable DNS database, while others only handle DHCP leases or basic forwarding.

Answered By CopperLynx56 On

A standalone Windows DNS server is also possible without Active Directory, but it probably doesn’t meet the goal of reducing overhead. Managed DNS security or SASE platforms may support private records too, but check whether they can handle split-horizon cases where the same name needs different answers internally and externally.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.