Active Directory and DNS of my ISP
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Active Directory and DNS of my ISP

 
Post new topic   Reply to topic    Windows Server Forum Index -> DNS
Author Message
jangar
Guest





Posted: Tue Jan 18, 2005 8:01 am    Post subject: Active Directory and DNS of my ISP Reply with quote

Hello,

i'd ask if it is possible install Active Directory/DNS with dynamic dns
services of DynDNS.org
I have a lan composited by:

5 "PC" Window XP SP2
1 "Server" Windows 2000 Advanced Server (ENG)
1 "Router"/Switch ADSL U.S. Robotics Sureconnect
1 ADSL connection with dynamic IP.

I activated DynDNS.org becouse i have the necessity to public any services
by my "Server" and i created a third level domain name on DynDNS.org,

ex: mydoamin.dyndns.org

and i configure the firewall of my router to forwad the traffic of its port
NN to port NN of "Server" and until now it's ok. ;-)

Now, i must install and configure Active Direcotory on my "Server". This
must to become th PDC of LAN and the DNS configured in way to resolve the
name of hosts in the LAN and resolve the external name for PCs of LAN
forwading with DNSs of my ISP.
I don't understand if the name of my domain must to be equal to domain
mydomain.dyndns.org and other things on configuring DNS.

Someone can help me and to explain to me like making?

!!!!!!!!!!!!!! Thank you !!!!!!!!!!!!!!
Back to top
Herb Martin
Guest





Posted: Tue Jan 18, 2005 8:46 am    Post subject: Re: Active Directory and DNS of my ISP Reply with quote

"jangar" <jangar@discussions.microsoft.com> wrote in message
news:3B729572-2D0E-43E4-BA96-C41F6706C778@microsoft.com...
Quote:
Hello,

i'd ask if it is possible install Active Directory/DNS with dynamic dns
services of DynDNS.org
I have a lan composited by:

No, and it isn't worth the trouble even if you could find
a service that ran a Windows DDNS.

Quote:
5 "PC" Window XP SP2
1 "Server" Windows 2000 Advanced Server (ENG)
1 "Router"/Switch ADSL U.S. Robotics Sureconnect
1 ADSL connection with dynamic IP.

I activated DynDNS.org becouse i have the necessity to public any services
by my "Server" and i created a third level domain name on DynDNS.org,

Public (external) and Internal DNS should be maintained
separately in any case.

Quote:
ex: mydoamin.dyndns.org

You are confusing a service designed largely to solve the
Internet-Dynamic IP address problem, with a service that
will allow you DCs and their clients to replicate and
authenticate.

Since you already have a DC -- when you have AD -- the
simplest is to just put DNS on the DC for internal user.

Quote:
Someone can help me and to explain to me like making?

Leave your public DNS at the Registrar.
Use dynDNS.org to supplement it ONLY if you
have public machines with DHCP assigned addresses.

For internal (AD) DNS here are the basics:

DNS for AD
1) Dynamic for the zone supporting AD
2) All internal DNS clients NIC\IP properties must specify SOLELY
that internal, dynamic DNS server (set.)
3) DCs and even DNS servers are DNS clients too -- see #2

Restart NetLogon on any DC if you change any of the above that
affects a DC and/or use:

nltest /dsregdns /server:DC-ServerNameGoesHere

Ensure that DNS zones/domains are fully replicated to all DNS
servers for that (internal) zone/domain.

Also useful may be running DCDiag on each DC, sending the
output to a text file, and searching for FAIL, ERROR, WARN.

Single Lable domain zone names are a problem Google:
[ "SINGLE LABEL" domain names DNS 2000 | 2003 microsoft: ]

--
Herb Martin


"jangar" <jangar@discussions.microsoft.com> wrote in message
news:3B729572-2D0E-43E4-BA96-C41F6706C778@microsoft.com...
Quote:
Hello,

i'd ask if it is possible install Active Directory/DNS with dynamic dns
services of DynDNS.org
I have a lan composited by:

5 "PC" Window XP SP2
1 "Server" Windows 2000 Advanced Server (ENG)
1 "Router"/Switch ADSL U.S. Robotics Sureconnect
1 ADSL connection with dynamic IP.

I activated DynDNS.org becouse i have the necessity to public any services
by my "Server" and i created a third level domain name on DynDNS.org,

ex: mydoamin.dyndns.org

and i configure the firewall of my router to forwad the traffic of its
port
NN to port NN of "Server" and until now it's ok. ;-)

Now, i must install and configure Active Direcotory on my "Server". This
must to become th PDC of LAN and the DNS configured in way to resolve the
name of hosts in the LAN and resolve the external name for PCs of LAN
forwading with DNSs of my ISP.
I don't understand if the name of my domain must to be equal to domain
mydomain.dyndns.org and other things on configuring DNS.

Someone can help me and to explain to me like making?

!!!!!!!!!!!!!! Thank you !!!!!!!!!!!!!!
Back to top
Kevin D. Goodknecht Sr. [
Guest





Posted: Tue Jan 18, 2005 8:46 am    Post subject: Re: Active Directory and DNS of my ISP Reply with quote

In news:3B729572-2D0E-43E4-BA96-C41F6706C778@microsoft.com,
jangar <jangar@discussions.microsoft.com> commented
Then Kevin replied below:

Quote:
I don't understand if the name of my domain must to be
equal to domain mydomain.dyndns.org and other things on
configuring DNS.

Someone can help me and to explain to me like making?

There is and should be no relationship between your internal AD domain name
and any public domain that you do not own.

Even if you own a public domain the relationship stops at the firewall and
should preferably be different names. If they are the same name any names
used on the public side of your router/firewall will overlap your internal
domain because the are two different namespaces holding the same name. Any
hosts on the public side that need access from the private side will have to
be added to the internal namespace.

If you own a public domain name I would suggest that the internal domain
name be of a third level of the public name if you have any external clients
connecting by a VPN.



--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
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/
===================================
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.oehelp.com/OEBackup/Default.aspx
===================================
Back to top
jangar
Guest





Posted: Wed Jan 19, 2005 1:35 am    Post subject: Re: Active Directory and DNS of my ISP Reply with quote

I tested the procedure qith an evaluetion copy of Windows Server 2003 EE and
the utility "Server Management" it's very easy to use. In fact i created new
domain named

mydomain.local

and setting the Dns's IP to forward the query for external domain.
Now in the Cache showed in the DNS snap-in there are some branchs represent
the domain .it .com .net .org. In this last one it is the dyndns(.org) domain
and in its self any domains that my clients queried to "Server" so like in
the (.it) first branch there are the domains queried from my Clients. It's
right?
The structure of my DNS is:
"_msdcs.mydomain.local":
|--->dc,
|--->domains,
|--->gc,
|--->pdc
"mydomain.local":
|--->_msdcs,
|--->_sites,
|--->_tcp,
|--->_udp,
|--->DomainDnsZones,
|--->ForestDnsZones,
|--->TAPI3Direcotry

Whenever it seems that work fine. But!?!?!?

Help me!

----------------

I attempted to make some thing on Windows 2000 AS, but with the build of
active directory was configured the dns with follow brach:
"Forward lookup zone"
|--->mydomain.local
|--->_msdcs,
|--->dc,
|--->domains,
|--->gc,
|--->pdc
|--->_sites,
Default-First-Site-Name
|--->_tcp
|--->_tcp
|--->_udp
"Reverse lookup zone": empty

I have set the DNS's IP in tab Forwaders.

What i must to do?

Help me

------------------

Thank's

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

Quote:
In news:3B729572-2D0E-43E4-BA96-C41F6706C778@microsoft.com,
jangar <jangar@discussions.microsoft.com> commented
Then Kevin replied below:

I don't understand if the name of my domain must to be
equal to domain mydomain.dyndns.org and other things on
configuring DNS.

Someone can help me and to explain to me like making?

There is and should be no relationship between your internal AD domain name
and any public domain that you do not own.

Even if you own a public domain the relationship stops at the firewall and
should preferably be different names. If they are the same name any names
used on the public side of your router/firewall will overlap your internal
domain because the are two different namespaces holding the same name. Any
hosts on the public side that need access from the private side will have to
be added to the internal namespace.

If you own a public domain name I would suggest that the internal domain
name be of a third level of the public name if you have any external clients
connecting by a VPN.



--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
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/
===================================
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.oehelp.com/OEBackup/Default.aspx
===================================


Back to top
jangar
Guest





Posted: Wed Jan 19, 2005 1:35 am    Post subject: Re: Active Directory and DNS of my ISP Reply with quote

I tested the procedure qith an evaluetion copy of Windows Server 2003 EE and
the utility "Server Management" it's very easy to use. In fact i created new
domain named

mydomain.local

and setting the Dns's IP to forward the query for external domain.
Now in the Cache showed in the DNS snap-in there are some branchs represent
the domain .it .com .net .org. In this last one it is the dyndns(.org) domain
and in its self any domains that my clients queried to "Server" so like in
the (.it) first branch there are the domains queried from my Clients. It's
right?
The structure of my DNS is:
"_msdcs.mydomain.local":
|--->dc,
|--->domains,
|--->gc,
|--->pdc
"mydomain.local":
|--->_msdcs,
|--->_sites,
|--->_tcp,
|--->_udp,
|--->DomainDnsZones,
|--->ForestDnsZones,
|--->TAPI3Direcotry

Whenever it seems that work fine. But!?!?!?

Help me!

----------------

I attempted to make some thing on Windows 2000 AS, but with the build of
active directory was configured the dns with follow brach:
"Forward lookup zone"
|--->mydomain.local
|--->_msdcs,
|--->dc,
|--->domains,
|--->gc,
|--->pdc
|--->_sites,
Default-First-Site-Name
|--->_tcp
|--->_tcp
|--->_udp
"Reverse lookup zone": empty

I have set the DNS's IP in tab Forwaders.

What i must to do?

Help me

------------------

Thank's

"Herb Martin" wrote:

Quote:
"jangar" <jangar@discussions.microsoft.com> wrote in message
news:3B729572-2D0E-43E4-BA96-C41F6706C778@microsoft.com...
Hello,

i'd ask if it is possible install Active Directory/DNS with dynamic dns
services of DynDNS.org
I have a lan composited by:

No, and it isn't worth the trouble even if you could find
a service that ran a Windows DDNS.

5 "PC" Window XP SP2
1 "Server" Windows 2000 Advanced Server (ENG)
1 "Router"/Switch ADSL U.S. Robotics Sureconnect
1 ADSL connection with dynamic IP.

I activated DynDNS.org becouse i have the necessity to public any services
by my "Server" and i created a third level domain name on DynDNS.org,

Public (external) and Internal DNS should be maintained
separately in any case.

ex: mydoamin.dyndns.org

You are confusing a service designed largely to solve the
Internet-Dynamic IP address problem, with a service that
will allow you DCs and their clients to replicate and
authenticate.

Since you already have a DC -- when you have AD -- the
simplest is to just put DNS on the DC for internal user.

Someone can help me and to explain to me like making?

Leave your public DNS at the Registrar.
Use dynDNS.org to supplement it ONLY if you
have public machines with DHCP assigned addresses.

For internal (AD) DNS here are the basics:

DNS for AD
1) Dynamic for the zone supporting AD
2) All internal DNS clients NIC\IP properties must specify SOLELY
that internal, dynamic DNS server (set.)
3) DCs and even DNS servers are DNS clients too -- see #2

Restart NetLogon on any DC if you change any of the above that
affects a DC and/or use:

nltest /dsregdns /server:DC-ServerNameGoesHere

Ensure that DNS zones/domains are fully replicated to all DNS
servers for that (internal) zone/domain.

Also useful may be running DCDiag on each DC, sending the
output to a text file, and searching for FAIL, ERROR, WARN.

Single Lable domain zone names are a problem Google:
[ "SINGLE LABEL" domain names DNS 2000 | 2003 microsoft: ]

--
Herb Martin


"jangar" <jangar@discussions.microsoft.com> wrote in message
news:3B729572-2D0E-43E4-BA96-C41F6706C778@microsoft.com...
Hello,

i'd ask if it is possible install Active Directory/DNS with dynamic dns
services of DynDNS.org
I have a lan composited by:

5 "PC" Window XP SP2
1 "Server" Windows 2000 Advanced Server (ENG)
1 "Router"/Switch ADSL U.S. Robotics Sureconnect
1 ADSL connection with dynamic IP.

I activated DynDNS.org becouse i have the necessity to public any services
by my "Server" and i created a third level domain name on DynDNS.org,

ex: mydoamin.dyndns.org

and i configure the firewall of my router to forwad the traffic of its
port
NN to port NN of "Server" and until now it's ok. ;-)

Now, i must install and configure Active Direcotory on my "Server". This
must to become th PDC of LAN and the DNS configured in way to resolve the
name of hosts in the LAN and resolve the external name for PCs of LAN
forwading with DNSs of my ISP.
I don't understand if the name of my domain must to be equal to domain
mydomain.dyndns.org and other things on configuring DNS.

Someone can help me and to explain to me like making?

!!!!!!!!!!!!!! Thank you !!!!!!!!!!!!!!


Back to top
Herb Martin
Guest





Posted: Wed Jan 19, 2005 3:10 am    Post subject: Re: Active Directory and DNS of my ISP Reply with quote

You are going to need to clarify - I wasn't able to ascertain
your current problem.

What isn't working? How? When?

--
Herb Martin


"jangar" <jangar@discussions.microsoft.com> wrote in message
news:C9DE3EE9-46CA-4C94-888B-8FFD2F52066B@microsoft.com...
Quote:
I tested the procedure qith an evaluetion copy of Windows Server 2003 EE
and
the utility "Server Management" it's very easy to use. In fact i created
new
domain named

mydomain.local

and setting the Dns's IP to forward the query for external domain.
Now in the Cache showed in the DNS snap-in there are some branchs
represent
the domain .it .com .net .org. In this last one it is the dyndns(.org)
domain
and in its self any domains that my clients queried to "Server" so like in
the (.it) first branch there are the domains queried from my Clients. It's
right?
The structure of my DNS is:
"_msdcs.mydomain.local":
|--->dc,
|--->domains,
|--->gc,
|--->pdc
"mydomain.local":
|--->_msdcs,
|--->_sites,
|--->_tcp,
|--->_udp,
|--->DomainDnsZones,
|--->ForestDnsZones,
|--->TAPI3Direcotry

Whenever it seems that work fine. But!?!?!?

Help me!

----------------

I attempted to make some thing on Windows 2000 AS, but with the build of
active directory was configured the dns with follow brach:
"Forward lookup zone"
|--->mydomain.local
|--->_msdcs,
|--->dc,
|--->domains,
|--->gc,
|--->pdc
|--->_sites,
Default-First-Site-Name
|--->_tcp
|--->_tcp
|--->_udp
"Reverse lookup zone": empty

I have set the DNS's IP in tab Forwaders.

What i must to do?

Help me

------------------

Thank's

"Herb Martin" wrote:

"jangar" <jangar@discussions.microsoft.com> wrote in message
news:3B729572-2D0E-43E4-BA96-C41F6706C778@microsoft.com...
Hello,

i'd ask if it is possible install Active Directory/DNS with dynamic
dns
services of DynDNS.org
I have a lan composited by:

No, and it isn't worth the trouble even if you could find
a service that ran a Windows DDNS.

5 "PC" Window XP SP2
1 "Server" Windows 2000 Advanced Server (ENG)
1 "Router"/Switch ADSL U.S. Robotics Sureconnect
1 ADSL connection with dynamic IP.

I activated DynDNS.org becouse i have the necessity to public any
services
by my "Server" and i created a third level domain name on DynDNS.org,

Public (external) and Internal DNS should be maintained
separately in any case.

ex: mydoamin.dyndns.org

You are confusing a service designed largely to solve the
Internet-Dynamic IP address problem, with a service that
will allow you DCs and their clients to replicate and
authenticate.

Since you already have a DC -- when you have AD -- the
simplest is to just put DNS on the DC for internal user.

Someone can help me and to explain to me like making?

Leave your public DNS at the Registrar.
Use dynDNS.org to supplement it ONLY if you
have public machines with DHCP assigned addresses.

For internal (AD) DNS here are the basics:

DNS for AD
1) Dynamic for the zone supporting AD
2) All internal DNS clients NIC\IP properties must specify SOLELY
that internal, dynamic DNS server (set.)
3) DCs and even DNS servers are DNS clients too -- see #2

Restart NetLogon on any DC if you change any of the above that
affects a DC and/or use:

nltest /dsregdns /server:DC-ServerNameGoesHere

Ensure that DNS zones/domains are fully replicated to all DNS
servers for that (internal) zone/domain.

Also useful may be running DCDiag on each DC, sending the
output to a text file, and searching for FAIL, ERROR, WARN.

Single Lable domain zone names are a problem Google:
[ "SINGLE LABEL" domain names DNS 2000 | 2003 microsoft: ]

--
Herb Martin


"jangar" <jangar@discussions.microsoft.com> wrote in message
news:3B729572-2D0E-43E4-BA96-C41F6706C778@microsoft.com...
Hello,

i'd ask if it is possible install Active Directory/DNS with dynamic
dns
services of DynDNS.org
I have a lan composited by:

5 "PC" Window XP SP2
1 "Server" Windows 2000 Advanced Server (ENG)
1 "Router"/Switch ADSL U.S. Robotics Sureconnect
1 ADSL connection with dynamic IP.

I activated DynDNS.org becouse i have the necessity to public any
services
by my "Server" and i created a third level domain name on DynDNS.org,

ex: mydoamin.dyndns.org

and i configure the firewall of my router to forwad the traffic of its
port
NN to port NN of "Server" and until now it's ok. ;-)

Now, i must install and configure Active Direcotory on my "Server".
This
must to become th PDC of LAN and the DNS configured in way to resolve
the
name of hosts in the LAN and resolve the external name for PCs of LAN
forwading with DNSs of my ISP.
I don't understand if the name of my domain must to be equal to domain
mydomain.dyndns.org and other things on configuring DNS.

Someone can help me and to explain to me like making?

!!!!!!!!!!!!!! Thank you !!!!!!!!!!!!!!


Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> DNS All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB