lame servers resolving

Alexander Dalloz alexander.dalloz at uni-bielefeld.de
Thu Jun 24 16:16:35 UTC 2004


Am Do, den 24.06.2004 schrieb olga at urbantimes.net um 18:08:

> Where exactly should this entry belong in named.conf? I tried putting it
> in the options section or after it and in both cases it gave me an error.

Olga,

you are sure you carefully read the bind documentation? I say this
because running an own name server is no playground and can cause much
trouble and data loss if you do it wrong!

Partly my /var/named/chroot/etc/named.conf:

options {
        directory "/var/named";
        listen-on port 53 { 127.0.0.1; 123.123.123.3; };
        notify no;
        allow-transfer { 214.123.2.3; 210.242.123.3; };
};
                                                                                                                                                                                                                             
logging {
        channel queries {
                file "/var/log/named.log" versions 4 size 10m;
                severity info;
                print-time yes;
                print-category yes;
                print-severity yes;
        };
        channel security {
                file "/var/log/security.log" versions 4 size 1m;
                severity info;
                print-time yes;
                print-category yes;
                print-severity yes;
        };
        channel xfer {
                file "/var/log/xfer.log" versions 4 size 5m;
                severity info;
                print-time yes;
                print-category yes;
                print-severity yes;
        };
        category config {
                security;
        };
        category dnssec {
                security;
        };
        category lame-servers {
                null;
        };
.. [other settings]
};
                                                                                                                                                                                                                             
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
... [other entries]

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
Fedora GNU/Linux Core 2 (Tettnang) on Athlon CPU kernel 2.6.6-1.435 
Serendipity 18:12:31 up 1 day, 16:50, load average: 0.16, 0.27, 0.53 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040624/4951484b/attachment-0001.sig>


More information about the fedora-list mailing list