Here is a situation I am on a Linux machine and I have to access a windows xp machine to which I can connect with rdesktop.The problem is Windows XP machine is remotely located and to be able to do a rdesktop I first physically go to the windows machine and login, I come back to my chair open the terminal on my linux machine and do an rdesktop, then windows property dialog opens and asks to discon
Hello,
Currently I have an hp laserjet p3015 printer installed in ubuntu 12.04 and it;s working just fine, I can print whatever I need to and I have to admit the installation of the printer in ubuntu was easier than it was in windows. Anyway that aside I am trying to remote desktop into a windows machine.
I used winxp remote desktop connection to connect win2008 and audio was ok.I used centos 5.4 rdesktop (rdesktop-1.6.0-3) to connect but no audio heard.rdesktop -r sound:loca... [by aclhkaclhk1]
I want to use psexec for managing remote systems(install some software on the remote system).I see a requirement that file and printer sharing to be enabled in the remote system,,for psexec to be working.
Hello,
I'm looking at setting up a thin client terminal that connects to my ltsp server. Once into an ubuntu desktop I'll need rdesktop to connect to my Windows VM. Connected to the thin client will be a keyboard, mouse, usb hand scanner and usb weight balance.
Will I be able to pass through these usb devices through rdesktop to my windows VM?
Is there a way to socksify rdesktop ? I get an error message "Unable to connect". Here is what I do.
Create a proxy - ssh -D 8081 -g shrnair@ssh-xyz.abc.com
Set server as 127.0.0.1 and server_port as 8081 in /etc/tsocks.conf
tsocks rdesktop ip.address.server
I know that I could do port forwarding and get it working, but that would need another ssh session.
So I'm using rdesktop to connect to a remote server of us where I have Visual Studio. The virtual machine is a Windows 2008 server. I use this parameters:
rdesktop -D -g 1920x1200 -k it X.X.X.X
Because I have an Italian keyboard. I have no problem writing, the keys are in place.
I'm on Ubuntu 12.04 LTS using Unity.
To access a windows machine remotely I have to tunnel through a ubuntu server of mine. To setup the tunnel I have
ssh -l root -C -L 9999:windowsmachine:23389 myserver
Then I have to open another console and run
rdesktop -u user -password -f localhost:9999
How can I combine these in a single command or script?