PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win.server.dns > Resolving website with lan address of .com
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Resolving website with lan address of .com

Réponse
 
LinkBack Outils de la discussion
Vieux 07/09/2006, 16h31   #1
Joe K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Resolving website with lan address of .com

I inherited a doamin that was named landomain.com. Their website is
www.landoamin.com. They were having loacal DNS problems finding the server on
the lan. It turns out hey had the ISP as the preferred & secondary DNS
servers on the server. I changed the DNS to the local server (itself). I set
up forwarders to the ISP and all is well on the lan with the exception of
finding the company web page on the Internet from this LAN. The landomain.com
DNS is looking internally for www.landomain.com as it is looking locally and
nobody can resolve that lookup on the internet. I put the ISP DNS as a
secondary (on the server) and it doesn't make it to that if it fails
internally. The lookup fails. How can I get that one site to resolve outside
rather than inside?

Thanks in advance,
Joe K
  Réponse avec citation
Vieux 07/09/2006, 19h38   #2
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Resolving website with lan address of .com

Joe K wrote:
> I inherited a doamin that was named landomain.com. Their website is
> www.landoamin.com. They were having loacal DNS problems finding the
> server on the lan. It turns out hey had the ISP as the preferred &
> secondary DNS servers on the server. I changed the DNS to the local
> server (itself). I set up forwarders to the ISP and all is well on
> the lan with the exception of finding the company web page on the
> Internet from this LAN. The landomain.com DNS is looking internally
> for www.landomain.com as it is looking locally and nobody can resolve
> that lookup on the internet. I put the ISP DNS as a secondary (on the
> server) and it doesn't make it to that if it fails internally. The
> lookup fails. How can I get that one site to resolve outside rather
> than inside?


You will need to create a new host record named www and give it the IP
address of the website. Accessing the website by using only
http://landomain.com will not be possible, that name must resolve only the
internal addresses of all domain controllers for the \\landomain.com\SYSVOL
and \\landomain.com\NETLOGON DFS Shares.
Alternately, you can create a website on all domain controllers for
http://landomain.com and use the Home Directory tab on the website
properties sheet to redirect to http://www.landomain.com.

Under no circumstances should you use your ISP's DNS in TCP/IP properties on
any interface of any domain member, including DCs and DNS servers.

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Vieux 08/09/2006, 00h47   #3
Joe K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Resolving website with lan address of .com

"Kevin D. Goodknecht Sr. [MVP]" wrote:

> Joe K wrote:
> > I inherited a doamin that was named landomain.com. Their website is
> > www.landoamin.com. They were having loacal DNS problems finding the
> > server on the lan. It turns out hey had the ISP as the preferred &
> > secondary DNS servers on the server. I changed the DNS to the local
> > server (itself). I set up forwarders to the ISP and all is well on
> > the lan with the exception of finding the company web page on the
> > Internet from this LAN. The landomain.com DNS is looking internally
> > for www.landomain.com as it is looking locally and nobody can resolve
> > that lookup on the internet. I put the ISP DNS as a secondary (on the
> > server) and it doesn't make it to that if it fails internally. The
> > lookup fails. How can I get that one site to resolve outside rather
> > than inside?

>
> You will need to create a new host record named www and give it the IP
> address of the website. Accessing the website by using only
> http://landomain.com will not be possible, that name must resolve only the
> internal addresses of all domain controllers for the \\landomain.com\SYSVOL
> and \\landomain.com\NETLOGON DFS Shares.
> Alternately, you can create a website on all domain controllers for
> http://landomain.com and use the Home Directory tab on the website
> properties sheet to redirect to http://www.landomain.com.
>
> Under no circumstances should you use your ISP's DNS in TCP/IP properties on
> any interface of any domain member, including DCs and DNS servers.
>
> --
> Best regards,
> Kevin D. Goodknecht Sr. [MVP]
> Hope This s
> ===================================
> When responding to posts, please "Reply to Group"
> via your newsreader so that others may learn and
> benefit from your issue, to respond directly to
> me remove the nospam. from my email address.
> ===================================
> http://www.lonestaramerica.com/
> http://support.wftx.us/
> http://message.wftx.us/
> ===================================
> Use Outlook Express?... Get OE_Quotefix:
> It will strip signature out and more
> http://home.in.tum.de/~jain/software/oe-quotefix/
> ===================================
> Keep a back up of your OE settings and folders
> with OEBackup:
> http://www.oe.com/OEBackup/Default.aspx
> ===================================
>
>

Thanks Kevin,
Agreed, I don't knwo what they were thinking setting up the domain with .com
instead of .local or .lan. What I did temporarily is add an entry into the
host file on each machine pointing to the website and flushed everyone's DNS
cache. There are only 5 workstations and a Win2K Server. This resolves the
site externally & allows the DNS internally & externally to be handled by the
DC.
One more quick ??
Would changing the domain to .local mean re-doing the entire network? i.e.
domain memebership, computer & user accounts, AD, DNS etc.

thanks again
  Réponse avec citation
Vieux 08/09/2006, 03h50   #4
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Resolving website with lan address of .com

Joe K wrote:
> Thanks Kevin,
> Agreed, I don't knwo what they were thinking setting up the domain
> with .com instead of .local or .lan.


This is a purely political decision, I don't get into whether it is right or
wrong, I only give you the options you have if this is the choice they make.
I do recommend that they have a full understanding of the effects of naming
the internal and external domains the same. Most all things can be worked
around. What I said was accessing an external website by
http://landomain.com is not possible and still have GPOs and Logon/Logoff
scripts work. Internal clients must use www.landomain.com.

> What I did temporarily is add an
> entry into the host file on each machine pointing to the website and
> flushed everyone's DNS cache. There are only 5 workstations and a
> Win2K Server. This resolves the site externally & allows the DNS
> internally & externally to be handled by the DC.


Which record did you add to the Hosts file?
It makes little sense to add this to the hosts file, you may not be around
when they get a new machine, you should have just added the www record to
DNS that would have fixed it permanently.
If you added the landomain.com to the host file, you did more harm than
good, regardless if they have 5 or 5000 member workstations, group policies
are applied from the \\landomain.com\SYSVOL\landomain.com\policies share
and Logon/Logoff scripts are in the \\landomain.com\NETLOGON share, if the
domain name resolves to the website, whether in DNS or the host files they
(member workstations & users) will try to connect to the webserver to get
the GPOs and Logon/Logoff scripts.

> One more quick ??
> Would changing the domain to .local mean re-doing the entire network?
> i.e. domain memebership, computer & user accounts, AD, DNS etc.


It is possible to rename a Domain if the forest is in Windows Server 2003
Native mode, but it is not a simple process and should not be taken lightly.
I suggest you spend a few weeks studying the process before you consider
starting a domain rename.


--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Vieux 08/09/2006, 13h03   #5
Joe K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Resolving website with lan address of .com

I added the following line to the host file.
1.2.3.4 www.wewbsite.com

I would rather do it properly. In DNS do I just add a host(A) in the
localdomain zone with the same information as above?

Thanks again very much for your assistance.

"Kevin D. Goodknecht Sr. [MVP]" wrote:

> Joe K wrote:
> > Thanks Kevin,
> > Agreed, I don't knwo what they were thinking setting up the domain
> > with .com instead of .local or .lan.

>
> This is a purely political decision, I don't get into whether it is right or
> wrong, I only give you the options you have if this is the choice they make.
> I do recommend that they have a full understanding of the effects of naming
> the internal and external domains the same. Most all things can be worked
> around. What I said was accessing an external website by
> http://landomain.com is not possible and still have GPOs and Logon/Logoff
> scripts work. Internal clients must use www.landomain.com.
>
> > What I did temporarily is add an
> > entry into the host file on each machine pointing to the website and
> > flushed everyone's DNS cache. There are only 5 workstations and a
> > Win2K Server. This resolves the site externally & allows the DNS
> > internally & externally to be handled by the DC.

>
> Which record did you add to the Hosts file?
> It makes little sense to add this to the hosts file, you may not be around
> when they get a new machine, you should have just added the www record to
> DNS that would have fixed it permanently.
> If you added the landomain.com to the host file, you did more harm than
> good, regardless if they have 5 or 5000 member workstations, group policies
> are applied from the \\landomain.com\SYSVOL\landomain.com\policies share
> and Logon/Logoff scripts are in the \\landomain.com\NETLOGON share, if the
> domain name resolves to the website, whether in DNS or the host files they
> (member workstations & users) will try to connect to the webserver to get
> the GPOs and Logon/Logoff scripts.
>
> > One more quick ??
> > Would changing the domain to .local mean re-doing the entire network?
> > i.e. domain memebership, computer & user accounts, AD, DNS etc.

>
> It is possible to rename a Domain if the forest is in Windows Server 2003
> Native mode, but it is not a simple process and should not be taken lightly.
> I suggest you spend a few weeks studying the process before you consider
> starting a domain rename.
>
>
> --
> Best regards,
> Kevin D. Goodknecht Sr. [MVP]
> Hope This s
> ===================================
> When responding to posts, please "Reply to Group"
> via your newsreader so that others may learn and
> benefit from your issue, to respond directly to
> me remove the nospam. from my email address.
> ===================================
> http://www.lonestaramerica.com/
> http://support.wftx.us/
> http://message.wftx.us/
> ===================================
> Use Outlook Express?... Get OE_Quotefix:
> It will strip signature out and more
> http://home.in.tum.de/~jain/software/oe-quotefix/
> ===================================
> Keep a back up of your OE settings and folders
> with OEBackup:
> http://www.oe.com/OEBackup/Default.aspx
> ===================================
>
>
>

  Réponse avec citation
Vieux 08/09/2006, 14h57   #6
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Resolving website with lan address of .com

Joe K wrote:
> I added the following line to the host file.
> 1.2.3.4 www.wewbsite.com
>
> I would rather do it properly. In DNS do I just add a host(A) in the
> localdomain zone with the same information as above?


Yes, Open the zone, click with your right mouse button, select New host, in
the name field type www, and give it the IP of the website.

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Vieux 08/09/2006, 18h57   #7
Joe K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Resolving website with lan address of .com

Sorry for barrage of questions.

Do you mean type "www" and the IP or www.website.com and the IP

Thanks,
Joe K.

"Kevin D. Goodknecht Sr. [MVP]" wrote:

> Joe K wrote:
> > I added the following line to the host file.
> > 1.2.3.4 www.wewbsite.com
> >
> > I would rather do it properly. In DNS do I just add a host(A) in the
> > localdomain zone with the same information as above?

>
> Yes, Open the zone, click with your right mouse button, select New host, in
> the name field type www, and give it the IP of the website.
>
> --
> Best regards,
> Kevin D. Goodknecht Sr. [MVP]
> Hope This s
> ===================================
> When responding to posts, please "Reply to Group"
> via your newsreader so that others may learn and
> benefit from your issue, to respond directly to
> me remove the nospam. from my email address.
> ===================================
> http://www.lonestaramerica.com/
> http://support.wftx.us/
> http://message.wftx.us/
> ===================================
> Use Outlook Express?... Get OE_Quotefix:
> It will strip signature out and more
> http://home.in.tum.de/~jain/software/oe-quotefix/
> ===================================
> Keep a back up of your OE settings and folders
> with OEBackup:
> http://www.oe.com/OEBackup/Default.aspx
> ===================================
>
>
>

  Réponse avec citation
Vieux 08/09/2006, 19h22   #8
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Resolving website with lan address of .com

Joe K wrote:
> Sorry for barrage of questions.
>
> Do you mean type "www" and the IP or www.website.com and the IP


Just what I said, in the name field, type www, and give it the IP of the
website.


--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Vieux 08/09/2006, 20h40   #9
Joe K
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Resolving website with lan address of .com

OK Kevin, thank very much for your and your patience.

Joe

"Kevin D. Goodknecht Sr. [MVP]" wrote:

> Joe K wrote:
> > Sorry for barrage of questions.
> >
> > Do you mean type "www" and the IP or www.website.com and the IP

>
> Just what I said, in the name field, type www, and give it the IP of the
> website.
>
>
> --
> Best regards,
> Kevin D. Goodknecht Sr. [MVP]
> Hope This s
> ===================================
> When responding to posts, please "Reply to Group"
> via your newsreader so that others may learn and
> benefit from your issue, to respond directly to
> me remove the nospam. from my email address.
> ===================================
> http://www.lonestaramerica.com/
> http://support.wftx.us/
> http://message.wftx.us/
> ===================================
> Use Outlook Express?... Get OE_Quotefix:
> It will strip signature out and more
> http://home.in.tum.de/~jain/software/oe-quotefix/
> ===================================
> Keep a back up of your OE settings and folders
> with OEBackup:
> http://www.oe.com/OEBackup/Default.aspx
> ===================================
>
>
>

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 12h46.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,40166 seconds with 17 queries