DNS Question: Windows Server 2008
You can host
companyuk.com DNS zone on your internal DNS sever and create a record for WEB
with internal IP address.
Santhosh Sivarajan | MCTS, MCSE (W2K3/W2K/NT4), MCSA (W2K3/W2K/MSG), CCNA, Network+ Houston, TX
Blogs - http://blogs.sivarajan.com/
Articles - http://www.sivarajan.com/publications.html
Twitter: @santhosh_sivara - http://twitter.com/santhosh_sivara
This posting is provided AS IS with no warranties,and confers no rights.
June 14th, 2011 11:36am
The short answer is yes.
You need to have a zone for web.companyuk.com on your internal DNS servers. Then, you'll need to ensure that you have the host (A) record(s) created that point to the internal IP address. However, one important point. As soon as you put web.companyuk.com
(and thus, companyuk.com) on your internal DNS servers, internal users will no longer be able to resolve any hosts that are not specifically listed in the zones. Whereas today, they are resolving all hosts listed in the external zone.
Today, it sounds like you have one set of DNS servers for external which host companyuk.com. And you have one set of DNS servers for company.com.
Let's assume you have 3 host records in companyuk.com:
host1 at x.x.x.x (public IP)
host2 at x.x.x.y (public IP)
host3 at x.x.x.z (public IP)
If you had companyuk.com to your internal DNS servers (residing side by side with the company.com zone), you must add all 3 of those host records to your internal zone (even if your only intention is to alter the behavior of one of the host records).
In your case, if you want clients to continue to use the public IP for host2 and host3, you might add host1 internally and point it to the internal IP while adding host2 and host3 to match what they are on the external DNS servers.
The end result of this proposed configuration is what many call split DNS (a single zone hosted internally with one set of records while also hosted externally [records may or may not be the same]).
Hope that helps.
Brian
Free Windows Admin Tool Kit Click here and download it now
June 14th, 2011 11:44am
Hi,
"Problem" with hosting your external domain is than you have to create and maintain all records associed with it...http://blog.simaju.fr - Partage de connaissances et retour d'expriences.
June 14th, 2011 12:03pm
Good afternoon. Would someone be kind enough to assist me with a DNS query?
My public domain name is "companyuk.com" and my internal domain name is "company.com"
I have a webserver on the public domain called "web.companyuk.com" which is called "web.company.com" internally on the local domain.
Accessing the internal name internally and the external name externally works absolutely fine without problem. Is there anyway I can get clients from my LAN to use the external name "web.companyuk.com" and have it resolve to an internal address within "company.com"?
Any assistance is greatly appreciated.
Free Windows Admin Tool Kit Click here and download it now
June 14th, 2011 12:23pm
Hello,
you can proceed like that:
Create a primary DNS zone named web.companyuk.com Create an empty A record that points to the private IP address of the web server
Once done, make sure that your client computers points to the correct DNS server and then use
nslookup to check that all is okay.
This
posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Microsoft
Student Partner 2010 / 2011
Microsoft Certified
Professional
Microsoft Certified
Systems Administrator: Security
Microsoft Certified
Systems Engineer: Security
Microsoft Certified
Technology Specialist: Windows Server 2008 Active Directory, Configuration
Microsoft Certified
Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration
Microsoft Certified
Technology Specialist: Windows Server 2008 Applications Infrastructure, Configuration
Microsoft Certified
Technology Specialist: Windows 7, Configuring
Microsoft Certified
IT Professional: Enterprise Administrator
June 14th, 2011 1:27pm
Many Thanks to all of you for such short and to the point answers. This is now working. Please all have a virtual beer on me.
Kindest Regards
Free Windows Admin Tool Kit Click here and download it now
June 15th, 2011 2:42am