Is there a good DNS server I can install on Windows 7 for a LAN?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Cosmic Puzzle
--
Chapters
00:00 Is There A Good Dns Server I Can Install On Windows 7 For A Lan?
00:32 Accepted Answer Score 19
00:43 Answer 2 Score 5
01:13 Answer 3 Score 27
02:37 Thank you
--
Full question
https://superuser.com/questions/337763/i...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #networking #softwarerec #dns #homenetworking
#avk47
ANSWER 1
Score 27
Consider placing DD-WRT on your router, it uses
dnsmasq
with ahosts
file.This way, you won't lose energy costs on having to run that computer solely for DNS...
If your router doesn't support it, check out these DNS servers for Windows:
The most widely used DNS server, BIND, has a
ntbind
variant.Microsoft DNS is included with Windows Server, if you can run that, perhaps virtualized.
Simple DNS Server really follows the KISS principle; Keep It Stupidly Simple. It's trial though...
PowerDNS, a Dutch DNS server that fits home DNS hosting.
MaraDNS only has partial support (according to Wikipedia), but is a security-aware DNS server.
Posadis is GPL licensed, compatible with BIND files.
Unbound is BSD licensed, uses modular components.
Cisco Network Registrar is proprietary, fits a larger company if you want support.
If you have the money, Simple DNS Server looks really nice. Or perhaps Microsoft DNS...
Else try an open source DNS server like BIND, PowerDNS, MaraDNS, Posadis or Unbound.
If you have static IPs, placing the same
hosts
file on every computer is a cheap solution.
ACCEPTED ANSWER
Score 19
ANSWER 3
Score 5
What I have done in the past is install Windows 2003 in a virtual machine with the DNS/DHCP server running on it. If you don't have access to Windows 2003 you could install any number of Linux OS's in the VM and use that as a DHCP/DNS server.
Does your router not have DNS support? I run Tomato on my router and I'm able to assign static IPs through the interface and access all my computers by hostname.