Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 124879
Status: rejected
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: rainer [...] ultra-secure.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Can't do AXFR
Date: Fri, 23 Mar 2018 11:03:26 +0100
To: bug-Net-DNS [...] rt.cpan.org
From: rainer [...] ultra-secure.de
Hi, I'm trying to a an AXFR via p5-Net-DNS-1.14,1, running on FreeBSD 11.1-RELEASE-p8 amd64 to a server running FreeBSD 10.3-RELEASE-p12 amd64 and djbdns-ipv6-1.05.b23_21,1 compiled with the following options: ADD_USERS : on DNSCURVE : off DUMPCACHE : off IGNOREIP : off IP6 : on JUMBO : off MAN : on PERSISTENT_MMAP: on SRV : on I can do the axfr on the command line, using drill. But if I run the example-program from the include documentation: #!/usr/local/bin/perl use Net::DNS; my $res = Net::DNS::Resolver->new; $res->tcp_timeout(20); $res->nameservers("dns1.our.domain"); my @zone = $res->axfr("our.domain"); foreach $rr (@zone) { $rr->print; } warn $res->errorstring if $res->errorstring; I get: NOERROR at ax.pl line 13. How can I debug this. This has worked previously, however I can't really pinpoint the version I used previously because it was rather old. It probably was Net-DNS-0.83 Any ideas? Best Regards Rainer
Subject: Re: [rt.cpan.org #124879] AutoReply: Can't do AXFR
Date: Fri, 23 Mar 2018 14:34:36 +0100
To: bug-Net-DNS [...] rt.cpan.org
From: rainer [...] ultra-secure.de
Update: I took the manually retrieved AXFRs, stuck them into zonefilen and fired up bind 9.11 with them. AXFR via Net-DNS works from that local BIND.
On Fri Mar 23 06:09:33 2018, rainer@ultra-secure.de wrote: Show quoted text
> I'm trying to a an AXFR via p5-Net-DNS-1.14,1, running on FreeBSD > 11.1-RELEASE-p8 amd64 to a server running FreeBSD 10.3-RELEASE-p12 amd64 > and djbdns-ipv6-1.05.b23_21,1 compiled with the following options:
You have provided absolutely no evidence of a failure, no accessible example zone that we can use to replicate the problem. There is no way we can help.
Please reopen when you have an authoritative with which we can reproduce.