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 > DNS for Internal domain
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
DNS for Internal domain

Réponse
 
LinkBack Outils de la discussion
Vieux 07/04/2008, 13h38   #1
NewToTechnet
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut DNS for Internal domain

Our setup is as follows:

our internal dns is mydomain.local
our external domain us mydomain.gov.uk

We have a leased line connecting us directly (Firewall to Firewall) to
another organisations network where we access some shared services in
particlar a Website. http://site.otherorg.gov.uk. This website is only
available via the dedicated leased line and not the internet.

We have up until now been using host files on each users individual PC that
resolves the site to the internal address 172.x.x.x.

I would now like to centralise this and have my Active Directory Intergrated
DNS perform the name resolutiion.

I have created a new zone "otherorg .gov.uk" then added an "A" record for
the site to resolve to 172.x.x.x which works fine, my problem is that
otherorg.gov.uk has a number of websites that are only accessable via the
internet so once I have created a zone for otherorg.gov.uk no one on the
internal network can access any of the other web site (such as
www.otherorg.gov.uk) unless I create an "A" record that resolves to the
internet address i.e 195.x.x.x. Unfortunately otherorg.gov.uk has a large
number of additional sites such as www1.otherorg.gov.uk,
www2.otherorg.gov.uk, www3.otherorg.gov.uk and so to have to create a manual
entry in my AD DNS would be pain.


So my questiion is how do I create an entry in my Active Directory"
intergrated DNS that will resolve one site for a domain, however will not
affect name resolution for any other sites in that domain.

Thanks in advance
  Réponse avec citation
Vieux 07/04/2008, 14h25   #2
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS for Internal domain

Read inline please.

In news:7EF46138-F9CB-4708-B41C-4B81DF00A51E@microsoft.com,
NewToTechnet <NewToTechnet@discussions.microsoft.com> typed:
> Our setup is as follows:
>
> our internal dns is mydomain.local
> our external domain us mydomain.gov.uk
>
> We have a leased line connecting us directly (Firewall to Firewall) to
> another organisations network where we access some shared services in
> particlar a Website. http://site.otherorg.gov.uk. This website is
> only available via the dedicated leased line and not the internet.
>
> We have up until now been using host files on each users individual
> PC that resolves the site to the internal address 172.x.x.x.
>
> I would now like to centralise this and have my Active Directory
> Intergrated DNS perform the name resolutiion.
>
> I have created a new zone "otherorg .gov.uk" then added an "A" record
> for the site to resolve to 172.x.x.x which works fine, my problem is
> that otherorg.gov.uk has a number of websites that are only
> accessable via the internet so once I have created a zone for
> otherorg.gov.uk no one on the internal network can access any of the
> other web site (such as www.otherorg.gov.uk) unless I create an "A"
> record that resolves to the internet address i.e 195.x.x.x.
> Unfortunately otherorg.gov.uk has a large number of additional sites
> such as www1.otherorg.gov.uk, www2.otherorg.gov.uk,
> www3.otherorg.gov.uk and so to have to create a manual entry in my AD
> DNS would be pain.
>
>
> So my questiion is how do I create an entry in my Active Directory"
> intergrated DNS that will resolve one site for a domain, however will
> not affect name resolution for any other sites in that domain.
>
> Thanks in advance


There are two ways you can do this, Conditional Forwarder or Stub zone.
To set up conditional forwarding, go to the Forwarders tab on the DNS
server's properties sheet. Under DNS domain: click "New" type in
otherorg.gov.uk, then enter the IP addresses for their DNS servers.
For a Stub zone, create a new Forward lookup zone, selecting Stub zone as
the type of zone, name it with the actual zone name used by the other org.
probably otherorg.gov.uk, enter the IP address of at least one of their
servers. When the zone is complete, it should transfer the NS records and
glue (A) records for the NS records.
I would probably stay with conditional forwarding in this situation. Both of
these resolutions require that their DNS contain all the records you will
ever need for access, including MX records, should you need to send mail to
their domain.



--
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 09/04/2008, 16h21   #3
NewToTechnet
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS for Internal domain

Kevin,

Many thanks for your response. Unfortunately this will not work as we will
not have access to otherorg.gov.uk internal DNS records as they will be
NAT'ed to internal IP addresses and non qualified domain names.

One approrach I though I may be able to take is create a zone for
"site.otherorg.gov.uk" rather than "otherorg.gov.uk" then create a blank a
record in that zone i.e leave the name field blank so that is uses the same
as the parent domain then type in the IP address of the actual site I am
trying to resolve.

I have tried this and it so far appears to have worked, however I feel that
this may be a little messy and would not be a receommened solution.

Are there any reasons why we should not perform name resultion in this way?

Can you think of another solution to my issue?

Thanks again for your response.


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

> Read inline please.
>
> In news:7EF46138-F9CB-4708-B41C-4B81DF00A51E@microsoft.com,
> NewToTechnet <NewToTechnet@discussions.microsoft.com> typed:
> > Our setup is as follows:
> >
> > our internal dns is mydomain.local
> > our external domain us mydomain.gov.uk
> >
> > We have a leased line connecting us directly (Firewall to Firewall) to
> > another organisations network where we access some shared services in
> > particlar a Website. http://site.otherorg.gov.uk. This website is
> > only available via the dedicated leased line and not the internet.
> >
> > We have up until now been using host files on each users individual
> > PC that resolves the site to the internal address 172.x.x.x.
> >
> > I would now like to centralise this and have my Active Directory
> > Intergrated DNS perform the name resolutiion.
> >
> > I have created a new zone "otherorg .gov.uk" then added an "A" record
> > for the site to resolve to 172.x.x.x which works fine, my problem is
> > that otherorg.gov.uk has a number of websites that are only
> > accessable via the internet so once I have created a zone for
> > otherorg.gov.uk no one on the internal network can access any of the
> > other web site (such as www.otherorg.gov.uk) unless I create an "A"
> > record that resolves to the internet address i.e 195.x.x.x.
> > Unfortunately otherorg.gov.uk has a large number of additional sites
> > such as www1.otherorg.gov.uk, www2.otherorg.gov.uk,
> > www3.otherorg.gov.uk and so to have to create a manual entry in my AD
> > DNS would be pain.
> >
> >
> > So my questiion is how do I create an entry in my Active Directory"
> > intergrated DNS that will resolve one site for a domain, however will
> > not affect name resolution for any other sites in that domain.
> >
> > Thanks in advance

>
> There are two ways you can do this, Conditional Forwarder or Stub zone.
> To set up conditional forwarding, go to the Forwarders tab on the DNS
> server's properties sheet. Under DNS domain: click "New" type in
> otherorg.gov.uk, then enter the IP addresses for their DNS servers.
> For a Stub zone, create a new Forward lookup zone, selecting Stub zone as
> the type of zone, name it with the actual zone name used by the other org.
> probably otherorg.gov.uk, enter the IP address of at least one of their
> servers. When the zone is complete, it should transfer the NS records and
> glue (A) records for the NS records.
> I would probably stay with conditional forwarding in this situation. Both of
> these resolutions require that their DNS contain all the records you will
> ever need for access, including MX records, should you need to send mail to
> their domain.
>
>
>
> --
> 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 18h47.


É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,13873 seconds with 11 queries