Saturday, 15 December 2012

INSTALL & KONFIGURASI DNS SERVER



                     install DNS server dg printah :
user@debian:~$ apt-get install bind9
tunggu proses instalasi hingga selesai
                     kemudian masuk ke direktori bind ,, dengan perintah :
user@debian:~$ cd /etc/bind
maka akan muncul seperti dibawah :
user@debian:~$ /etc/bind
                     edit file dengan perintah :
root@debian:~# pico /etc/bind/named.conf.default-zones
stelah itu tambah kan pada baris paling bawah seperti dibawah :

zone "yudha.com" {
        type master;
        file "/etc/bind/yudha";
};

zone "10.168.192.in-addr.arpa" {
        type master;
        file "/etc/bind/db.yudha";
};
setelah selesai silahkan di save dan keluar
                     kemudian copy file yudha dan db.yudha di direktori bind, dengan perintah :
root@debian:/etc/bind# cp db.0 yudha                   (file yudha)
root@debian:/etc/bind# cp db.0 db.yudha                         (file db.yudha)
                     kemudian edit file yudha dengan perintah :
root@debian:/etc/bind# pico yudha
            maka akan mucul seperti dibawah :
           
            ;
            ; BIND reverse data file for broadcast zone
            ;
            $TTL    604800
            @       IN      SOA     yudha.com. root.yudha.com. (
                                          2012091510        ; Serial
                                     604800         ; Refresh
                                      86400          ; Retry
                                    2419200        ; Expire
                                     604800 )       ; Negative Cache TTL
            ;
            @        IN      NS      yudha.com.
                        IN      A       192.168.10.47
            yudha   IN      A       192.168.10.47





                     kemudia dit file db.yudha dengan perintah :
root@debian:/etc/bind# pico db.yudha
maka edit file speti berikut:
;
; BIND reverse data file for broadcast zone
;
$TTL    604800
@       IN      SOA     yudha.com. root.yudha.com. (
                              2012091510        ; Serial
                         604800         ; Refresh
                          86400          ; Retry
                        2419200        ; Expire
                         604800 )       ; Negative Cache TTL
;
@       IN      NS      yudha.com.
47      IN      PTR     yudha.com.
setelah selesai silah kan save dan keluar
                     kemudian edit file esolv.conf dengan perintah :
            root@debian:/etc/bind# pico /etc/resolv.conf
            edit file seperti dibawah :
             Generated by NetworkManager
            search 8.8.8.8
            nameserver 192.168.10.47
            kemudian save dan keluar.
                     stelaah itu restart bind9 dengan perintah :
root@debian:/etc/bind# /etc/init.d/bind9 restart
                     setelaah itu kita uji berhasil atau tidaknya dengan perintah :
root@debian:/etc/bind# nslookup
kemudian tulis > yudha.com maka akan muncul seperti dibawah :
> yudha.com
Server:             192.168.10.47
Address:          192.168.10.47#53

Name:  yudha.com
Address: 192.168.10.47
> 192.168.10.47
Server:             192.168.10.47
Address:          192.168.10.47#53

47.10.168.192.in-addr.arpa     name = yudha.com.
setelah keluar seperti diatas, maka DNS telah berhasil :)

semoga dapat bermanfaat bagi yang membutuhkan ,,,,,,,,,,,,trimakasih sobat

1 comment:

  1. Hi there, wikipedia reference You have done an excellent job. I?ll certainly digg it and personally recommend to my friends.
    you can find out more
    I'm sure they'll be benefited from this web site. you could check here

    ReplyDelete

kritik dan saran nya ,, saya tunggu ya :)