Problem joining a domain

  • Thread starter Thread starter luigi
  • Start date Start date
L

luigi

Hi everyone

I have a Windows 2000 Server domain controller and I'm
trying to join that domain from a Windows Server 2003.
After asking for a username and password of a user that
can do that I get the message:

"No mapping between account names and security IDs was
done"

I don't have any problem from a client computer. Any idea?

Thanks in advance
 
Are you running an internal DNS server?
What are the DNS settings on the 2003 server?
Michael
 
Hi Michael

The situation is the following. The Win2k is the DC and
internal server. The Win2k3 is the gateway to the
Internet and has Winproxy installed on it to do that and
it acts as DNS server. In addition it is the mail server,
so far using Windows SMTP/POP3 services. But we want to
try Exchange and a requirement is that it has to be part
of a domain. This computer has 2 NICs one that connects
to the ADSL and the other to the internal network. Both
NICs have as the DNS setting the IP of the internal
network. If we do not have it that way the SMTP service
cannot resolve host names.

I even tried to have the DC as the DNS server and then
relay for the names it couldn't resolve to the DNS
servers from the ISP, to discard it was a problem with
the DNS. But it didn't work either.

I found the following on the file
C:\WINDOWS\Debug\NetSetup.log

01/22 13:36:46 NetpDoDomainJoin
01/22 13:36:46 NetpMachineValidToJoin: 'INTERNET'
01/22 13:36:46 NetpGetLsaPrimaryDomain: status: 0x0
01/22 13:36:46 NetpMachineValidToJoin: status: 0x0
01/22 13:36:46 NetpJoinDomain
01/22 13:36:46 Machine: INTERNET
01/22 13:36:46 Domain: MYDOMAIN
01/22 13:36:46 MachineAccountOU: (NULL)
01/22 13:36:46 Account: MYDOMAIN\Administrator
01/22 13:36:46 Options: 0x127
01/22 13:36:46 OS Version: 5.2
01/22 13:36:46 Build number: 3790
01/22 13:36:46 NetpValidateName: checking to see
if 'MYDOMAIN' is valid as type 3 name
01/22 13:36:46 NetpCheckDomainNameIsValid [ Exists ]
for 'MYDOMAIN' returned 0x0
01/22 13:36:46 NetpValidateName: name 'MYDOMAIN' is valid
for type 3
01/22 13:36:46 NetpDsGetDcName: trying to find DC in
domain 'MYDOMAIN', flags: 0x1020
01/22 13:37:01 NetpDsGetDcName: failed to find a DC
having account 'INTERNET$': 0x525
01/22 13:37:01 NetpDsGetDcName: found DC '\\SERVER' in
the specified domain
01/22 13:37:01 NetpJoinDomain: status of connecting to
dc '\\SERVER': 0x0
01/22 13:37:01 NetpGetLsaPrimaryDomain: status: 0x0
01/22 13:37:01 NetpGetDnsHostName: Read NV Hostname:
internet
01/22 13:37:01 NetpGetDnsHostName: PrimaryDnsSuffix
defaulted to DNS domain name: mydomain.com
01/22 13:37:01 NetpLsaOpenSecret: status: 0xc0000034
01/22 13:37:01 NetpGetLsaPrimaryDomain: status: 0x0
01/22 13:37:01 NetpLsaOpenSecret: status: 0xc0000034
01/22 13:37:02 NetpManageMachineAccountWithSid:
NetUserAdd on '\\SERVER' for 'INTERNET$' failed: 0x8b0
01/22 13:37:02 SamLookupNamesInDomain on INTERNET$ failed
with 0xc0000073
01/22 13:37:02 NetpManageMachineAccountWithSid: status of
attempting to set password on '\\SERVER' for 'INTERNET$':
0x534
01/22 13:37:02 NetpJoinDomain: status of creating
account: 0x534
01/22 13:37:02 NetpJoinDomain: initiaing a rollback due
to earlier errors
01/22 13:37:02 NetpLsaOpenSecret: status: 0x0
01/22 13:37:02 NetpJoinDomain: rollback: status of
deleting secret: 0x0
01/22 13:37:02 NetpJoinDomain: status of disconnecting
from '\\SERVER': 0x0
01/22 13:37:02 NetpDoDomainJoin: status: 0x534

NetBIOS Domain: MYDOMAIN
DNS domain: mydomain.com
Win2k DC name: SERVER
Win2k3 server: INTERNET
 
Let start with basics,
1- You are running W2K Active Directory with a domain name
and the internal DNS server is running Active Directory
intergrated DNS?
The internal NIC has it own internal IP address as the
Static DNS setting?
And it is on the same subnet as the DC?
And they both have their gateway as the external ip
address of the NIC?
How are we doing so far?
You can ping the FQDN of the DC from the W3K server?
Michael
-----Original Message-----
Hi Michael

The situation is the following. The Win2k is the DC and
internal server. The Win2k3 is the gateway to the
Internet and has Winproxy installed on it to do that and
it acts as DNS server. In addition it is the mail server,
so far using Windows SMTP/POP3 services. But we want to
try Exchange and a requirement is that it has to be part
of a domain. This computer has 2 NICs one that connects
to the ADSL and the other to the internal network. Both
NICs have as the DNS setting the IP of the internal
network. If we do not have it that way the SMTP service
cannot resolve host names.

I even tried to have the DC as the DNS server and then
relay for the names it couldn't resolve to the DNS
servers from the ISP, to discard it was a problem with
the DNS. But it didn't work either.

I found the following on the file
C:\WINDOWS\Debug\NetSetup.log

01/22 13:36:46 NetpDoDomainJoin
01/22 13:36:46 NetpMachineValidToJoin: 'INTERNET'
01/22 13:36:46 NetpGetLsaPrimaryDomain: status: 0x0
01/22 13:36:46 NetpMachineValidToJoin: status: 0x0
01/22 13:36:46 NetpJoinDomain
01/22 13:36:46 Machine: INTERNET
01/22 13:36:46 Domain: MYDOMAIN
01/22 13:36:46 MachineAccountOU: (NULL)
01/22 13:36:46 Account: MYDOMAIN\Administrator
01/22 13:36:46 Options: 0x127
01/22 13:36:46 OS Version: 5.2
01/22 13:36:46 Build number: 3790
01/22 13:36:46 NetpValidateName: checking to see
if 'MYDOMAIN' is valid as type 3 name
01/22 13:36:46 NetpCheckDomainNameIsValid [ Exists ]
for 'MYDOMAIN' returned 0x0
01/22 13:36:46 NetpValidateName: name 'MYDOMAIN' is valid
for type 3
01/22 13:36:46 NetpDsGetDcName: trying to find DC in
domain 'MYDOMAIN', flags: 0x1020
01/22 13:37:01 NetpDsGetDcName: failed to find a DC
having account 'INTERNET$': 0x525
01/22 13:37:01 NetpDsGetDcName: found DC '\\SERVER' in
the specified domain
01/22 13:37:01 NetpJoinDomain: status of connecting to
dc '\\SERVER': 0x0
01/22 13:37:01 NetpGetLsaPrimaryDomain: status: 0x0
01/22 13:37:01 NetpGetDnsHostName: Read NV Hostname:
internet
01/22 13:37:01 NetpGetDnsHostName: PrimaryDnsSuffix
defaulted to DNS domain name: mydomain.com
01/22 13:37:01 NetpLsaOpenSecret: status: 0xc0000034
01/22 13:37:01 NetpGetLsaPrimaryDomain: status: 0x0
01/22 13:37:01 NetpLsaOpenSecret: status: 0xc0000034
01/22 13:37:02 NetpManageMachineAccountWithSid:
NetUserAdd on '\\SERVER' for 'INTERNET$' failed: 0x8b0
01/22 13:37:02 SamLookupNamesInDomain on INTERNET$ failed
with 0xc0000073
01/22 13:37:02 NetpManageMachineAccountWithSid: status of
attempting to set password on '\\SERVER' for 'INTERNET$':
0x534
01/22 13:37:02 NetpJoinDomain: status of creating
account: 0x534
01/22 13:37:02 NetpJoinDomain: initiaing a rollback due
to earlier errors
01/22 13:37:02 NetpLsaOpenSecret: status: 0x0
01/22 13:37:02 NetpJoinDomain: rollback: status of
deleting secret: 0x0
01/22 13:37:02 NetpJoinDomain: status of disconnecting
from '\\SERVER': 0x0
01/22 13:37:02 NetpDoDomainJoin: status: 0x534

NetBIOS Domain: MYDOMAIN
DNS domain: mydomain.com
Win2k DC name: SERVER
Win2k3 server: INTERNET

.
 
Back
Top