Lab 6.1 Recursive resolver for Caching DNS

CYBER-BAPUK

KALI INI SAYA AKAN MEMBERI TAU KONFIGURASI DARI LAB ADMS LAB 6.1

KONFIGURASINYA:

#yum install bind bind-utils -y

#nano /etc/named.conf
       
          listen port {localhost;any;};
          allow-query-cache {localhost ; any; };
#yum install policycoreutils-python -y
#semanage f context -a -t named_conf_t /etc/named.conf
#semanage f context -a -t named_conf_t /etc/named.rfc
1912.zones
#named-checkconf /etc /named.conf
#firewall-cmd --permanent --add-port=53/tcp
#firewall-cmd --permanent --add-port=53/udp
#firewall-cmd --reload
#systemctl restart named
#systemctl enable named
#systemctl status named

Setting ip pada client

masuk ke server
#rndc querylog
#tail -f /var/log/messages

lalu ke server cek google
cek diserver juga

#nano /etc/ named.conf
#systemctl restart named

0 Response to "Lab 6.1 Recursive resolver for Caching DNS"

Post a Comment