Ich versuche, eine Verbindung zu einer Headless-VM herzustellen, aber die Verbindung wird immer wieder geschlossen:
$ rdesktop 192.168.1.8:5012
Autoselected keyboard map en-us
ERROR: Connection closed
VRDE
scheint aktiviert zu sein (wie gemeldet von VBoxManage showvminfo
):
VRDE: enabled (Address 192.168.1.8, Ports 5012, MultiConn: off, ReuseSingleConn: off, Authentication type: null)
VRDE port: 5012
Der Host ist Arch Linux. Dies ist die Ausgabe von VBoxManage list extpacks
:
Extension Packs: 2
Pack no. 0: VNC
Version: 5.0.4_OSE
Revision: 102546
Edition:
Description: VNC plugin module
VRDE Module: VBoxVNC
Usable: true
Why unusable:
Pack no. 1: Oracle VM VirtualBox Extension Pack
Version: 5.0.4
Revision: 102546
Edition:
Description: USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption.
VRDE Module: VBoxVRDP
Usable: true
Why unusable:
Dies ist auch 192.168.1.8
die IP-Adresse des Hosts.
Irgendeine Idee, warum ich keine Verbindung herstellen kann rdesktop
?