Tuesday, March 5, 2013

Configuring DNS on Ubuntu 10:10 server

Thank you for taking the time to keep your visit on my blog, utuk this post I will discuss how to install and configure the DNS server on ubuntu server.
Log in terminal as root (#)
Install packages to dns server

# apt-get install bind9 (wait for it to finish)
# nano / etc / bind / named.conf.local



Fill in the following:

Save: ctrl + o
The next step:

# cd / var / cache / bind

Creating a database for "labkom.com and db.lab"

# nano labkom.com
Fill in the following:
# nano db.lab

Save: ctrl + o
then

# nano / etc / resolv.conf

nameserver 192.168.10.10
restart bind9

# / etc/init.d/bind9 restart
# ping labkom.com


Good luck and I hope this post useful for you all ..