recursive not allowed

Denis Barbazza denis.barbazza at gmail.com
Tue May 19 15:01:38 EDT 2009


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


More information about the list mailing list