VMware Workstation - 设置网络等


0

我在Vmware工作站6.5中创建了一个Debian VM - 叫做“Debian”

我打算在这里安装Subversion,trac等......

如何设置要从Windows 7主机访问的VM? 例如,如果我正在运行VM - 我如何在主机上使用我的浏览器导航到 HTTP://的debian 访问VM ...?

我确定我没有正确建立网络......


如何为debian客户端配置vmware网络?桥? NAT?两台机器可以通过地址互相ping通吗?这些将是有用的事情要知道。
Chris_K

我不确定 - 我是一个vmware新手,我在哪里可以检查这个?
alex

Answers:


2

最简单的方法可能是设置您的主机文件( C:\WINDOWS\system32\drivers\etc\hosts )指向VM的内部IP地址。

例:

192.168.1.100      debian

你可以找到你的vm的IP地址 ifconfig 在debian上,或者在Windows 7中查看VMWare适配器 ipconfig 输出。


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.