listen-on 0.0.0.0 je co za blbost? Tam sa ma zadat IPcka interface, na ktorom to pocuva. Ja to mam takto:
Kód:
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address 10.2.20.2 port 53;
query-source address 10.2.40.234 port 53;
forward only;
forwarders {
213.215.74.100;
195.12.128.1;
195.168.1.2;
};
listen-on {
127.0.0.1;
192.168.0.1;
};
interface-interval 0;
cleaning-interval 0;