Avatar of Andrew Derse
Andrew Derse
Flag for United States of America asked on

Windows 7 machine unable to join domain. "The network path was not found."

Truly interesting and frustrating problem.

I took a computer off of the domain because the trust relationship between the computer and the domain was broken. After taking the computer off the domain, I now can't connect it back to the domain.

I did remove the computer's entry from AD.
I have set the DNS statically to point to the DC server which is also our DNS and DHCP server.

Not sure what else I can here...any ideas?
DNSActive DirectoryWindows 7

Avatar of undefined
Last Comment
Andrew Derse

8/22/2022 - Mon
Benjamin Voglar

Make sure that, after you put the machine to the workgroup, that your network settings hasn't change  to public. You'll need to fix your firewall settings and change your network adapter back to work/private/domain more than likely.
Andrew Derse

ASKER
My firewall has been turned off for troubleshooting purposes.
I can ping the domain controller using the domain name and I get a proper IP.
I can also get the login prompt, but I keep getting the error, "The network path was not found."
Benjamin Voglar

Remove ALL “Clients” / “Services” / “Protocols”
Reboot and re-add the above
Following their removal, rebooting & their re-addition, the system was able to join to domain as normal!

http://richardburley.com/windows-7-unable-to-join-domain-fix/
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
FOX

Using an elevated command prompt
netsh winsock reset
Andrew Derse

ASKER
No dice to both. I have just re-tried these ( I did all of this before on Friday ) and neither worked.

I have tried a lot of things and have done general Google research, but everything suggested is not working...so I'm looking for some new ideas here...
Dirk Mare

Use the following article to test connectivity to your AD..
Article Link

Some Antiviruses block AD connectivity remove AV and test again.

DirkMare
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Scott C

Try powering off the computer, and unplugging it.  also remove the Ethernet cable.

I've found in the past that sometimes "junk" gets left in the network card and simply powering off the computer doesn't clear it.

A cold boot is necessary.
Andrew Derse

ASKER
I can ping my AD and access it...but I simply can't join the domain. Super frustrating.
Andrew Derse

ASKER
I'm starting to think it might be the fact that my NETLOGON and TCP/IP NetBIOS services aren't starting...
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
Andrew Derse

ASKER
@ScottCha, I did that on Friday. I completely moved the computer to another office to see if throwing it on a different VLAN quickly would help. No dice. Moved it back, tried again, no dice.
Dirk Mare

I'm starting to think it might be the fact that my NETLOGON and TCP/IP NetBIOS services aren't starting...

If the netlogon services on your DC isn't starting this would be the cause.

run dcdiag /c from command prompt on your DC and check for errors..

DirkMare
Andrew Derse

ASKER
DC1 failed test NetLogons
DC1 failed test Replications
DC1 failed test Services
DC1 failed test VerifyEnterprisReferences
DC1 failed test DNS

Uh oh...
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Andrew Derse

ASKER
How would I go about resolving those...if they are causing issues with connecting to the domain?
Dirk Mare

Run the following command and attach the text file..

dcdiag /e /v /test:DNS /DnsAll /f:diagdns.txt

DirkMare
Andrew Derse

ASKER
Here it is:
diagdns.txt
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Dirk Mare

Make sure of the following on all of your DC's (DC1, DC2 and Muse)

IP connectivity to and from all the servers.
That the DNS IP address of your DC are configured as follows..
DC1;
DNS 1: IP address of DC1
DNS 2: IP address of DC2
DNS 3: 127.0.0.1
DNS 4: IP address of Muse

DC2;
DNS 1: IP address of DC2
DNS 2: IP address of Muse
DNS 3: 127.0.0.1
DNS 4: IP address of DC1

Muse;
DC2
DNS 1: IP address of Muse
DNS 2: IP address of DC1
DNS 3: 127.0.0.1
DNS 4: IP address of DC2

Restart netlogon services on all 3 DNS servers wait 5 - 10min and test again..

DirkMare
Andrew Derse

ASKER
Should this also be set on the WINS tab?
Andrew Derse

ASKER
I set the DNS as requested, restart NETLOGON service on all 3 domains, it still fails the test.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Andrew Derse

ASKER
I don't think this is a server issue ( at this point ) as I am able to join other computers to the domain, just not this particular windows 7 x32 machine. I just verified this on a couple other computers.
Dirk Mare

If dcdaig fails there are AD DC DNS issues..

DirkMare
ASKER CERTIFIED SOLUTION
Andrew Derse

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Dirk Mare

Glad you sorted out this issue?

Just a heads up you need to sort out your dns issues as this will cause issues.  

DirkMare
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
Andrew Derse

ASKER
Yes, I do. I will probably open up a new question for that and tag you in it right away to get feedback.
Andrew Derse

ASKER
I restored computer from previous restore point and that worked.