Error: Network is unreachable

Error: Network is unreachable

I'm running Microsoft Virtual Server on Windows XP Pro. I have installed Windows Server 2003 which functions as a DC. I can join a Windows XP virtual machine (VM) in its domain, but when I try to manage it from the server, I get an error: computer \x cannot be managed because the network is unreachable. Also, I can't ping the XP VM, but I can ping the server from the XP VM. What could be wrong in my setup?

    Requires Free Membership to View

    When you register, my team of editors will also send you the latest expert resources covering all areas of server virtualization, such as platforms, architectures and strategies, server hardware, managing virtual environments, application issues and more.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchServerVirtualization.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchServerVirtualization.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

If I had to hazard a guess, I would say the networking from the Server 2003 system is not configured correctly -- possibly its DNS is not set up properly, which might explain why it can't resolve another machine. If you haven't yet run NETDIAG and DCDIAG on the virtual domain controller, do those and see what results they turn up.

Another thing to be aware of is a caveat I dug up regarding the use of undo disks on virtualized domain controllers:

"Do you have undo disks enabled on either this guest or the domain controller? This is likely the cause of your problem and is why I asked you to provide the exact error message. A domain member has a computer account in the domain, which, much like a user account, has a password to protect the account. This password is changed periodically (the period depends on the OS). You have to be very careful using undo disks because of this periodic password change. What has happened here is likely some variation of the following:
  1. Both the member server and the domain controller are running.
  2. The member server changes its computer account password.
  3. The change is noted on both the member server and the domain controller.
  4. The member server is shut down, and changes to the undo disk are discarded.
  5. The member server now has the old password, while the domain controller has the new one.
  6. The member server is booted up, attempts to setup a secure channel with the domain controller and can't since the passwords don't match.

To prevent this from happening you need to not use undo disks, or understand that this is a potential problem when using undo disks, or search the Microsoft Web site for DisablePasswordChange and/or RefusePasswordChange and modify the registry as appropriate."

This was first published in January 2007