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