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... -- [EMAIL PROTECTED] mailing list