From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HnbUT-0007Aj-I6 for garchives@archives.gentoo.org; Mon, 14 May 2007 14:25:34 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4EENd9r001156; Mon, 14 May 2007 14:23:39 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l4EEIFZf027247 for ; Mon, 14 May 2007 14:18:16 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 76645651D7 for ; Mon, 14 May 2007 14:18:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.782 X-Spam-Level: X-Spam-Status: No, score=-0.782 required=5.5 tests=[AWL=-0.782] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nBRf3mfrJ1CQ for ; Mon, 14 May 2007 14:18:10 +0000 (UTC) Received: from baby.espersunited.com (adsl-70-234-122-248.dsl.tul2ok.sbcglobal.net [70.234.122.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4246E651B5 for ; Mon, 14 May 2007 14:18:08 +0000 (UTC) Received: from adsl-70-234-122-250.dsl.tul2ok.sbcglobal.net ([70.234.122.250]) by baby.espersunited.com with esmtp (Exim 4.67) (envelope-from ) id 1HnbNF-0000lk-KV for gentoo-user@gentoo.org; Mon, 14 May 2007 09:18:05 -0500 Subject: [gentoo-user] OT - Why won't my computers use their own DNS servers? From: Michael Sullivan To: gentoo-user Content-Type: text/plain Date: Mon, 14 May 2007 09:18:02 -0500 Message-Id: <1179152282.27436.6.camel@camille.espersunited.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 Content-Transfer-Encoding: 7bit X-Archives-Salt: fa1b77a6-1499-41e7-afa5-8f6100077165 X-Archives-Hash: f78b29ae3755926217e17c90741a7a57 On my network I have two computers, camille.espersunited.com (70.234.122.250) and catherine.espersunited.com (70.234.122.251). Each of these two computers runs its own local DNS server. They do this to speed up internet access.; at least they used to. Now I find that internet access is slow and that they are trying to use each other's DNS server, which is not what I want. On camille: camille ~ # cat /etc/resolv.conf search espersunited.com nameserver 70.24.122.250 nameserver 70.234.122.251 nameserver 70.234.122.248 nameserver 192.168.1.254 domain espersunited.com camille ~ # dig camille.espersunited.com ; <<>> DiG 9.3.4 <<>> camille.espersunited.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54017 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;camille.espersunited.com. IN A ;; ANSWER SECTION: camille.espersunited.com. 10800 IN A 70.234.122.250 ;; AUTHORITY SECTION: espersunited.com. 10800 IN NS baby.espersunited.com. ;; Query time: 1 msec ;; SERVER: 70.234.122.251#53(70.234.122.251) ;; WHEN: Mon May 14 09:16:28 2007 ;; MSG SIZE rcvd: 77 On catherine: catherine ~ # cat /etc/resolv.conf search espersunited.com nameserver 70.24.122.251 nameserver 70.234.122.250 nameserver 70.234.122.248 nameserver 192.168.1.254 domain espersunited.com catherine ~ # dig catherine.espersunited.com ; <<>> DiG 9.3.4 <<>> catherine.espersunited.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49177 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1 ;; QUESTION SECTION: ;catherine.espersunited.com. IN A ;; ANSWER SECTION: catherine.espersunited.com. 10800 IN A 70.234.122.251 ;; AUTHORITY SECTION: espersunited.com. 10800 IN NS baby.espersunited.com. ;; ADDITIONAL SECTION: baby.espersunited.com. 10800 IN A 70.234.122.248 ;; Query time: 0 msec ;; SERVER: 70.234.122.250#53(70.234.122.250) ;; WHEN: Mon May 14 09:17:06 2007 ;; MSG SIZE rcvd: 95 Why is it doing this? I can post /etc/named/db.espersunited.com if you think it would help... -- gentoo-user@gentoo.org mailing list