Home » » Tugas PIJK DNS server

Tugas PIJK DNS server

Written By 1nput's Blog on Selasa, 10 Juni 2014 | 21.07

Langkah-langkah konfigurasi DNS server :

~ # apt-get install bind9
~ # cp db.local db.for
~ # cp db.192 db.rev
~ # nano /etc/bind/db.for
edit :
;
; BIND data file for local loopback interface
;
$TTL    604800
@    IN    SOA    fti.pijk.co.id. root.pijk.co.id. (
                  2        ; Serial
             604800        ; Refresh
              86400        ; Retry
            2419200        ; Expire
             604800 )    ; Negative Cache TTL
;
@    IN    NS    pijk.co.id.
@    IN    A    192.168.1.2
ns     IN    A    192.168.1.2
www    IN    CNAME    pijk.co.id.

~ # nano /etc/bind/db.rev
edit :
;
; BIND data file for local loopback interface
;
$TTL    604800
@    IN    SOA    fti.pijk.co.id. root.pijk.co.id. (
                  2        ; Serial
             604800        ; Refresh
              86400        ; Retry
            2419200        ; Expire
             604800 )    ; Negative Cache TTL
;
@    IN    NS    pijk.co.id.
2    IN    PTR    pijk.co.id.

~ # nano /etc/bind/named.conf.local
edit :
zone "pijk.co.id" {
 type master;
 file "/etc/bind/db.for";
};
zone "1.168.192.in-addr.arpa" {
 type master;
 notify no;
 file "/etc/bind/db.rev";
};

~ # /etc/init.d/bind9 restart

Ketentuan Tugas :
- minggu dpn  bawa lepi masing2 (berkelompok berpasangan)
- lakukan :
1. setting NIC
2. NET ID  : 200.201.202.0
    IP Add  : 200.201.202.(angka last NIM)
    netmask : 255.255.255.0
    gateway : ip-1
    dns     : nama1.co.id
   alias/host   : nama2
3. seting DNS (materi diupload)
4. cara cek DNS berjalan atau tidak :
- ping namadomain (misal ping pijk.co.id)
- nslookup namadomain   (misal nslookup pijk.co.id)
- nslookup ipserver   (misal nslookup 192.168.1.2)

Share this article :

0 komentar:

Posting Komentar

Translate

Viewers

Amazing Counting Widget

Popular Posts

Pengunjung

 
Support : My FB | Editor Website | Intan Poetrie
Copyright © 2013. 1nput's Blog - All Rights Reserved
Template Created by Creating Website Published by Mas Template | Editor Website
Proudly powered by Blogger