Date: Tue, 23 Oct 2001 12:25:31 -0700 From: Phil Mannle <pmannle@micron.net> To: freebsd-isp@freebsd.org Subject: named/bind guru question Message-ID: <3BD5C32D.3D7F809E@micron.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BD5C32D.3D7F809E>
