fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:dns:bind

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:dns:bind [2025/03/27 22:12] – created gsyslinux:dns:bind [2025/04/03 18:11] (current) gsys
Line 1: Line 1:
 ====== BIND ====== ====== BIND ======
  
 +https://kb.isc.org/docs
 +https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/deployment_guide/s2-bind-zone#s4-bind-zone-rr
 <code> <code>
-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
 +rndc reload                       # reload all zones
 +rndc reload example.com           # reload zone example.com
 named-checkzone example.com /var/lib/named/master/example.com named-checkzone example.com /var/lib/named/master/example.com
 </code> </code>
Line 11: Line 18:
 <code> <code>
 rndc freeze example.com rndc freeze example.com
-vi /var/lib/named/master/example.com+vi /var/lib/named/dyn/example.com
 rndc reload example.com rndc reload example.com
 rndc thaw example.com rndc thaw example.com
 </code> </code>
  
-''journal rollforward failed not exact''+''zone example.com/IN: journal rollforward failednot exact'' \\ 
 +''zone example.com/IN: not loaded due to errors.'' 
 <code> <code>
 systemctl stop named systemctl stop named
linux/dns/bind.1743109927.txt.gz · Last modified: 2025/03/27 22:12 by gsys