NAMA : Ibnu Aji Bagus Purnama
KELAS :
XI TKJ 2
MAPEL : SISTEM OPERASI JARINGAN
KONFIGURASI DNS DEBIAN SERVER PADA VM
Langkah-langkah
1.
Ubah network nya
nano /etc/network/interface
Address
Netmask
Gateway
Network
Broadcast
2.
Ubah nama servernya
nano /etc/resolve.conf
Contoh : search sekolahku.id
Nameserver (ip address mu )
Nameserver (ip google/ 8.8.8.8)
Untuk save klik ctrl+x , y , enter
3.
Restart network nya
a.
service networking
restart
b.
/etc/init.d/networking
restart
c.
reboot komputer
4.
Instal bind9
apt-get install bind9
5.
Cek apakah bind sudah terinstal dngan benar
dpkg -l bind9
6.
Jika ada perintah enter media cd room , masukan iso
debian installasi anda lalu klik enter
7.
Edit named conf
nano /etc/bind/named.conf
8.
Masuk ke folder/directory bind
cd /etc/bind
9.
Copy pastes folder db. Lokal dan 127
cp db.local db.sekolah
cp db.127 db.192
10.
Restart bind9
service bind9 restart
11.
Uji dns
nslookup sekolah.id
12.
Cek
konfigurasi yang salah
nano /etc/bind/named-checkconf -z named.conf
Untuk
menghapus file atau folder gunakan perintah rm -rf
Contoh : rm -rf /etc/bind/db.sekolah
Untuk masuk
ke sebuah directory atau folder gunakan perintah cd
Contoh : cd /etc/bind