Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DNS query

Status
Not open for further replies.

mojo1979

Technical User
Nov 17, 2003
138
US
Hi,

I have setup dns but not sure if it is correct - in the dns mmc, under my domain name, i only have three folders: _sites, _udp, _tcp. I thought there should be a 4th, namely _msdcs? Is this correct? If so, it is missing in my dns....

Thanks
 
Not too sure, but you might want to get netdiag.exe and dcdiag.exe (just do a search on google). They should tell you if something is wrong.
 
ok, this is what i have....

Under Forward Lookup zones i firstly have -

A folder named _msdcs.domainname.com - under this i have gc, dc, pdc and domains.

I then have a folder named 'domainname.com' - under which i have tcp, udp and sites

I take it this is correct?
 
OK, so next question is what makes you wonder if it si setup correctly? Are you having problems? Did you use the wizard to set up the AD on the DC?

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
 
Everything seems to be working, i.e. people can access internet, servers. I guess i am being paranoid because from past ewxperience I always remember there being this _msdcs folder. Perhaps in Server 2003 R2 it doesn't need to exist?

FYI, i created forward and reverse zones
 
I have also noticed that if i try to go to my company's website when I am within the internal network, that the website cannot resolve.

My domain name is mydomain.com
The website is
I guess this is where the problem is....
 
this is a very common problem that happens when you have named your AD the same as your public domain name. All you need to do to resolve this is create a host entry for give it the IP address for your web site.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
 
so I create this entry under the main 'domain name' folder, not in _tcp, _udp or _sites?
Thanks again!
 
Under the forward lookup zone. Right click and choose New A record. type the machine name and give it the IP of trhe web site. If you host the site internally, then use the Internal IP, otherwise use the public IP.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
 
Thank you Mark, you've been a great help.

Steven
 
One last question - having my domain name the same as my website will have no effect if I am installing an exchange server correct?

Thanks
 
Great thanks, just what I wanted to hear.

I've just noticed a strange dns related problem. When I am logged into the server I cannot ping either the IP or computer name of any of my users. I can ping my other servers.

However, from a users pc i can ping both the server name and server IP address...

Any ideas? (again....)

Cheers
 
mojo1979, you most likely have the Windows firewall turned on at your workstations. This will block ICMP traffic by default and not allow your clients to respond to a ping request. You can alter the firewall to allow the ping response. You should also make sure that you have set the NIC to use NetBUI over TCP/IP if you want to be able to browse to machines on the network. You will find this on the DNS tab of TCP/IP properties.

trojanman, you are hijacking the thread, please post a new thread with your question. I suggest however that you first search support.microsoft.com as this is thoroughly explained there.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
 
Thanks Mark, thought it might be that, I'll take a look tomorrow.

Cheers and thanks,

Steven
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top