Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
qemu -vnc 0.0.0.0:1 -monitor stdio -hda ubunt*
我正在运行此命令,但它没有打开端口。我已经用netstat检查过了。我的目标是在本地以外的其他地方登录 VNC 服务器。
试试qemu -vnc :1。0.0.0.0 应该可以工作,但根据man qemu省略它应该允许来自任何主机的连接。
qemu -vnc :1
man qemu