Conflict between Domain server and external Host
-
יום חמישי 03 מאי 2012 10:01
Hello,
I'm a beginning with windows server 2008
I tried to configure a server to my small company
I have a hosting for example . www.hufa.com from hosting center, when i configured my server I named my domain hufa.com, and i configured 4 PC's to my domain hufa.com, but oupss my problem is : when i want to access to my host www.hufa.com, from all PC's in my internal network go to server!!!
anyone can resolve my problem?
thank u
כל התגובות
-
יום חמישי 03 מאי 2012 10:34
Hello,
you have chosen a bad decision with using the the same external and internal domain name. This result in split brain DNS requirements, see here about details from DNS setup:
http://msdn.microsoft.com/en-us/library/ms954396.aspx
http://msmvps.com/blogs/acefekay/archive/2009/09/07/what-s-in-an-active-directory-dns-name-choosing-a-domain-name.aspx
Best regards
Meinolf Weber
MVP, MCP, MCTS
Microsoft MVP - Directory Services
My Blog: http://msmvps.com/blogs/mweber/Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
- הוצע כתשובה על-ידי Sachin Gadhave יום שישי 04 מאי 2012 12:43
- סומן כתשובה על-ידי Tiger LiModerator יום שני 07 מאי 2012 07:12
-
יום שישי 04 מאי 2012 12:43
When query is sent to the DNS server to resolve a name the server first looks in its cache. If the name isn't in the cache and the DNS server holds any zones, it looks in those zones to try to resolve your request. The server goes to a forwarder or to the Internet only if it can't answer the request from its cache or its zones. DNS server favors the information in its zones over information it can find on the Internet.
In your case since the internal and external domain name is same the query gets resolved internally and never goes to the internet. A possible workaround would be to add an entry for the external site to the hosts file on the each server (C:\Windows\System32\drivers\etc) but that is not a good business solution. If you're in an initial testing stage I suggest you rename the internal domain and start over.
- סומן כתשובה על-ידי Tiger LiModerator יום שני 07 מאי 2012 07:12