You are on page 1of 7

Membuat DNS di Linux Ubuntu 10.

LANGKAH 1 : Instalation

Install bind9 terlebih dahulu dengan perintah :

$ sudo apt-get install bind9

$sudo apt-get install dnsutils

LANGKAH 2 : Konfigurasi Network


Edit interface eth0 dengan perintah :
$gedit /etc/network/inteface eth0
LANGKAH 3 :
Edit File named.conf dengan perintah :
$gedit /etc/bind/named.conf.options

LANGKAH 4:
Edit juga file name.local dengan perintah :
$ gedit /etc/bind/named.conf.local
LANGKAH 5:
Copy File db.local ke file db.domain yang telah di buat misal :
$ sudo cp /etc/bind/db.local /etc/bind/db.verrysoon.net
Setelah itu edit file db.verrysoon.net dengan perintah :
$sudo gedit /etc/bind/db.verrysoon.net
LANGKAH 6:
Copy File db.127 (default) ke file db.192 yang telah di buat misal :
$ sudo cp /etc/bind/db.127 /etc/bind/db.192
Setelah itu edit file db.192 dengan perintah :
$sudo gedit /etc/bind/db.192
LANGKAH 7:
EDIT RESERVE di file /etc/resolve.conf dengan perintah :
$sudo gedit /etc/resolve.conf
LANGKAH 8 :
Edit file /etc/hosts dengan perintah :
$sudo gedit /etc/hosts

LANGKAH 9 :
RESTART
$ sudo /etc/init.d/bind9 restart
$ sudo /etc/init.d/networking restart
LANGKAH 10 :
$nslookup tubes.ac.id

http://ilmukomputer.tk

You might also like