如何与 Ubuntu 中 vmWare Workstation 上运行的 Windows 7 共享 Ubuntu 的 XAMPP 安装

发布于 2024-10-15 06:22:49 字数 462 浏览 3 评论 0原文

我在 Ubuntu 中的 vmWare Workstation 下运行 Ubuntu 10.10Windows 7

我在 vmWare 中的互联网连接作为“NAT”从主机共享,

我在 Ubuntu 上使用 XAMPP 来开发网站。我使用 http://localhost/mysite 在 Ubuntu 中打开正在开发的网站。

我想在 vmWare 下的 Windows 7 安装中使用类似的命令打开这些站点。

在浏览一些主题时,我发现可以通过使用“NAT”的某些 IP 来实现。

我对 Linux 和 vmWare 都是全新的。刚刚从 Windows 迁移到 Linux,需要帮助详细了解它。

请帮助我完成如何在 vmWare 中访问这些站点的过程。

请帮忙。

I am running Ubuntu 10.10 and also Windows 7 under vmWare Workstation within Ubuntu.

My internet connection in vmWare is shared from the host as 'NAT'

I am using XAMPP on Ubuntu for developing sites. I use http://localhost/mysite to open the site under development in Ubuntu.

I wanted to use a similar command to open these sites in the Windows 7 installation under vmWare.

While browsing some of the topics I came to know that it is possible by using some IP of 'NAT'.

I am totally new to Linux and vmWare both. Just migrated to Linux from Windows and need help understanding it in detail.

Kindly help me with the process of How to access these sites in vmWare.

Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柳若烟 2024-10-22 06:22:49

VMWare 的安装程序应在您的 Ubuntu 系统上设置一个新的网络接口,检查 ifconfig -a 以查找其 IP 地址。

确保您的网络服务器正在侦听 0.0.0.0 或(127.0.0.1 AND vmware-interface IP 地址)。

在 Windows 系统中,尝试输入 http:///mysite。希望它会过去。您可以检查 Windows 网络控制面板以查看网关地址是什么,它可能会匹配。

我希望这对你有用。

VMWare's installer should set up a new network interface on your Ubuntu system, check ifconfig -a to find its IP address.

Make sure your webserver is listening on either 0.0.0.0 OR (127.0.0.1 AND the vmware-interface IP address).

From the Windows system, try typing in http://<vmware-interface-ip>/mysite. Hopefully it'll go. You can check the windows networking control panels to see what the gateway address is, it'll probably match.

I hope this gets it going for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文