Servicebeheer
Controleer de service:
systemctl status bind9
Start BIND9:
systemctl start bind9
Stop BIND9:
systemctl stop bind9
Herstart BIND9:
systemctl restart bind9
Bekijk de logs van de BIND9-service:
journalctl -u bind9 -f
Belangrijke paden
- Configuratiemap:
/etc/bind/ - Hoofdconfiguratie:
/etc/bind/named.conf - Opties:
/etc/bind/named.conf.options - Lokale zones:
/etc/bind/named.conf.local - Cache-/gegevensmap:
/var/cache/bind/ - systemd-unit:
/usr/lib/systemd/system/named.service - systemd-alias/symlink:
/etc/systemd/system/bind9.service
Opmerkingen
- Configureer BIND9 volgens uw DNS-eisen en voorkeuren.
- Valideer de configuratie voordat u BIND9 na wijzigingen herstart:
named-checkconf - Gebruik RNDC om de BIND9-server te besturen en beheren:
rndc status