forwarder (YES/NO)

Pol Hallen bindml at fuckaround.org
Wed Sep 21 07:29:28 UTC 2016


> so simply leave BIND running and see if it's better tomorrow...

hello,
seems better today, but how I realize if bind runs correclty? I mean: if 
the speed of it is normal or if there are lags?

Now I tested some domains, almost all are ok but 2 of these are slow... 
using @8.8.8.8 with these two are fast

Actually I commented:

// forwarders {
// 8.8.8.8; 8.8.4.4;
//}

but testing 127.0.0.1, bind keep also 4000/5000ms to resolve a query

forwarders {
127.0.0.1;
}

tcp        0      0 127.0.0.1:953           0.0.0.0:* 
LISTEN      14163/named
tcp        0      0 192.168.1.212:53        0.0.0.0:* 
LISTEN      14163/named
tcp        0      0 127.0.0.1:53            0.0.0.0:* 
LISTEN      14163/named
tcp6       0      0 ::1:953                 :::* 
LISTEN      14163/named
udp        0      0 192.168.1.212:53        0.0.0.0:* 
        14163/named
udp        0      0 127.0.0.1:53            0.0.0.0:* 
        14163/named


allow-query {
       192.168.1.0/24; 127.0.0.1;
       };

thanks for help!

Pol


More information about the bind-users mailing list