Help please: bind 9.3.0

Holdsworth, Matthew Matthew.Holdsworth at cwcom.co.uk
Mon Jan 17 14:22:25 UTC 2005


Try upping your datasize or max-cache-size.

Matt 

-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] On Behalf
Of Thomas Kinghorn [MTNNS -Rosebank]
Sent: 17 January 2005 14:02
To: bind-users at isc.org
Subject: Help please: bind 9.3.0

Hi List.
Thanks for all the great info in the archive.

I have a strange problem.

My name-server keeps running out of memory, which is causing lookups to
fail.

Below is an extract from the named.conf.

The bind version is 9.3.0.

The server is a dinosaur running 128MB.


<snip>
// generated by named-bootconf.pl
acl "bogon" {
// this list of blackhole ACLs!
    0.0.0.0/8;
    10.0.0.0/8;
    127.0.0.0/8;
    172.16.0.0/12;
};

options {
datasize 20M;
max-journal-size 5M;
interface-interval 0;
max-cache-size 20M;
memstatistics-file "named.memstats";
version "port not supported";
pid-file "/var/run/named/named.pid";
allow-query { any; };

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 * port 53;

allow-transfer { 209.212.96.0/19; localhost; };

allow-transfer { 209.212.96.0/19; localhost; };

        blackhole {
                // Deny anything from the bogon networks as
                // detailed in the "bogon" ACL.
        bogon;
    };
};
<snip>

Any advice would be greatly appreciated.

Thanks

Tom


The contents of this email and any attachments are sent for the personal attention
of the addressee(s) only and may be confidential.  If you are not the intended
addressee, any use, disclosure or copying of this email and any attachments is
unauthorised - please notify the sender by return and delete the message.  Any
representations or commitments expressed in this email are subject to contract. 
 
ntl Group Limited



More information about the bind-users mailing list