[[Category:Ongoing_ProjectsServices]]
== Description ==
fixme.ch zone management with Bind9
* Part of the [[Internal_Server]] foo.fixme.ch
== Configurations ==
* /etc/bind/named.conf.local
<syntaxhighlight lang="bash">
acl externals {
127.0.0.1;
62.220.136.2; #Nimag1
195.70.27.21; #Nimag2
};
view "external" {
match-clients { any; };
recursion no;
zone "fixme.ch" {
type master;
file "/etc/bind/zones/fixme.ch.db";
allow-transfer { externals; };
allow-query { externals; };
notify yes;
};
};
</syntaxhighlight>
* /etc/bind/named.conf.options<syntaxhighlight lang== Configuration =="bash">options { directory "/var/cache/bind"; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; allow-transfer { none; }; allow-query { 127.0.0.1; }; allow-recursion { none; }; version none;};</syntaxhighlight>* /etc/bind/named.conf.log<syntaxhighlight lang="apachebash">
logging {
channel update_debug {