| 0 | named -v | BIND 9.9.5-9+deb8u3-Debian (Extended Support Version) | |
| 0.1 | ls -la /etc/bind/ | ||
| 0.2 | |||
| 0.3 | grep named /var/log/syslog | ||
| 1.0 | named -g | couldn't add command channel 127.0.0.1#953: address in use --> Google | |
| 1.1 | couldn't add command channel ::1#953: address in use --> google | ||
| 1.2 | isc_stdio_open '/var/log/bind9/bind.log' failed: permission denied --> google | .............. | |
| 1.3 | checking logging configuration failed: permission denied | ||
| 1.4 | loading configuration: permission denied | ||
| 1.5 | |||
| 1.6 | query (cache) 'ns1.kozo.ch/A/IN' denied query (cache) 'ntp.kozo.ch/A/IN' denied  | 
 - a - - - - - 
  | 
|
| 1.7 | |||
| 1.8 | vi /etc/bind/named.conf.options |  26         allow-query { any; }; 27 allow-recursion { any; }; 28 allow-notify { trusted; }; 29 // allow-recursion { internal; }; 30 allow-query-cache { any; }; 31 // query-source address * port 53; 32 recursion no; 33 }; 34 35 // acl "internal" { 36 // { 37 // 127.0.0.1; 38 // }; 39 // };  | 
 04-Nov-2015 00:06:03.233 lame-servers: info: lame server resolving 'ns1.kozo.ch' (in 'kozo.ch'?): 188.60.19.143#53 
 but... # /etc/init.d/bind9 restart  | 
|  die Zeilen 35-39 eventuell in Kurz form und aktivieren acl internals { 127.0.0.0/8; 192.168.0.0/24; };  | 
wiki.debian.org/Bind9 | ||
| 2.0 | Nach dem Punkt 1.8 behoben war und der DNS lief und auflöste, stellte ich fest das der Hostserver selber nicht mehr auflöste. | unter vi /etc/resolv.conf  | 
 einen zusätzlichen eintrag: nameserver 8.8.8.8 das hat geholfen  | 
| 2.1 | |||
| Restart it Bind9 | 
/etc/init.d/bind9 restart 
 | 
service bind9 status | 
|
rndc reload | 
rndc status |