X-Git-Url: https://git.hcoop.net/hcoop/zz_old/ikiwiki/blobdiff_plain/e1cd5a4cbe84bbd75f840bbd53756547296b29f9..ee25310d72cb6678ce011cda7a23477b88d86d20:/DaemonAdmin/Bind.mdwn diff --git a/DaemonAdmin/Bind.mdwn b/DaemonAdmin/Bind.mdwn new file mode 100755 index 0000000..1d96683 --- /dev/null +++ b/DaemonAdmin/Bind.mdwn @@ -0,0 +1,16 @@ + +[[TableOfContents]] + += Filesystem layout = + +On both deleuze and mire, BIND data lives in `/etc/bind`. This directory is seeded with the default files from the Debian `bind9` package. Additionally, we add a `zones` subdirectory. + +DomTool periodically deposits `/etc/bind/named.conf.local`, listing all of our hosted DNS zones and their master/slave statuses and configuration. DomTool also populates `/etc/bind/zones` with zonefiles referenced by `/etc/bind/named.conf.local`. + +== Permissions == + +`/etc/bind/zones` should be owned by user `bind`, since BIND seems to like creating temporary files there. I've only yet seen this matter during updating of slave zone information. + += Adding new hcoop subdomains = + +This is '''not''' done by editing anything in {{{/etc/bind}}}. Instead, see ["DomTool/AdminProcedures"].