From denis.barbazza at gmail.com Tue May 19 15:01:38 2009 From: denis.barbazza at gmail.com (Denis Barbazza) Date: Tue, 19 May 2009 21:01:38 +0200 Subject: recursive not allowed Message-ID: <67dbe4d70905191201p348ebdben696bd09e4941a32a@mail.gmail.com> Hi, i've a strange issue with maradns: (172.16.0.1 is maradns server) if I type: $ nslookup google.it ;; Got recursion not available from 172.16.0.1, trying next server Server: 81.29.230.5 Address: 81.29.230.5#53 Non-authoritative answer: Name: google.it Address: 216.239.59.104 if I type: $ nslookup google.it 172.16.0.1 Server: 172.16.0.1 Address: 172.16.0.1#53 Non-authoritative answer: Name: google.it Address: 216.239.59.104 Anyone could explain me what i have to do? thank you a lot in advance! this is my mararc file: csv1 = {} csv1["arizona.lignano."] = "db.arizona.lignano" bind_address = "0.0.0.0" chroot_dir = "/etc/maradns" maradns_uid = 65534 maxprocs = 96 no_fingerprint = 0 default_rrany_set = 3 max_chain = 8 max_ar_chain = 1 max_total = 20 verbose_level = 3 ipv4_alias = {} ipv4_alias["icann"] = "198.41.0.4,128.9.0.107,192.33.4.12,128.8.10.90,192.203.230.10,192.5.5.241,192.112.36.4,128.63.2.53,192.36.148.17,192.58.128.30,193.0.14.129,198.32.64.12,202.12.27.33" ipv4_alias["osrc"] = "199.166.24.1,205.189.73.102,199.166.24.3,207.126.103.16,195.117.6.10,205.189.73.10,204.57.55.100,213.196.2.97" ipv4_alias["alternic"] = "160.79.129.192,24.6.78.12,160.79.133.70,65.15.8.202,216.162.42.240,195.224.64.190,160.79.133.66,216.162.42.185" ipv4_alias["opennic"] = "131.161.247.226,209.151.84.102,64.247.218.140,64.247.218.149,209.104.33.250,209.104.63.249,209.151.84.103,199.175.137.211,207.6.128.246,65.243.92.254" ipv4_alias["localhost"] = "127.0.0.0/8" ipv4_alias["hotspot_lan"] = "172.16.0.0/24" recursive_acl = "localhost,hotspot_lan" random_seed_file = "/dev/urandom" maximum_cache_elements = 1024 upstream_servers = {} ipv4_alias["dns_provider"] = "81.29.230.5,81.29.230.1,151.99.125.1,151.99.0.100" upstream_servers["."] = "dns_provider" timeout_seconds = 2 -- Denis Barbazza From strenholme.usenet at gmail.com Tue May 19 15:10:50 2009 From: strenholme.usenet at gmail.com (Sam Trenholme) Date: Tue, 19 May 2009 14:10:50 -0500 Subject: recursive not allowed In-Reply-To: <67dbe4d70905191201p348ebdben696bd09e4941a32a@mail.gmail.com> References: <67dbe4d70905191201p348ebdben696bd09e4941a32a@mail.gmail.com> Message-ID: <7bd685720905191210j1b521a9fj68562e8aa5bd2f6d@mail.gmail.com> > i've a strange issue with maradns: > ;; Got recursion not available from 172.16.0.1, trying next server Which version of MaraDNS are you using? Newer versions have fixed the issues with RD and RA bits being correctly set. If you're not using version 1.3.07.09, update. I *think* I fixed the RD/RA stuff in the 1.2 branch also, but 1.3 has a number of updates and is almost entirely backwards compatible with 1.2 (the only issues being obscure stuff like having ~ in TXT records) I would almost recommend updating to Deadwood [1] here, but am working on the bit where you locally resolve a particular domain with Deadwood right now. Next week sometime, I will post a follow-up telling you how to transfer this particular configuration to Deadwood. Thanks for the motivation to finish up the feature I'm implementing right now in Deadwood. - Sam [1] http://maradns.blogspot.com tells all; Deadwood is the new DNS code that will eventually become a part of MaraDNS 2.0, hopefully late this year. From denis.barbazza at gmail.com Tue May 19 15:28:17 2009 From: denis.barbazza at gmail.com (Denis Barbazza) Date: Tue, 19 May 2009 21:28:17 +0200 Subject: recursive not allowed In-Reply-To: <67dbe4d70905191222kcd01ff3ke275e732c7082bf@mail.gmail.com> References: <67dbe4d70905191201p348ebdben696bd09e4941a32a@mail.gmail.com> <7bd685720905191210j1b521a9fj68562e8aa5bd2f6d@mail.gmail.com> <67dbe4d70905191222kcd01ff3ke275e732c7082bf@mail.gmail.com> Message-ID: <67dbe4d70905191228r77caa73erc93db3f79e95f8f0@mail.gmail.com> 2009/5/19 Denis Barbazza > > i've a strange issue with maradns: > > ;; Got recursion not available from 172.16.0.1, trying next server > > Which version of MaraDNS are you using? Newer versions have fixed the > issues with RD and RA bits being correctly set. > > I'm using this 1.2.12.04-1etch2 > > > now i'm going to try new version > > wow!!! fantastic! and thank you for the rapidity! now all is working ok. I've see that lenny come out with 1.3! Thank you again! -- Denis Barbazza