[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] Weird DNS / Subdomain Issue
- Subject: RE: [cobalt-developers] Weird DNS / Subdomain Issue
 
- From: "Jeff Stone" <jstone5@xxxxxxxxxxxxx>
 
- Date: Tue Mar  5 01:17:09 2002
 
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
 
I think I fixed the problem.  I went into the log files as was suggested and
everything appeared to be OK.  When I typed in a subdomain like
dev.myhost.com, it did not show up in the logs.  So, I went into the DNS
zone files and that is where I think I found the problem.  One zone file had
this line, and the other did not:
$INCLUDE pri.myhost.com.include
When I opened up this include file, it had the following wildcard line added
to it:
*.myhost.com	IN	A	205.122.50.45
This file did not exist on the secondary DNS nor was the $INCLUDE statement
in the bottom of the pri.myhost.com file.  I updated the systems to where
the DNS systems now are truly identical, and everything seems to work....for
now.
I'll post back here if I notice more DNS weirdness.
Thanks to everyone for the help.  Checking the HTTPd logs did lead me right
back to the DNS.
Thanks again,
Jeff Stone