如何通过 ip 访问我的虚拟机?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用桥接网络并且您的虚拟机运行在 Ubuntu 10.10 上。一种简单的方法是使用 ssh。默认情况下,Ubuntu 10.10 中安装并配置了 ssh。您可以通过以下方式连接到它:
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 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.
从您的主机操作系统输入此内容
并且您必须从客户操作系统 (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