如何通过 ip 访问我的虚拟机?

发布于 2024-10-20 01:50:43 字数 114 浏览 3 评论 0原文

我在 Ubuntu 10.10 上安装了 Oracle Virtual Box。我想访问在本地运行的脚本。我的虚拟操作系统通过网络连接并获取 IP 地址,但是其他人如何访问我在本地运行的脚本?可以使用哪个IP地址?

I have Oracle Virtual Box installed on Ubuntu 10.10. I want to gain access to my script that runs on local. My virtual operating system connects via network and takes an ip address, but how would someone access my script that runs on local? Which ip address can be used?

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

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

发布评论

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

评论(2

心清如水 2024-10-27 01:50:43

如果您使用桥接网络并且您的虚拟机运行在 Ubuntu 10.10 上。一种简单的方法是使用 ssh。默认情况下,Ubuntu 10.10 中安装并配置了 ssh。您可以通过以下方式连接到它:

ssh you_virtual_machine_ip

ssh 是一个功能强大的工具,您可以在连接到主机时运行脚本。
如果您在Windows系统中,Putty是一个很棒的ssh客户端工具。

If you use bridged network and your VM is on Ubuntu 10.10. One easy way is to use ssh. By default ssh is installed and configured in Ubuntu 10.10. You can connect to it by :

ssh you_virtual_machine_ip

ssh is a powerful tool and your can run scripts when connected to the host.
If you are in Windows System, Putty is a great tool of ssh client.

眉目亦如画i 2024-10-27 01:50:43

从您的主机操作系统输入此内容
并且您必须从客户操作系统 (Ubuntu) 打开端口 80
http://you_virtual_machine_ip

type this from your host os
and you have to open the port 80 from guest OS (Ubuntu)
http://you_virtual_machine_ip

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