How to set dns forwarder on Metasploitable2 1. Login as root$ sudo su -(Enter root password)# nano /etc/bind/named.conf.options 2. Add lines in /etc/bind/named.conf.options allow-query { any; };forwarders {8.8.8.8;8.8.4.4}; 3. restart bind9# /etc/init.d/bind9 restart 더보기 이전 1 ··· 168 169 170 171 172 173 174 ··· 595 다음