Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] OT - Why won't my computers use their own DNS servers?
Date: Mon, 14 May 2007 14:25:34
Message-Id: 1179152282.27436.6.camel@camille.espersunited.com
1 On my network I have two computers, camille.espersunited.com
2 (70.234.122.250) and catherine.espersunited.com (70.234.122.251). Each
3 of these two computers runs its own local DNS server. They do this to
4 speed up internet access.; at least they used to. Now I find that
5 internet access is slow and that they are trying to use each other's DNS
6 server, which is not what I want.
7
8 On camille:
9
10 camille ~ # cat /etc/resolv.conf
11 search espersunited.com
12 nameserver 70.24.122.250
13 nameserver 70.234.122.251
14 nameserver 70.234.122.248
15 nameserver 192.168.1.254
16 domain espersunited.com
17
18 camille ~ # dig camille.espersunited.com
19
20 ; <<>> DiG 9.3.4 <<>> camille.espersunited.com
21 ;; global options: printcmd
22 ;; Got answer:
23 ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54017
24 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
25
26 ;; QUESTION SECTION:
27 ;camille.espersunited.com. IN A
28
29 ;; ANSWER SECTION:
30 camille.espersunited.com. 10800 IN A 70.234.122.250
31
32 ;; AUTHORITY SECTION:
33 espersunited.com. 10800 IN NS baby.espersunited.com.
34
35 ;; Query time: 1 msec
36 ;; SERVER: 70.234.122.251#53(70.234.122.251)
37 ;; WHEN: Mon May 14 09:16:28 2007
38 ;; MSG SIZE rcvd: 77
39
40 On catherine:
41
42 catherine ~ # cat /etc/resolv.conf
43 search espersunited.com
44 nameserver 70.24.122.251
45 nameserver 70.234.122.250
46 nameserver 70.234.122.248
47 nameserver 192.168.1.254
48 domain espersunited.com
49 catherine ~ # dig catherine.espersunited.com
50
51 ; <<>> DiG 9.3.4 <<>> catherine.espersunited.com
52 ;; global options: printcmd
53 ;; Got answer:
54 ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49177
55 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
56
57 ;; QUESTION SECTION:
58 ;catherine.espersunited.com. IN A
59
60 ;; ANSWER SECTION:
61 catherine.espersunited.com. 10800 IN A 70.234.122.251
62
63 ;; AUTHORITY SECTION:
64 espersunited.com. 10800 IN NS baby.espersunited.com.
65
66 ;; ADDITIONAL SECTION:
67 baby.espersunited.com. 10800 IN A 70.234.122.248
68
69 ;; Query time: 0 msec
70 ;; SERVER: 70.234.122.250#53(70.234.122.250)
71 ;; WHEN: Mon May 14 09:17:06 2007
72 ;; MSG SIZE rcvd: 95
73
74 Why is it doing this? I can post /etc/named/db.espersunited.com if you
75 think it would help...
76
77 --
78 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT - Why won't my computers use their own DNS servers? Etaoin Shrdlu <shrdlu@×××××××××××××.org>
Re: [gentoo-user] OT - Why won't my computers use their own DNS servers? Hans-Werner Hilse <hilse@×××.de>
Re: [gentoo-user] OT - Why won't my computers use their own DNS servers? Arnau Bria <arnau@×××××××××.net>