No subject


Tue Apr 2 00:56:56 UTC 2013


03-May-2005 11:13:57.370 client 192.168.0.101#40760: query: example.com IN
SOA -SE
03-May-2005 11:13:57.879 client 192.168.0.101#40761: query: example.com IN
SOA -SE
03-May-2005 11:13:57.884 client 192.168.0.101#40762: query: example.com IN
SOA -SE
03-May-2005 11:13:58.906 client 192.168.0.101#40082: query: example.com IN
SOA -SE
03-May-2005 11:13:58.911 client 192.168.0.101#40082: query: example.com IN
SOA -SE
03-May-2005 11:13:59.419 client 192.168.0.101#40082: query: example.com IN
SOA -SE


The primary Server has three Interfaces in different networks and the
secondary has two Interfaces.

part of the named.conf of the secondary:

options {
        statistics-file "/var/log/named.stats";
        pid-file "/var/run/named.pid";
        transfer-format one-answer;
        listen-on { 192.168.0.101; 192.168.1.101; 127.0.0.1; };
        transfer-source  192.168.0.101;
        provide-ixfr yes;
        request-ixfr yes;
        max-ncache-ttl 30;
};

zone "example.com" {
        type slave;
        masters { 192.168.0.100; 192.168.1.100; 192.168.2.100; };
        file "/var/namedb/com/example/db.example.com";
};



And, by the way, a second question: What does the -SE at the end of the
logfilelines stand for? In the logfile of the Primary there are -SE, -S or +
at the end of each query, but I cannot find anything about its meaning in
the documentation.

Thanks for any hint,
Tom.

-- 
+++ Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS +++
GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail



More information about the bind-users mailing list