Aug 15, 2011
tom

How to make Sharepoint website running in VMware virtual machine accessible from host?

Question

I have a Sharepoint website that runs on IIS inside VMware Workstation guest system.
The host is Windows 7, whereas guest is Windows Server 2003.

What I basically need is just to be able to browse the website from the host OS.

I guess this has something to do with setting up NAT and port forwarding but I can’t figure how to make it work. I tried setting Network Adapter in VM settings to NAT option but had no luck whatsoever.

Update
There’s also a different kind of problem here: my VM computer name is used by another computer in our network. I cannot change it because it would ruin Sharepoint configuration (already tried), and reconfiguring Sharepoint is something I want the least.

Answer

You should be able to set up VMWare to bridge the network connection so your virtual machine appears as any other machine on the network. Configure it for DHCP or static IP, browse to the (virtual) machine, and you should have access.

Related posts:

  1. How to access a server (TCP connection) running in a Virtual PC virtual machine (XP Mode) from the host system?
  2. Running VMware Virtual Machines on a Workstation machine
  3. Running ntop on virtual machine – viable?
  4. How to access Apache virtual-host in VMware guest through NAT?
  5. how to make ubuntu virtual host a domain name (make nameserver)

Leave a comment