Re: [Pdns-users] Confused about authoritativeness

2012-10-05 Thread Mohamed Lrhazi
This is a dig for a record present in my database, I anonymized the first two octets of my IPs: [root@pdns-dr-1 ~]# dig campus.georgetown.edu @192.168.39.40 ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.3 <<>> campus.georgetown.edu @192.168.39.40 ;; global options: +cmd ;; Got answer: ;; ->>HEA

Re: [Pdns-users] Confused about authoritativeness

2012-10-05 Thread Peter van Dijk
Hello Mohamed, can you also post the complete output of dig? Please don't obscure the domain name. On Oct 5, 2012, at 18:06 , Mohamed Lrhazi wrote: > The dig is directed at the ip pdns is listening on. > My config is http://paste.ubuntu.com/1262160/ Kind regards, -- Peter van Dijk Netherlabs

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread Peter van Dijk
Hello azur, it's not trolling. nslookup should simply never be used, to make sure it becomes nobody's habit. I can see how it looks like trolling but nslookup really is very broken, even for simple cases. On Oct 5, 2012, at 15:39 , azurIt wrote: > Please stop trolling guys, he just needed one-

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread Peter van Dijk
Hello Sebastian, On Oct 5, 2012, at 13:07 , Sebastian Galiano wrote: > My SOA is, so the serial value is 0: > nameserver.test admin@test 0 60 900 60 4800 86400 > > I stablish the change_date to : > 1349435130 > > and the record with max time stamp to : > 1349435190 > > How can I check autos

Re: [Pdns-users] Confused about authoritativeness

2012-10-05 Thread Mohamed Lrhazi
The dig is directed at the ip pdns is listening on. My config is http://paste.ubuntu.com/1262160/ Thanks a lot, Mohamed. On Fri, Oct 5, 2012 at 11:38 AM, John Miller wrote: > Mohamed, > > A couple of questions: > > - Can you paste your dig command? Presumably you're doing a dig @localhost > or

Re: [Pdns-users] Confused about authoritativeness

2012-10-05 Thread John Miller
Mohamed, A couple of questions: - Can you paste your dig command? Presumably you're doing a dig @localhost or similar, but good to be sure. A paste of your PowerDNS configs would also be helpful. - Do you have a recursor IP configured in the auth. server's config? - What is allow-recursion

[Pdns-users] Confused about authoritativeness

2012-10-05 Thread Mohamed Lrhazi
Have not used pdns in a while and I just put together a quick setup as follows: - pdns listening on 53 (mysql backend) - pdns-recursor on 5300 Loaded a small number of records in domains and records tables. When I dig for a record that I know is not in the zone, I get the answer, because pdns us

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread azurIt
Please stop trolling guys, he just needed one-time simple check and nslookup was sufficent for this. azur __ > Od: "Jan-Piet Mens" > Komu: > Dátum: 05.10.2012 15:35 > Predmet: Re: [Pdns-users] How to activate Autoserial in pdns 3.1 >

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread Jan-Piet Mens
> try nslookup (linux): (/me *groans*) nslookup(1) ought to have died a thousand deaths many, many years ago. Use dig(1) or drill(1): dig @127.0.0.1 domainname SOA (or any other variation of command-line arguments it supports, and it has many, some of which are worthwhile knowing.)

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread Oliver Peter
On Fri, Oct 05, 2012 at 01:12:59PM +0200, azurIt wrote: > try nslookup (linux): > > $ nslookup - your_dns_server > > set type=SOA > > domain.tld > ... Let it die. Personally I never liked it and finally it's deprecated[1][2]. Use dig or drill instead: $ dig @your_dns_server domain.tld S

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread Sebastian Galiano
It works :) Thank you! From: pdns-users-boun...@mailman.powerdns.com [pdns-users-boun...@mailman.powerdns.com] on behalf of azurIt [azu...@pobox.sk] Sent: 05 October 2012 13:12 To: pdns-users@mailman.powerdns.com Subject: Re: [Pdns-users] How to activate A

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread azurIt
try nslookup (linux): $ nslookup - your_dns_server > set type=SOA > domain.tld ... __ > Od: "Sebastian Galiano" > Komu: "pdns-users@mailman.powerdns.com" > Dátum: 05.10.2012 13:07 > Predmet: Re: [Pdns-users] How to activate Autoseria

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread Sebastian Galiano
My SOA is, so the serial value is 0: nameserver.test admin@test 0 60 900 60 4800 86400 I stablish the change_date to : 1349435130 and the record with max time stamp to : 1349435190 How can I check autoserial is working?? From: pdns-users-boun...@mailman.powerd

Re: [Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread Peter van Dijk
Hello Sebastian, On Oct 5, 2012, at 11:52 , Sebastian Galiano wrote: > I'm trying to learn how to make autoserial work (I'm using pdns 3.1 with > mysql as backend) bu I haven't found any documentation regarding this. What > value I 'm supposed to write in the SOA record, and change_date? Auto

[Pdns-users] How to activate Autoserial in pdns 3.1

2012-10-05 Thread Sebastian Galiano
Hello I'm trying to learn how to make autoserial work (I'm using pdns 3.1 with mysql as backend) bu I haven't found any documentation regarding this. What value I 'm supposed to write in the SOA record, and change_date? Regards Sebastian Galiano ___