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.win2000.dns > two dc and one dhcp
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
two dc and one dhcp

Réponse
 
LinkBack Outils de la discussion
Vieux 11/09/2006, 21h50   #1
Krishna
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut two dc and one dhcp

I have two DC's. Each is indiviual forests. Server A is meant for only
DNS/DHCP services. Server B is for logon, fileserver and other applications.
Now, I have a XP box which obtains IP and DNS from Server A(st.abc.net) but
cannot join Server B (efg.net). How to resolve?

Thanks
Kris


  Réponse avec citation
Vieux 11/09/2006, 22h18   #2
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

"Krishna" <k_mrNOSPAM@yahoo.com> wrote in message
news:%23K%237rPe1GHA.4632@TK2MSFTNGP03.phx.gbl...
>I have two DC's. Each is indiviual forests. Server A is meant for only
> DNS/DHCP services. Server B is for logon, fileserver and other
> applications.


Generally it is counter-productive to have two DCs but only
only one of them as a DNS server: DC replication and authentication
both require DNS so if the one with DNS is down clients will
either fail to replicate or experiencing slow logons at best.

> Now, I have a XP box which obtains IP and DNS from Server A(st.abc.net)
> but
> cannot join Server B (efg.net). How to resolve?


Server B is in an different DOMAIN?

You are going to have to clarify this since when you write
2-DCs we presume you mean in a single domain where
both should be using the same DNS-domain-name suffix
(e.g, abc.net OR efg.net but not both.)

If you really do have two domains then each will need its
own DNS ZONE (not necessarily it's 'own' DNS server but
that is common practice.)

Each domain must have that DNS zone and it must be dynamic
to support AD.

If you have more than one domain, or even just multiple DNS
zones, there must be a way for each DNS server to find ALL
such zones to make everything work.

With multiple DNS servers sets (one set for each DNS zone
to support each domain) then you need to find a way to get
from each DNS server to the "other zone" -- usually with
Win2000 you will need each DNS server to hold a 'secondary'
for the "other zone".


--
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
4) If you have more than one Domain, every DNS server must
be able to resolve ALL domains (either directly or indirectly)

netdiag /fix

....or maybe:

dcdiag /fix

(Win2003 can do this from Support tools):
nltest /dsregdns /serverC-ServerNameGoesHere
http://support.microsoft.com/kb/q260371/

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 Label domain zone names are a problem Google:
[ "SINGLE LABEL" domain names DNS 2000 | 2003 microsoft: ]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


  Réponse avec citation
Vieux 12/09/2006, 15h10   #3
Krishna
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

Herb Martin,
Thank you for the reply.

As mentioned in my post, two DC's are seperate by itself in its own forest.
Both were installed seperately. Since AD requires DNS so both DC's have DNS.
Server A purpose was to provide IP address, gateway etc (even though it has
DC users don't login to this server). On Server B, some users have to login
to access files, access applications etc. Those users when joining there
computer to Server B domain (efg.net) its not able to find. What I have done
so far is:

a. Trust setup (results in SC error, fix?) on both Servers.
b. DNS forwarders (do see SRV records) on both Servers.

What else?

Thanks


  Réponse avec citation
Vieux 12/09/2006, 17h15   #4
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

"Krishna" <k_mrNOSPAM@yahoo.com> wrote in message
news:uOyF0Un1GHA.4392@TK2MSFTNGP04.phx.gbl...
> Herb Martin,
> Thank you for the reply.
>
> As mentioned in my post, two DC's are seperate by itself in its own
> forest. Both were installed seperately. Since AD requires DNS so both DC's
> have DNS. Server A purpose was to provide IP address, gateway etc (even
> though it has DC users don't login to this server). On Server B, some
> users have to login to access files, access applications etc. Those users
> when joining there computer to Server B domain (efg.net) its not able to
> find. What I have done so far is:
>
> a. Trust setup (results in SC error, fix?) on both Servers.


No additional trusts are needed (or usually useful) in a single
forest since all domains in the forest already trust each other.

> b. DNS forwarders (do see SRV records) on both Servers.


NO.

IF you forward both DNS servers to each other you merely
create an INFINITE loop which crashes or causes errors in
the DNS service.

For Win2000, the standard answer is for EACH DNS Server
(representing EACH DOMAIN) to hold a Secondary DNS
zone for the "other DNS" server.

(There are other choices in Win2003 but these features don't
exist in Win2000.)

Make each DNS hold BOTH DNS zones (i.e., the zones for
each domain.)



--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

> What else?
>
> Thanks
>
>



  Réponse avec citation
Vieux 12/09/2006, 20h54   #5
Krishna
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

> No additional trusts are needed (or usually useful) in a single
> forest since all domains in the forest already trust each other.


They are in separate forest.

>> b. DNS forwarders (do see SRV records) on both Servers.

>
> NO.


I meant each zone is secondary zone for the other (sorry for the confusion).


  Réponse avec citation
Vieux 13/09/2006, 00h04   #6
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

"Krishna" <k_mrNOSPAM@yahoo.com> wrote in message
news:%23oxRSVq1GHA.4796@TK2MSFTNGP06.phx.gbl...
>> No additional trusts are needed (or usually useful) in a single
>> forest since all domains in the forest already trust each other.

>
> They are in separate forest.


It is generally the case that you also need "NetBIOS name resolution"
for work for EXTERNAL trusts to work. (Trusts between domains
of different forests are ALWAYS 'external' in Win2000.)

IF you have more than one subnet and you need NetBIOS then you
also have a practical need for WINS Server AND for every machine
(including DCs) to be set as WINS CLIENTS on their NIC->IP->
Advanced configuration.

>>> b. DNS forwarders (do see SRV records) on both Servers.

>>
>> NO.

>
> I meant each zone is secondary zone for the other (sorry for the
> confusion).


No "zone" can be secondary for another zone.

A SERVER can hold multiple zones and be secondary for some,
and (possibly) primary for others.

We all make the mistake of saying things like "The DNS server for
the 'first zone'" when the fact is that any DNS server can hold zones
for many different domains and zones -- it's just hard to talk about this
stuff without (imprecisely) claiming that the DNS server FROM the
'first domain' is the 'first zone DNS server'.

Truth is, DNS servers are "for" the zones they hold no matter
whether they 'live in' a particular zone or domain, or neither.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


  Réponse avec citation
Vieux 13/09/2006, 13h21   #7
Krishna
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

They are in the same subnet. How do I get the external trust work? With the
current setup when clicked on verify results in sc error.


  Réponse avec citation
Vieux 13/09/2006, 22h53   #8
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

"Krishna" <k_mrNOSPAM@yahoo.com> wrote in message
news:u7TYV8y1GHA.4476@TK2MSFTNGP02.phx.gbl...
> They are in the same subnet. How do I get the external trust work? With
> the current setup when clicked on verify results in sc error.
>


Check the NIC->IP properties -> Advanced ->WINS tab and
make sure ALL DCs have NetBIOS enabled.

Since it is a single subnet you don't need WINS Server and
they can broadcast for each other.

If this doesn't resolve the problem then break the trust and
re-establish it.

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

>



  Réponse avec citation
Vieux 14/09/2006, 14h51   #9
Krishna
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

Herb,

You are correct that I was trying via netbios name which is failing. I tried
with DNS name, resolved and working like charm. I will verify again to make
sure Netbios is enabled.
Why do I get Secure channel error in trust setup?

Thanks
Kris


  Réponse avec citation
Vieux 14/09/2006, 15h38   #10
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

"Krishna" <k_mrNOSPAM@yahoo.com> wrote in message
news:u2T2zTA2GHA.4176@TK2MSFTNGP06.phx.gbl...
> Herb,
>
> You are correct that I was trying via netbios name which is failing. I
> tried with DNS name, resolved and working like charm. I will verify again
> to make sure Netbios is enabled.
> Why do I get Secure channel error in trust setup?
>


Did you fix the NetBIOS problem yet? NetBIOS is
generally required for external trusts to work.

You really need both DNS and NetBIOS working for
this.

After that you will need to post the exact error message
and perhaps look in the Event Log for more details (numbers
etc.)


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

> Thanks
> Kris
>
>



  Réponse avec citation
Vieux 14/09/2006, 18h55   #11
Krishna
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

Herb,

NETBIOS over TCP/IP is set in both servers.

I get following error:

"The secure channel (sc) query on DC \\servernameA of domain efg.net to
domain st.abc.net failed with error: access is denied. An sc reset will now
be attempted."

"The secure channel (sc) reset on domain controller \\servername.st.abc.net
to domain efg.net failed with error:access is denied."

Thanks
Kris


  Réponse avec citation
Vieux 15/09/2006, 01h51   #12
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: two dc and one dhcp

"Krishna" <k_mrNOSPAM@yahoo.com> wrote in message
news:%23tA$BcC2GHA.2196@TK2MSFTNGP06.phx.gbl...
> Herb,
>
> NETBIOS over TCP/IP is set in both servers.
>
> I get following error:


When and where precisely do you get this error?

> "The secure channel (sc) query on DC \\servernameA of domain efg.net to
> domain st.abc.net failed with error: access is denied. An sc reset will
> now be attempted."
>
> "The secure channel (sc) reset on domain controller
> \\servername.st.abc.net to domain efg.net failed with error:access is
> denied."


Did you notice that one of those names is using the FULL
DNS name and other is not. That may be a very important
hint for the source of the problem.

Why aren't these domains in the same forest? (They almost always
should be due to the obvious parent-child DNS relationship.)

Send the IPConfig /all from the DC of EACH Domain. Send the
text to a file and paste in the ACTUAL information without editing
and in text not graphics.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

> Thanks
> Kris
>



  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 23h08.


É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,19130 seconds with 20 queries