Citace Původně odeslal Rainbow
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;

Mno ja myslim ze to nejni blbost, (0.0.0.0 nahradi 192.168.1.1 a 192.168.2.1) .... Jinak to celou dobu fungovalo, ten timeout to v tom woknoidnim systemu psalo protoze nslookup chtel nejaky info o mym DNSku (nevim proc to nejde, ale na funkcnosti to neskodi) ... I kdyz to povolim "auth-nxdomain yes", tak nic ....

btw- neprislo mi nic o novem reply, takze se omlouvam ze pisu tak pozde... stejne dik!