fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:dns:bind

This is an old revision of the document!


BIND

named-checkzone example.com /var/lib/named/master/example.com
rndc reload example.com
rndc dumpdb                       # dump whole cache
rndc flushname example.net        # clear example.net from cache
rndc flushtree example.net        # clear example.net and *.example.net from cache
rndc flush                        # clear whole cache

DDNS

Manual edit of zone file:

rndc freeze example.com
vi /var/lib/named/dyn/example.com
rndc reload example.com
rndc thaw example.com

zone example.com/IN: journal rollforward failed: not exact
zone example.com/IN: not loaded due to errors.

systemctl stop named
rm /var/lib/named/dyn/example.com.jnl
systemctl start named
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
linux/dns/bind.1743110439.txt.gz · Last modified: 2025/03/27 22:20 by gsys