Archive for September 15, 2009

how to setting dns server

pertama install bind9 :

user@computer:$ sudo apt-get install bind9

kemudian tambahkan zone pada file /etc/bind/named.conf :

user@computer:$ sudo vim /etc/bind/named.confzone “cuplis.net” IN {type master;file “/etc/bind/db.cuplis-a”;allow-update { none; };};zone “22.168.192.in-addr.arpa” IN {type master;file “/etc/bind/db.cuplis-ptr”;allow-update { none; };};

kemudian buat file db.cuplis-a dan db.cuplis-ptr di /etc/bind/ (copy aja dari db.local dan db.127) :

user@computer:$ sudo cp /etc/bind/db.local /etc/bind/db.cuplis-a

user@computer:$ sudo cp /etc/bind/db.127 /etc/bind/db.cuplis-ptr

Bookmarks:

Bookmarks:
  • Facebook
  • Google Bookmarks
  • Digg
  • LinkedIn
  • Twitter
Read the rest of this entry »