Networking Forums

Networking Forums > Computer Networking > Windows Networking > Internal domain name conflict

Reply
Thread Tools Display Modes

Internal domain name conflict

 
 
SBS user
Guest
Posts: n/a

 
      01-29-2009, 02:50 PM
I help out with a non-profit org that is having trouble viewing their
website(which is hosted by another company) internally on their system. I
know the issue is that they named their internal domain companyname.com
instead of company.local, and their website is www.company.com. So of
course the DNS server is looking for the website on the internal system.
Are there any suggestions to remedy this problem without doing a domain
migration?

 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      01-29-2009, 03:17 PM
You have to use Split-DNS.

Since both Domain Names are spelled the same all the Split-DNS means is that
you have to enter Host Records ("A" Records) into you Zone for the resources
that are out on the Internet. when doing so use the Public IP# unless the
resource happens to be physically on your LAN with a Private IP#,...in that
case use a CNAME that points to the actual records for the Web Server on the
LAN to prevent trying to make a "U-Turn" through the firewall.

Example if the resource is physically out on the Internet:

Name Type Data
www Host (A) <proper IP#>

Example if the resource is physically on the LAN:

Name Type Data
www Alias (CNAME)
myLANservername.company.com


--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


"SBS user" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I help out with a non-profit org that is having trouble viewing their
>website(which is hosted by another company) internally on their system. I
>know the issue is that they named their internal domain companyname.com
>instead of company.local, and their website is www.company.com. So of
>course the DNS server is looking for the website on the internal system.
>Are there any suggestions to remedy this problem without doing a domain
>migration?



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      01-29-2009, 03:30 PM

"Phillip Windell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> Example if the resource is physically on the LAN:
>
> Name Type Data
> www Alias (CNAME) myLANservername.company.com


The line wrap screwed that one up.

Name Type Data
www Alias (CNAME) servername.company.com


 
Reply With Quote
 
ThePro
Guest
Posts: n/a

 
      01-29-2009, 03:55 PM
"SBS user" <(E-Mail Removed)> wrote:
>I help out with a non-profit org that is having trouble viewing their
>website(which is hosted by another company) internally on their system. I
>know the issue is that they named their internal domain companyname.com
>instead of company.local, and their website is www.company.com. So of
>course the DNS server is looking for the website on the internal system.
>Are there any suggestions to remedy this problem without doing a domain
>migration?


I will add to Philip's post that to find the IP address of the web site, you
can use nslookup with any ISP DNS server.

Example:

nslookup - 205.151.222.250
> www.company.com


will give you the IP address of you web site. You can than add a Host record
with the address in your local DNS server.

ThePro

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      01-29-2009, 03:57 PM
SBS user <(E-Mail Removed)> wrote:
> I help out with a non-profit org that is having trouble viewing their
> website(which is hosted by another company) internally on their
> system. I know the issue is that they named their internal domain
> companyname.com instead of company.local, and their website is
> www.company.com. So of course the DNS server is looking for the
> website on the internal system. Are there any suggestions to remedy
> this problem without doing a domain migration?


This is a no-brainer. Just add a host record for www in their internal DNS
server's forward lookup zone for company.com - and assign it the public IP
used for the website.

Note that SBS questions are best posted in m.p.windows.server.sbs - although
this particular one isn't SBS specific, there are many things you have to do
differently in SBS. So it's good to at least crosspost there.


 
Reply With Quote
 
SBS user
Guest
Posts: n/a

 
      02-02-2009, 04:46 PM
Thanks so much for the help!

"Lanwench [MVP - Exchange]"
<(E-Mail Removed) hoo.com> wrote in message
news:(E-Mail Removed)...
> SBS user <(E-Mail Removed)> wrote:
>> I help out with a non-profit org that is having trouble viewing their
>> website(which is hosted by another company) internally on their
>> system. I know the issue is that they named their internal domain
>> companyname.com instead of company.local, and their website is
>> www.company.com. So of course the DNS server is looking for the
>> website on the internal system. Are there any suggestions to remedy
>> this problem without doing a domain migration?

>
> This is a no-brainer. Just add a host record for www in their internal DNS
> server's forward lookup zone for company.com - and assign it the public IP
> used for the website.
>
> Note that SBS questions are best posted in m.p.windows.server.sbs -
> although this particular one isn't SBS specific, there are many things you
> have to do differently in SBS. So it's good to at least crosspost there.
>


 
Reply With Quote
 
SBS user
Guest
Posts: n/a

 
      02-02-2009, 04:47 PM
Thanks so much for the help!

"ThePro" <(E-Mail Removed)> wrote in message
news:0DC01DD4-701A-4704-99B1-(E-Mail Removed)...
> "SBS user" <(E-Mail Removed)> wrote:
>>I help out with a non-profit org that is having trouble viewing their
>>website(which is hosted by another company) internally on their system. I
>>know the issue is that they named their internal domain companyname.com
>>instead of company.local, and their website is www.company.com. So of
>>course the DNS server is looking for the website on the internal system.
>>Are there any suggestions to remedy this problem without doing a domain
>>migration?

>
> I will add to Philip's post that to find the IP address of the web site,
> you can use nslookup with any ISP DNS server.
>
> Example:
>
> nslookup - 205.151.222.250
>> www.company.com

>
> will give you the IP address of you web site. You can than add a Host
> record with the address in your local DNS server.
>
> ThePro


 
Reply With Quote
 
SBS user
Guest
Posts: n/a

 
      02-02-2009, 04:47 PM
Thanks so much for the help!

"Phillip Windell" <(E-Mail Removed)> wrote in message
news:OZW%(E-Mail Removed)...
>
> "Phillip Windell" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>> Example if the resource is physically on the LAN:
>>
>> Name Type Data
>> www Alias (CNAME) myLANservername.company.com

>
> The line wrap screwed that one up.
>
> Name Type Data
> www Alias (CNAME) servername.company.com
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ping internal host name but return public domain address Antonia Windows Networking 6 07-09-2007 02:20 PM
Changing Internal Domain Name Dennis Windows Networking 6 03-28-2007 12:27 AM
VPN and Domain logon conflict Johnny Rio Windows Networking 1 01-31-2006 10:01 PM
Internal VPN Clients Can Still See Domain Objects After Disconnect Lee Windows Networking 1 09-08-2005 02:18 AM
How best to route internal clients to internal web server? Captain Dondo Linux Networking 5 03-02-2005 08:13 AM



1 2 3 4 5 6 7 8 9 10 11