Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-30 Thread abang
Hi Bart-Jan, Am 30.09.2014 10:42, schrieb Bart-Jan van Hummel: > I am running DNS on a physical machine on Debian 7.6| > The requests are comming from Mac OS X. > The routers I use are Draytec which are connected with VPN IPSec > > So I did not yet use VirtualBox. I will try to see if I can find m

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-30 Thread Bart-Jan van Hummel
> Sent: Monday, 29 September, 2014 8:31:55 PM > Am 29.09.2014 14:11, schrieb Bart-Jan van Hummel: >> ;; WARNING: Messages has 4 extra bytes at end >> ;; Query time: 0 msec >> ;; MSG SIZE rcvd: 44 > This would mean your DNS Server (PowerDNS) is broken. But I exclude this > in this case. My

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-29 Thread abang
Am 29.09.2014 14:11, schrieb Bart-Jan van Hummel: ;; WARNING: Messages has 4 extra bytes at end ;; Query time: 0 msec ;; MSG SIZE rcvd: 44 This would mean your DNS Server (PowerDNS) is broken. But I exclude this in this case. My guess is that you are using virtualbox (right?) and have a pro

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-29 Thread Bart-Jan van Hummel
> Sent: Friday, 26 September, 2014 5:58:05 PM > Realy strange. Ok let's try step by step. > Does your authoritative DNS Server work? Log-in into your DNS Server and > dig -p 5300 @127.0.0.1 -x 10.20.0.4 The 10.20.0.4 is the DNS server, also running munki. I will also dig 10.20.0.2 / 10.20.1

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-26 Thread abang
Realy strange. Ok let's try step by step. Does your authoritative DNS Server work? Log-in into your DNS Server and dig -p 5300 @127.0.0.1 -x 10.20.0.4 dig -p 5300 @127.0.0.1 -x 10.20.1.4 dig -p 5300 @127.0.0.1 -x 10.20.2.4 And please provide the whole output. If this works, test your Recursor.

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-26 Thread Bart-Jan van Hummel
> Maybe you didn't stopped it before you restarted? In this case config changes > didn't apply to the (running) Recursor. Well I just did a service pdns-recursor restart So I did some more testing and I found something else: it doesn't change my problem, but it does make the problem worse ;

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-26 Thread abang
Am 26.09.2014 09:38, schrieb Bart-Jan van Hummel: > I don't know why he gives that resonse, since only pdns-recursor is > using port 53 on UDP/TCP: > > ~ root# netstat -tulpn | grep 10.20.0.4:53 > tcp0 0 10.20.0.4:530.0.0.0:* > LISTEN 3134/pdns_recursor >

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-26 Thread Bart-Jan van Hummel
From: "abang" To: pdns-users@mailman.powerdns.com Sent: Friday, 26 September, 2014 7:36:13 AM Subject: Re: [Pdns-users] PDNS does not send info for reverse DNS Hi Winfried > Hi, >>Exception: Resolver binding to server socket on port 53 for 10.20.0.4: >&

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-26 Thread Bart-Jan van Hummel
Hi Peter, Sent: Thursday, 25 September, 2014 4:33:43 PM > A quick response to just this part: you can set dont-query to empty to avoid > this. Let us know if it helps! Unfortunately it didn't change anything. I am also tailing the syslog but it seems the reverse query for 10.20.0.2 does

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-25 Thread abang
Am 25.09.2014 21:24, schrieb abang: > > forward-zones=10.in-addr.arpa =127.0.0.1:5300 Oh, you did that already. > > On 25. September 2014 15:51:21 MESZ, Bart-Jan van Hummel > wrote: > > > |When starting the recursor I do see these messages: > -

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-25 Thread abang
Hi, Am 25.09.2014 15:51, schrieb Bart-Jan van Hummel: > |Exception: Resolver binding to server socket on port 53 for 10.20.0.4: > Address already in use| Please try first to solve this. Your Recursor can not listen on|||10.20.0.4:53! There must be another process which is listen on this port. #

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-25 Thread abang
In addition to Peter's hint: I assume your dig is asking your Recursor on Port 53. So you have to advise the Recursor to forward queries for your local zones to your authoritative server on Port 5300. Try this in the rcursor.conf: forward-zones=10.in-addr.arpa=127.0.0.1:5300 Winfried On

Re: [Pdns-users] PDNS does not send info for reverse DNS

2014-09-25 Thread Peter van Dijk
Hello Bart-Jan, On 25 Sep 2014, at 15:51 , Bart-Jan van Hummel wrote: > So I mostly worry about this line, but don't know how to fix this: > Will not send queries to: 127.0.0.0/8, 10.0.0.0/8, 100.64.0.0/10, A quick response to just this part: you can set dont-query to empty to avoid this. Let

[Pdns-users] PDNS does not send info for reverse DNS

2014-09-25 Thread Bart-Jan van Hummel
Hi All, I am using pdns-server 3.3.1 with pdns-recursor and pdns-backend-mysql After installing the almost everything is working perfectly, accept for the reverse DNS. To test powerDNS and powerDNS recursor I created a test network. It is a star VPN network with: - 1 main router - 2 subroute