Slow resolvers

Daniel Sundqvist daniel at swip.net
Tue Mar 2 15:05:03 UTC 2004


I have a problem whit bind I think 9.2.2 is faster then 9.2.3

I run a name server with bind 9.2.2 on sun T1 440Mhz 512Meg ram this use 
9.2.2 compiled from
sunfreeware
I run bind 9.2.3 on sun V120 650Mhz 1024Meg ram self compiled with gcc 
3.3.2 ./configure make make install
And they can handle about 800 queris per sec each.


named.conf
key "rndc-key" {
       algorithm hmac-md5;
       secret "xxxxxxxxxxxxxxxxxxxxxxx";
};

controls {
       inet 127.0.0.1 port 953
               allow { 127.0.0.1; } keys { "rndc-key"; };
};

options {
         directory "/etc/domain";
         allow-transfer {
                 127.0.0.1/32;
                 192.71.220.110/32;
                 193.108.196/24;
                 195.149.101/24;
         };

       version "PONG 0.2alpha";
       max-ncache-ttl 10800;
       max-cache-ttl 10800;
       coresize 1M;
       recursive-clients 15000;
       cleaning-interval 1;
       interface-interval 0;
       heartbeat-interval 0;
       transfer-format many-answers;
       minimal-responses yes;
       max-cache-size 800M;
       tcp-clients 1000;
};

logging {
         channel my_file {
                 file "/var/log/namedq";
                 print-time yes;
                 print-category yes;
                 print-severity yes;
         };
         channel my_debug {
                 file "/var/log/queries";
                 print-time yes;
                 print-category yes;
                 print-severity yes;
         };
         category lame-servers { null; };
         category xfer-in { null; };
         category xfer-out { null; };
         category default { my_file; };
};

zone "0.0.127.in-addr.arpa" {
         type master;
         file "named.local";
};

-- 

Mvh
Daniel

- - - - - - - -  Swedish IP Network - - - - - - - - -
Tele2 AB                      e-mail: daniel at swip.net
Box 62                        direct: +46 8 5626 4171
164 92 KISTA                  gsm:    +46 704 26 4171
Sweden                        fax:    +46 8 5626 4210
- - - - - - - - - - - - - - - - - - - - - - - - - - -



More information about the bind-users mailing list