Remote desktop via VPN from SUSE 11.1
I needed to work at weekends and connected to my machine at work. VPN + Remote Desktop
I used this guide to install VPN:
“sudo apt-get install network-manager-pptp” didn’t work in suse. I had to find the rpm packages. There were two I had to install:
NetworkManager-pptp-0.7.0.r4274-2.9.i586.rpm
NetworkManager-pptp-gnome-0.7.0.r4274-2.9.i586.rpm
I installed them running one command:
rpm -ivh <package1> <package2>
Then I installed rdesktop. I connect from command prompt:
rdesktop <full DNS address> -f
-f switch is full screen
There is another switch for setting the resolution:
-g 1024×768
No comments yet.
Leave a comment
-
Recent
- Remote desktop via VPN from SUSE 11.1
- EVPO DC project structure
- EVPODC Getting Started Part 2 (Configuration)
- EVPODC getting started part 1 (installation)
- Customize property editor in the VS designer
- How to load referenced assemblies from any place you want
- The puzzle about a car and two goats
- Effect of XML:Space=”preserve”
- regular expressions for XML tags
-
Links
-
Archives
- May 2009 (2)
- November 2008 (2)
- June 2008 (5)
-
Categories
-
RSS
Entries RSS
Comments RSS