Jumat, 10 Februari 2012

Setting DNS Server

,
Setting DNS Server menggunakan linux Ubuntu 10.04

Install bind9 melalui terminal,
$ sudo apt-get install bind9

Lalu edit file /etc/bind/named.conf.options : (tambahkan DNS IP ISP Anda)
$ sudo gedit /etc/bind/named.conf.options


Selanjutnya Edit /etc/bind/named.conf.local :
$ sudo gedit /etc/bind/named.conf.local


Kemudian buat file /etc/bind/db.kelompok2.com:
$ sudo cp /etc/bind/db.local /etc/bind/db.kelompok2.com
Edit file /etc/bind/db.kelompok2.com
$ sudo gedit /etc/bind/db.kelompok2.com

Sekarang buat file /etc/bind/db.192 :
$ sudo cp /etc/bind/db.127 /etc/bind/db.192
Edit /etc/bind/db.192 :
$ sudo gedit /etc/bind/db.192

Terakhir edit /etc/resolv.conf :
$ sudo gedit /etc/resolv.conf

restart BIND9:
$ sudo /etc/init.d/bind9 restart

buka web rowser ketikkan http://kelompok2.com



0 komentar to “Setting DNS Server”

Posting Komentar