conif problem or what happens

Thomas King tking at uni-mannheim.de
Thu Jan 31 15:06:51 UTC 2002


Hello
I configured my dns server but it isn't working fine.
Here the part of the named.conf:
options {
        directory "/etc/named";
        pid-file "/var/run/named.pid";
        fetch-glue no;
        listen-on {
                127.0.0.1;
                194.233.xxx.xx;
                };
        allow-query { any; };
        allow-update { none; };
        allow-transfer {
                195.94.83.15;
                };
        allow-recursion {
                127.0.0.1;
                194.233.xxx.xx;
                194.233.xxx.xx;
                194.233.xxx.xx;
                };
        recursion no;
        };

I replaced the last part of ip adresses by xxx.xx.

When I start "dig domain.on.dns.server @dns.server axfr" from a other linux 
box, I get the zone domain.on.dns.server. Why???
Form the localhost (dns.server) I can't resolv any adresse, because 
recursion isn't working. Why???
I use bind version 8.2.3-REL on redhat 7.0.

Please help!

Thanks in advance!!!!!!!!!!!
-- 
Mfg. Thomas King

-----------------------------------------
eMail: king at t-king.de
Homepage: http://www.t-king.de
MobiTel.: 0179-2316201
Tel.: 0621-1568506
PGP key: http://www.t-king.de/pgp.asc
-----------------------------------------


More information about the bind-users mailing list