Can you tell me the name of free dns server software for my Linux server system?
There are many open source and free implementations of DNS server software exists. You can use the following software on Linux / UNIX, Mac OS X, or MS-Windows server system to setup your own DNS servers. The following are free dns server and recommend by me for ease of use and security features. All of the following dns software are free for commercial or personal use.
BIND DNS Server Software
Berkeley Internet Name Domain (BIND) is the most commonly used DNS server on the Internet, especially on Linux / BSD and Unix-like systems. A new version of BIND (BIND 9) was written from scratch in part to address the architectural difficulties with auditing the earlier BIND code bases, and also to support DNSSEC (DNS Security Extensions). Other important features of BIND 9 include: TSIG, DNS notify, nsupdate, IPv6, rndc flush (remote name daemon control), views, multiprocessor support, and an improved portability architecture. It is commonly used on Linux systems. rndc uses a shared secret to provide encryption for local and remote terminals during each session. Bind works on Windows, Linux and UNIX computers.
PowerDNS DNS Server Software
PowerDNS is a versatile DNS server, written in C++ and licensed under the GPL. It runs on most Linux, Unix derivatives and on Microsoft Windows. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is also included as a separate program.
djbdns DNS Server Software
The djbdns software package is a simple and security-aware DNS implementation created by Daniel J. Bernstein due to his frustrations with repeated BIND security holes.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 7 comments… read them below or add one }
i need dns server
it would be nice to have a rule set to route only DNS queries over VPN
The link to djbdns is pointing to powerdns. DJB’s site is cr.yp.to/djbdns.html
Thanks,
matt.
Thanks for the heads up :)
thanks :D
Djbdns DNS Server Software does not suport windows version anymore. There´s only an old 2003´s 32-bit version.
I need an UBER SIMPLE DNS server without all the extra preferences. If it needs an “options” menu THEN IT’S TOO COMPLICATED. I want an ABSOLUTE BARE BONES DNS server. I don’t care about security. I don’t want something complicated. I want a DUMB SERVER that for every DNS query it gets, if the requested domain name is in its “database” (which should just be a simple text file) then it spits back the associated IP address. For example if there is a line in the text file that says:
“mytestsite.com 192.168.0.196 then every time it gets a request from a web browser for mytestsite.com it should return the IP address 192.168.0.196.
It should only need 3 buttons. Enable Server, Disable Server, Select Text (.txt) File for DNS Lookups.
The text file should simply contain “name address” pairs (much like the WIndow’s hosts file). While not suitable for running a network due to security flaws with such a setup, I am in need of such software for certain tests I’m running on my LAN.
If anyone knows of software like I’m describing, PLEASE LET ME KNOW. My email address you can reply to (to make sure I get your reply) is animedude5555@gmail.com