Answer the question
In order to leave comments, you need to log in
What is wrong in the bind settings? Or why such an error?
Can't set up a local bind server, please take a look
at the contents of named.conf.local
zone "jaggernozone.com" {
type master;
notify no;
file "/etc/bind/db.jaggernozone.com";
};
zone "0.101.4.in-addr.arpa" {
type master;
file "/etc/bind/0.101.4.in-addr.arpa.zone";
};
options {
directory "/var/cache/bind";
auth-nxdomain no; # conform to RFC1035
listen-on {4.101.0.200;
127.0.0.1;
};
listen-on-v6 { none; };
};
$TTL 30
$ORIGIN jaggernozone.com.
@ IN SOA debian-test.jaggernozone.com. root.jaggernozone.com. (
20161115 ; Serial
1d ; Refresh
1h ; Retry
1w ; Expire
1h); Negative Cache TTL
;
@ IN NS debian-test.jaggernozone.com.
@ IN A 4.101.0.200
$TTL 30
$ORIGIN 0.101.4.in-addr.arpa.zone
@ IN SOA debian-test.jaggernozone.com. root.jaggernozone.com. (
20161115 ; Serial
1d ; Refresh
1h ; Retry
1w ; Expire
1h); Negative Cache TTL
;
@ IN NS debian-test.jaggernozone.com.
10 IN PTR debian-test.jaggernozone.com.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question