DNS Server linuxLinux serverNETWORK ADMINISTRATIONS

DNS server configuration on Linux UBUNTU 14.04

A quick tutorial about how to set up a DNS server o your ubuntu local machine!
Steps that you need to follow :

apt-get install bind9
edit the interfaces file: /etc/network/interfaces
add zones in /etc/bind/named.conf.local
create ur zones file like: db.yourWebSite and db.yourWebSite.rev
add your domain in: /etc/resolv.conf
restart your dns server: /etc/init.d/bind 9 restart
and finally test with the NSLOOKUP command

Cheers!

source

by Sletheren

linux dns server

Leave a Reply

Your email address will not be published. Required fields are marked *