Error:
Fix:
Buka file named.conf.options yang berada pada /etc/bind/ isi file:
pada baris script ini
1 |
Service bind9 restart<br /> * Stopping domain name service... bind9 <br /> rndc: connect failed: 127.0.0.1#953: connection refused [ OK ]<br /> * Starting domain name service... bind9 [fail] |
Buka file named.conf.options yang berada pada /etc/bind/ isi file:
1 |
<br />options {<br /> directory "/var/cache/bind";<br /><br /> // If there is a firewall between you and nameservers you want<br /> // to talk to, you may need to fix the firewall to allow multiple<br /> // ports to talk. See http://www.kb.cert.org/vuls/id/800113<br /><br /> // If your ISP provided one or more IP addresses for stable<br /> // nameservers, you probably want to use them as forwarders.<br /> // Uncomment the following block, and insert the addresses replacing<br /> // the all-0's placeholder.<br /><br /> // forwarders {<br /> // 0.0.0.0;<br /> // };<br /><br /> //========================================================================<br /> // If BIND logs error messages about the root key being expired,<br /> // you will need to update your keys. See https://www.isc.org/bind-keys<br /> //========================================================================<br /> dnssec-validation auto;<br /><br /> auth-nxdomain no; # conform to RFC1035<br /> listen-on-v6 { any; };<br /> allow-recursion {127.0.0.1; };<br /> transfer-source;<br />};<br /> |
transfer-source;
beri tanda ‘*
‘ (tanpa kutip) di belakangnya sebelum ‘;
‘ , sehingga menjadi: transfer-source *;