DNS Server linuxLinux serverNETWORK ADMINISTRATIONS

Sinau Linux Part 2: Server DNS [lupa mic off]

Sinau Linux Part 2: Server DNS | Linux Debian | TKJ SMKDATA
————-
server dns debian
1. syarat
a. ip address sudah selesai
b. linux terkoneksi ke internet
2. konfig repository = nano /etc/apt/sources.list
3. update = apt-get update / apt update
4. install paket = apt-get install bind9 dnsutils -y
5. pindah ke directory = cd /etc/bind
5. buat zone forward & reverse = nano named.conf.local
6. buat file host = cp db.local db.forward = nano db.forward
7. buat file host = cp db.127 db.reverse = nano db.reverse
8. restart = systemctl restart bind9
9. cek = systemctl status bind9
10. hasil = nslookup www.tkj.id = ping -c3 mail.tkj.id = dig ftp.tkj.id

source

by Pak Guru Judin

linux dns server

One thought on “Sinau Linux Part 2: Server DNS [lupa mic off]

Comments are closed.