用于远程地址的 qemu vnc 服务器

发布于 2024-09-11 08:55:23 字数 119 浏览 4 评论 0原文

qemu -vnc 0.0.0.0:1 -monitor stdio -hda ubunt*

我正在运行此命令,但它没有打开端口。我用netstat检查过。我的目标是在本地以外的其他地方登录 VNC 服务器。

qemu -vnc 0.0.0.0:1 -monitor stdio -hda ubunt*

I am running this command but it isn't opening a port. I have checked it with netstat. My goal is to log into the VNC server somewhere else besides locally.

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

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

发布评论

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

评论(1

谁的新欢旧爱 2024-09-18 08:55:24

尝试qemu -vnc :1。 0.0.0.0 应该可以工作,但根据 man qemu 省略它应该允许来自任何主机的连接。

Try qemu -vnc :1. 0.0.0.0 should work, but according to man qemu omitting it should allow connections from any host.

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