Gentoo Archives: gentoo-server

From: "Florian D." <flockmock@×××.at>
To: gentoo-server@l.g.o
Subject: [gentoo-server] DNS-problems
Date: Sat, 26 Nov 2005 05:16:12
Message-Id: 4387EF38.2070603@gmx.at
1 hi list,
2 DNS resolution doesn´t work for me correctly. when searching for a site,
3 the answer is something like:
4
5 Trying "www.test.at"
6 Using domain server:
7 Name: 131.130.1.11
8 Address: 131.130.1.11#53
9 Aliases:
10
11 ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25981
12 ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 9, ADDITIONAL: 11
13
14 ;; QUESTION SECTION:
15 ;www.test.at. IN A
16
17 ;; AUTHORITY SECTION:
18 at. 32465 IN NS NS2.UNIVIE.AC.at.
19 at. 32465 IN NS NS9.UNIVIE.AC.at.
20 at. 32465 IN NS NS-DE.NIC.at.
21 at. 32465 IN NS NS-UK.NIC.at.
22 at. 32465 IN NS NS-US1.NIC.at.
23 at. 32465 IN NS SSS-JP.NIC.at.
24 at. 32465 IN NS SSS-NL.NIC.at.
25 at. 32465 IN NS SSS-US2.NIC.at.
26 at. 32465 IN NS NS1.UNIVIE.AC.at.
27
28 ;; ADDITIONAL SECTION:
29 NS1.UNIVIE.AC.at. 86400 IN A 193.171.255.2
30 NS2.UNIVIE.AC.at. 86400 IN A 192.92.125.2
31 NS2.UNIVIE.AC.at. 86400 IN AAAA 2001:628:453:4302::53
32 NS9.UNIVIE.AC.at. 86400 IN A 192.76.243.2
33 NS-DE.NIC.at. 86400 IN A 81.91.161.73
34 NS-UK.NIC.at. 86400 IN A 195.66.241.82
35 NS-US1.NIC.at. 86400 IN A 204.152.184.202
36 NS-US1.NIC.at. 86400 IN AAAA 2001:4f8:4:b::202
37 SSS-JP.NIC.at. 86400 IN A 210.81.13.181
38 SSS-NL.NIC.at. 86400 IN A 193.0.0.231
39 SSS-US2.NIC.at. 86400 IN A 206.65.170.101
40
41 Received 422 bytes from 131.130.1.11#53 in 41 ms
42
43 so, i think the problem here is, that this is not a recursive query, but
44 an iterative one. is there any config option for the resolver (e.g. in
45 /etc/resolv.conf) to send out recursive queries and not iterative ones?
46 i currently solved the problem by installing bind on my computer(as a
47 caching only server), but i think there must be a simpler solution (and
48 i don´t want to have bind running all the time). am i missing something?
49
50 thanks in advance, florian
51
52 --
53 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] DNS-problems Craig Webster <craig@××××××.net>