Unable to transfer IPv4 reverse zone

Daniel Lintott daniel at serverb.co.uk
Fri Dec 20 11:21:02 UTC 2013


On 20/12/13 11:12, Matus UHLAR - fantomas wrote:
> On 19.12.13 19:27, Daniel Lintott wrote:
>> The following is logged on the slave:
>> Dec 19 17:51:48 server2 named[7866]: transfer of
>> '5.168.192.in-addr.arpa/IN' from 192.168.5.1#53: connected using
>> 192.168.5.2#47108
>>
>> Dec 19 17:51:48 server2 named[7866]: transfer of
>> '5.168.192.in-addr.arpa/IN' from 192.168.5.1#53: failed while receiving
>> responses: SERVFAIL
>>
>> Dec 19 17:51:48 server2 named[7866]: transfer of
>> '5.168.192.in-addr.arpa/IN' from 192.168.5.1#53: Transfer completed: 0
>> messages, 0 records, 0 bytes, 0.001 secs (0 bytes/sec)
> 
> 
> what's in logs on master?

Nothing seems to be logged for any transfers on the master... even with
the following logging statement added

logging {
	channel xfer {
		file "/var/log/named/xfer.log";
		print-category yes;
		print-severity yes;
		print-time yes;
		};
	category xfer-out {
		xfer;
		};
	};


More information about the bind-users mailing list