PC Review


Reply
Thread Tools Rate Thread

Can't establish trust between W2K AD domains

 
 
Joe Dougherty
Guest
Posts: n/a
 
      25th Aug 2003
Hello, all;

I'm struggling with something and I can seem to find the problem, so I
seek advice and wisdom.

I have two W2K domains on the same physical network.They also share the
same IP network. Both have AD fully installed, along with DNS. Here's the
basic configuration:

olddom.joe.com: two AD DCs
newdom.joe.com: one AD DC.
These are not child domains of one another. The master controller for
olddom is dc1.olddom.joe.com.
The master for newdom is dc2.newdom.joe com.

These domains were configured in different places, and the goal was to
keep tham as separate domains in different forests, since olddom will
eventually go away. My assumption was that we should have no trouble setting
up a trust between them.

Here's the problem. When I use the AD trusts tool to establish the
exyernal trusts between the two domains, newdom seems to be okay connecting
to olddom, but the reverse doesn't work. No matter how I've tried to set up
the trust, newdom cannot contact the DC on newdom. The neddom DC adds the
trust of olddom to its configuration in the AD Trusts tool, but I can't get
the other side of the trust to establish. The most common error I see is
"Access to the domain newdom is denied. Check that the password is correct
and try again."


Here's what I've done to troubleshoot:
1. Checked all DNS. Each DC has DNS installed and running. I have
configured each DC's DNS to see the other DC's zones.
2. Each machine can ping the other machine.
3. Each machine resolves the other using nslookup.
4. I wrote an LMHosts file for newdom and installed in on the DC.
Nbtstat shows the DC, but olddom still can't see it.
5. I did some testing with nltest from the old NT4 Resource kit. When I
run queried on newdom from the DC of olddom, I get some confusing results.
NLtest can get the name and the DC list from newdom:
----------------------------------------------------
C:\nt-tool>nltest /dcname:newdom
PDC for Domain newdom is \\MIDDSFAC
The command completed successfully

C:\nt-tool>nltest /dclist:newdom
List of DCs in Domain newdom
\\MIDDSFAC (PDC)
The command completed successfully
-----------------------------------------------------

However, when I attempte to query or reset the sceure channel, I get the
following.
-----------------------------------------------------
C:\nt-tool>nltest /sc_query:newdom
I_NetLogonControl failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN

C:\nt-tool>nltest /sc_query:newdom.joe.com
I_NetLogonControl failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN

C:\nt-tool>nltest /sc_reset:newdom
I_NetLogonControl failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
----------------------------------------------------------------------------
---------

6. I also run the Domain Monitor from the W2K resource kit from the
olddom DC. It finds its own domain, and two others on the network. When I
try to add newdom manually, it errors syaing it can't find the PDC.

I'm really frustrated here and wondered if there's anyplace else I
should look to solve this issue. I need to be able to set the trust to share
access to an Exchange Server on olddom. There are some horrible workarounds
for that, but this should be something I can get working. I know this is a
long post, but I'd appreciate any insight anyone can provide.

 
Reply With Quote
 
 
 
 
Tim Springston \(MSFT\)
Guest
Posts: n/a
 
      26th Aug 2003
Hi Joe-
It might be a good idea to look for security specific settings on either
domains PDC, and if you find them, relax the setting temporarily as you
establish the trust. Sometime culprit settings can be Restrictanonymous,
LMCompatibilitylevel, Requiresecuritysignature (SMB signing).

Here's some KB articles which may be relevant:

246261 How to Use the RestrictAnonymous Registry Value in Windows 2000
http://support.microsoft.com/?id=246261

257646 Windows 2000 Domain Controller Trusts May Not Work with
http://support.microsoft.com/?id=257646

(Somewhat less relevant, but good information)
816818 Error Message: Picker Cannot Open Because It Cannot Determine Whether
http://support.microsoft.com/?id=816818

Please repost and let us know if this makes any difference.
--
Tim Springston
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
"Joe Dougherty" <(E-Mail Removed)> wrote in message
news:%23SW$(E-Mail Removed)...
> Hello, all;
>
> I'm struggling with something and I can seem to find the problem, so I
> seek advice and wisdom.
>
> I have two W2K domains on the same physical network.They also share

the
> same IP network. Both have AD fully installed, along with DNS. Here's the
> basic configuration:
>
> olddom.joe.com: two AD DCs
> newdom.joe.com: one AD DC.
> These are not child domains of one another. The master controller for
> olddom is dc1.olddom.joe.com.
> The master for newdom is dc2.newdom.joe com.
>
> These domains were configured in different places, and the goal was to
> keep tham as separate domains in different forests, since olddom will
> eventually go away. My assumption was that we should have no trouble

setting
> up a trust between them.
>
> Here's the problem. When I use the AD trusts tool to establish the
> exyernal trusts between the two domains, newdom seems to be okay

connecting
> to olddom, but the reverse doesn't work. No matter how I've tried to set

up
> the trust, newdom cannot contact the DC on newdom. The neddom DC adds the
> trust of olddom to its configuration in the AD Trusts tool, but I can't

get
> the other side of the trust to establish. The most common error I see is
> "Access to the domain newdom is denied. Check that the password is correct
> and try again."
>
>
> Here's what I've done to troubleshoot:
> 1. Checked all DNS. Each DC has DNS installed and running. I have
> configured each DC's DNS to see the other DC's zones.
> 2. Each machine can ping the other machine.
> 3. Each machine resolves the other using nslookup.
> 4. I wrote an LMHosts file for newdom and installed in on the DC.
> Nbtstat shows the DC, but olddom still can't see it.
> 5. I did some testing with nltest from the old NT4 Resource kit. When

I
> run queried on newdom from the DC of olddom, I get some confusing results.
> NLtest can get the name and the DC list from newdom:
> ----------------------------------------------------
> C:\nt-tool>nltest /dcname:newdom
> PDC for Domain newdom is \\MIDDSFAC
> The command completed successfully
>
> C:\nt-tool>nltest /dclist:newdom
> List of DCs in Domain newdom
> \\MIDDSFAC (PDC)
> The command completed successfully
> -----------------------------------------------------
>
> However, when I attempte to query or reset the sceure channel, I get

the
> following.
> -----------------------------------------------------
> C:\nt-tool>nltest /sc_query:newdom
> I_NetLogonControl failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
>
> C:\nt-tool>nltest /sc_query:newdom.joe.com
> I_NetLogonControl failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
>
> C:\nt-tool>nltest /sc_reset:newdom
> I_NetLogonControl failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN
> --------------------------------------------------------------------------

--
> ---------
>
> 6. I also run the Domain Monitor from the W2K resource kit from the
> olddom DC. It finds its own domain, and two others on the network. When I
> try to add newdom manually, it errors syaing it can't find the PDC.
>
> I'm really frustrated here and wondered if there's anyplace else I
> should look to solve this issue. I need to be able to set the trust to

share
> access to an Exchange Server on olddom. There are some horrible

workarounds
> for that, but this should be something I can get working. I know this is a
> long post, but I'd appreciate any insight anyone can provide.
>



 
Reply With Quote
 
Joe Dougherty
Guest
Posts: n/a
 
      26th Aug 2003
Tim,

> 246261 How to Use the RestrictAnonymous Registry Value in Windows 2000
> http://support.microsoft.com/?id=246261
> Please repost and let us know if this makes any difference.


This solved the problem completely. We set the restriction to 0, and the
trust set up after the next reboot.

Thanks again for the pointer.

Joe

 
Reply With Quote
 
New Member
Join Date: Sep 2010
Posts: 1
 
      21st Sep 2010
I'm having the same error. What restriction did you change?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Can't establish trust between 2 domains =?Utf-8?B?RGFuIFZhcm96emE=?= Microsoft Windows 2000 Active Directory 2 21st Jul 2004 09:15 PM
can't establish trust timmy1 Microsoft Windows 2000 Networking 3 4th Nov 2003 12:50 AM
Can't establish trust between W2K AD domains Joe Dougherty Microsoft Windows 2000 Group Policy 2 26th Aug 2003 09:51 PM
Can't establish trust between W2K AD domains Joe Dougherty Microsoft Windows 2000 Networking 2 26th Aug 2003 09:51 PM
Can't establish trust between W2K AD domains Joe Dougherty Microsoft Windows 2000 Active Directory 2 26th Aug 2003 09:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:25 AM.