Well, I try to do my best, but I've been involved in it a relatively short time (last half year or so). I do not have as extensive logging section as you do; but so far we haven't had much problem with dns. > > 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 > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >