Rdesktop Autoselected Keyboard Map En-us Error Unable To Connect
At work, I have a desktop computer running Ubuntu 11.04 with VirtualBox installed. I want to run a Red Hat virtual machine (guest) on the work desktop computer (host). On my laptop at home, I ssh'ed into the desktop to start the VM using VBoxHeadless --startvm centos_54_64 Then I tried to access the virtual machine using rdesktop but I keep getting an error! Rdesktop -a 16 -N host_ip:3389 Autoselected keyboard map en-us ERROR: host_ip: unable to connect The virtual machine is graphic-less.
I can't get rdesktop to access the windows 7 box. 'rdesktop ipaddress' 'Autoselected keyboard map en-us Error: ipaddress: unable to connect I am on Ubuntu 9.10 64. Debian User Forums • View topic. I'm presuming that you have not installed an RDP server (xrdp or whatever) in the guest OS of the virtual machine.
There's only a terminal. Here's the relevant information on my virtual machine: NIC 1: MAC: 080027BBCE0F, Attachment: Bridged Interface 'eth0', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled VRDE: enabled (Address 0.0.0.0, Ports 3389, MultiConn: off, ReuseSingleConn: off, Authentication type: null) Does anyone know what the problem is? Closed as off-topic by,,,, Dec 18 '13 at 13:37 This question appears to be off-topic.
The users who voted to close gave these specific reasons: • 'Questions about general computing hardware and software are off-topic for Stack Overflow unless they directly involve tools used primarily for programming. You may be able to get help on.' – Bart, David, jzd • 'Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools.
You may be able to get help on.' – Joril, jv42 If this question can be reworded to fit the rules in the, please.
Hameau wrote:You have to use the host IP address, as I recall. If you need to connect to more than one guest, set them to different ports. Hi hameau, I tried both host and guest ip without result. Saber Treatment Program Charlotte Nc. Only one guest is running.
On VirtualBox 'rdesktop 192.168.0.10:3389' works without problem. 192.168.0.10 is the host ip.
If there are more than one VM (on VBox) use 3390/3391 etc. However after having spent several hours I can't make rdesktop to work. I also tried 'ssh -X 192.168.0.30' but I can't start X on the workstation. Satimis Posts: 497 Joined: 2004-09-11 11:50 Location: Hong Kong.
Gychang wrote:this is how I connect to my office XP machine from debian: rdesktop -u -p -f -a 16 Hi gychang, The same mistake. On host $ rdesktop 192.168.0.30 -u satimis -p mypasswd -f -a 16 Code: Autoselected keyboard map en-us ERROR: 192.168.0.30: unable to connect 192.168.0.30 = guest ip address On a workstation on LAN I performed following steps running ssh to connect the guest; $ sudo /etc/init.d/gdm stop close X windows $ ssh -X 192.168.0.30 guest connected $ export DISPLAY=:0.0 $ xterm failed. I can't start xterm Having tried many ways to export Display without success. IIRC I did that before several years back. On xterm I started X of the guest. Satimis Posts: 497 Joined: 2004-09-11 11:50 Location: Hong Kong. I'm presuming that you have not installed an RDP server (xrdp or whatever) in the guest OS of the virtual machine.