How to set up DNS server with BIND on Ubuntu
Posted: October 1, 2009 at 6:57 pm | Tags: bind, dns, LinuxThis tutorial is about setting up DNS on Ubuntu and is the result of lot of documentation, many tutorials and many attempts. Hope you’ll find it usefull.
For installing DNS service on a machine, first thing to do in installing BIND (Berkley Internet Name Daemon):
sudo apt-get install bind9
The next thing to do is to configure bind. Usualy, for this you have to edit named.conf, but in Ubuntu the configuration file for bine is named.conf.local:
sudo /etc/bind/named.conf.local
Now you have to add the zones: Continue Reading

(14 votes, average: 4.93 out of 5)






















