我有一个 Virtualbox 虚拟机,配置了 VRDE,以便使用 RDP 进行远程访问。我熟悉如何设置 vrde 端口,但对于给定的虚拟机,我还没有找到查询当前 vrde 端口值的方法。
这可能吗?
答案1
对的,这是可能的。使用:
$ vboxmanage showvminfo testvm | grep VRDE:
VRDE: enabled (Address 0.0.0.0, Ports 3398, MultiConn: off, ReuseSingleConn: off, Authentication type: null)