In
Joe M said:
Thanks Ace, entering www as A records does DNS resolve names better.
Why the heck is CNAME record type use then, what for when A record
host works much better??
William, what's the correct nslookup syntax to use to test out
www.mydomain.com queries??
eg. nslookup: ls
www.mydomain.com ???
Where do I find [dig] executable??
Joe, CNAMES are used to reference one FQDN to point to another. They can
cause confusion, do not follow MX records RFC recommendations, and cause
issues with web services if using host headers. I try to stay away from
them. Not saying they are wrong to use, matter of fact Microsoft uses one
for the
www.microsoft.com site which points to
www.microsoft.akadns.net. As
long as the host header is
www.microsoft.akadns.net, then it will work. I
figured you had your host header based on your A records, so I went with
that, otherwise you would needed to reconfigure your sites, unless there's
just that one site on the machine. It was a WAG.
nslookup
set type=all
domain.com
or try
www.domain.com
try those two and see what order they pop up in the results.
Dig is part of the ISC BIND DNS server installation. Just download BIND 9.2
from
www.isc.net and extract it without setting up the services. Then go to
that folder and you can use it.
dig @yourDNSipAddress yourdomain.com any
But William is better with DIG than I am, so he may suggest a different
query.
Cheers!
--
Regards,
Ace
Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.
Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory