From owner-freebsd-isp Tue Oct 23 12:17:59 2001 Delivered-To: freebsd-isp@freebsd.org Received: from best.micron.net (best.micron.net [204.229.122.199]) by hub.freebsd.org (Postfix) with ESMTP id B943137B409 for ; Tue, 23 Oct 2001 12:17:50 -0700 (PDT) Received: from 10.224.0.199 ([10.224.0.199]) by best.micron.net (Netscape Messaging Server 4.1) with SMTP id GLOAU300.L17; Tue, 23 Oct 2001 13:15:39 -0600 Received: from micron.net ( [204.229.110.47]) by with SMTP (MailShield v1.5); Tue, 23 Oct 2001 13:15:38 -0600 Message-ID: <3BD5C32D.3D7F809E@micron.net> Date: Tue, 23 Oct 2001 12:25:31 -0700 From: Phil Mannle X-Mailer: Mozilla 4.72 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: named/bind guru question Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit X-SMTP-HELO: micron.net X-SMTP-MAIL-FROM: pmannle@micron.net X-SMTP-PEER-INFO: [204.229.110.47] Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Listmembers, I am using FreeBSD 4.2-RELEASE (GENERIC), with BIND 9.1.1 -- I have set up a name server on this machine at ns1.myp.tv. I have a problem with a particular domain: mypersonalfranchise.com -- in that when it is loaded from IE on a Windows machine, a first time access of the site will result in Page Not Found, but a reload always finds the site. Using nslookup from a machine on a totally separate network, I get the "timed out" errors resulting in Non-existent host/domain (see below), which I believe are causing the Page Not Found. There is a secondary named server in the domain record at ns1.uspeed.com, but this does not have any zone info for the mypersonalfranchise yet (I am trying to get it added ASAP) This has gotten extremely frustrating and I am afraid I am going to lose a huge client! Also, I restarted named with -HUP after upping the serial number for the mypersonalfranchise zone, and no errors are reported by syslog. Does anyone have any advice? Please see the nslookup debug output, as well as the zone info below. Thanks, Phil [root@boohpah]# nslookup Default Server: boohpah.boo.net Address: 216.200.67.25 > set debug > mypersonalfranchise.com Server: boohpah.boo.net Address: 216.200.67.25 ;; res_nmkquery(QUERY, mypersonalfranchise.com, IN, A) timeout timeout ;; res_nmkquery(QUERY, mypersonalfranchise.com.boo.net, IN, A) ------------ Got answer: HEADER: opcode = QUERY, id = 4064, rcode = NXDOMAIN header flags: response, auth. answer, want recursion, recursion avail. questions = 1, answers = 0, authority records = 1, additional = 0 QUESTIONS: mypersonalfranchise.com.boo.net, type = A, class = IN AUTHORITY RECORDS: -> boo.net ttl = 86400 (1D) origin = dns.boo.net mail addr = admin\@dns2.boo.net serial = 2001080101 refresh = 3600 (1H) retry = 600 (10M) expire = 604800 (1W) minimum ttl = 86400 (1D) ------------ *** boohpah.boo.net can't find mypersonalfranchise.com: Non-existent host/domain > > mypersonalfranchise.com Server: boohpah.boo.net Address: 216.200.67.25 ;; res_nmkquery(QUERY, mypersonalfranchise.com, IN, A) ------------ Got answer: HEADER: opcode = QUERY, id = 4066, rcode = NOERROR header flags: response, auth. answer, want recursion, recursion avail. questions = 1, answers = 1, authority records = 2, additional = 1 QUESTIONS: mypersonalfranchise.com, type = A, class = IN ANSWERS: -> mypersonalfranchise.com internet address = 63.105.159.192 ttl = 3600 (1H) AUTHORITY RECORDS: -> mypersonalfranchise.com nameserver = ns1.myp.tv ttl = 3600 (1H) -> mypersonalfranchise.com nameserver = ns1.uspeed.com ttl = 3600 (1H) ADDITIONAL RECORDS: -> ns1.uspeed.com internet address = 63.105.159.211 ttl = 229414 (2d15h43m34s) ------------ Name: mypersonalfranchise.com Address: 63.105.159.192 Zone file: $TTL 3600 mypersonalfranchise.com. IN SOA ns1.myp.tv. root.myptv.com. ( 977186102 10800 3600 632000 38400 ) mypersonalfranchise.com. IN NS ns1.myp.tv. mypersonalfranchise.com. IN A 63.105.159.192 www.mypersonalfranchise.com. IN A 63.105.159.192 mail.mypersonalfranchise.com. IN A 63.105.159.191 mypersonalfranchise.com. IN MX 10 mail.mypersonalfranchise.com. mypersonalfranchise.com. IN NS ns1.uspeed.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message