Avatar of rwheeler23
rwheeler23
Flag for United States of America asked on

Why does VM Ware image refuse to see domain controller?

I need to create a test server/client environment inside a single VM Ware host. This is VM Ware Workstation v12. I have one image set as the domain controller and second one properly joined to the domain. The third image refuses to join the domain. I get the message that domain does not exist or cannot be contacted.  The domain controller is at 192.168.2.140. The image that works is at 192.168.2.139. The one that does not work is at 192.168.2.141. DHCP is enabled on all and the two images that need to join the domain have DNS pointed to 192.168.2.140. What can I try for this second image to get it to join the domain. Should I hard code all the IP addresses and turn off DHCP?
Virtualization

Avatar of undefined
Last Comment
rwheeler23

8/22/2022 - Mon
Carl Webster

What is the Network Connection Type? Bridged, Nat, Host Only ?
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

Okay, for all your computers to join the domain, they ALL must be able to

1. ping the DNS server. (by FQDN and reverse trace route)
2. it helps if you set the DNS suffix to your FQDN


check IP Addresses and DNS set on ALL computers.

you can also use nslookup
rwheeler23

ASKER
I really am confused as to the solution. Both images could ping the server AD and I tried adding the suffix and neither helped. Just for the heck of it I turned off the Advanced Firewall on the image that would not connect and then it worked. What is the connection?
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

Firewall Blocking...
rwheeler23

ASKER
I thought firewalls block IP ports. What port does searching for a domain use ?
ASKER CERTIFIED SOLUTION
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)

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.
rwheeler23

ASKER
Thanks, another tool for the toolbox.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
rwheeler23

ASKER
Thank you.