PDA

View Full Version : vmware : Host and Guest communication


s_raghu20
December 24th, 2007, 06:33 PM
Hi,

I have a gutsy host and another gutsy as guest using vmware.

Though the installation went fine, and the guest system can see internet etc (I have using NAT).. it cant see the host system. Same goes for the host, it just doesnt see the guest.

Please help.

regards
raghav..

popch
December 26th, 2007, 07:01 PM
What do you mean by 'seeing' ? Can you ping one machine from the other one using the IP adress ?

What kind of LAN do you run, and does it have a DNS server?

veloce
December 27th, 2007, 06:02 AM
If you have NAT working, then there will be a virtual network containing both your host and vm.

Run "ipconfig" in a terminal of each machine.

On the vm you should get just one network (the NAT one)

On the host you will get at least two, one being real another being vmnet0, 1,2 or 8. find the one with the same subnet as your vm network. 192.168.???.???

You should be able to communicate between them by specifying the ip addresses. As per the previous post, try pinging the other address from each machine.

As for communication between them, what do you want to do? Share a file directory? Use ssh?