I've created a Debian VM in Vmware workstation 6.5 - Called, "Debian"

I'm planning to install Subversion, trac etc... on here.

How can I set up the VM to be accessed from my Windows 7 host machine? For example, if I'm running the VM - how can i use my browser on the host machine to navigate to http://debian to access the VM...?

I'm sure I've not set up networking properly...

link|improve this question

33% accept rate
How is the vmware networking configured for the debian client? Bridged? NAT? Can the two machines ping each other by address? These would be helpful things to know. – Chris_K Oct 11 '09 at 15:09
im not sure - im a vmware novice, where can i check this? – alex Oct 11 '09 at 19:10
feedback

2 Answers

up vote 1 down vote accepted

The easiest way would probably be to set up your hosts file (C:\WINDOWS\system32\drivers\etc\hosts) to point to the VM's internal IP address.

example:

192.168.1.100      debian

you can find your vm's IP address using ifconfig on debian, or looking at the VMWare adapters in Windows 7's ipconfig output.

link|improve this answer
feedback

Please see if this might help. http://www.howtoforge.com/debian%5Fsarge%5Fvmware%5Fserver%5Fhowto

goodluck..

link|improve this answer
I think you meant the other way around - unless he's running xrdp on the linux guest :) – warren Oct 12 '09 at 8:45
yes, i meant the other way round – alex Oct 12 '09 at 22:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.