HMG And The Web Part II...
Posted: Sat May 26, 2012 8:23 pm
Hi All,
I still testing a solution to my problem: Remote non Windows clients for HMG applications.
I've tested a second alternative to solve this: RDP.
RDP stands for Remote Desktop Protocol.
Any Windows machine can act as a RDP server and there is RDP clients for most popular OSs (Linux, IOS, Android, etc.).
To get it running is very simple and (as in the previous post) I'm sure that many of you already know:
1. Download and install VirtualBox (https://www.virtualbox.org/).
2. Create a new virtual machine from a Windows XP CD or ISO.
3. Once the virtual XP machine is working, configure it to allow remote desktop connections (Contro Panel->System). There is a lot of info in the web about how this must be configured.
4. You must reconfigure your network for XP virtual machine (bridge adapter/allow all) to make it work.
5. To test it you only must to start the remote desktop client bundled with the Windows VirtualBox host machine (you must connect to it using its ip address).
6. Finally, to the 'real world' test, you must have physical access to the target client machine to install and/or configure the remote desktop client on it.
Pros and Cons (comparing it with ThinVNC Server/HTML5 client):
Pros:
1. The user experience is better (looks really good).
2. It is faster.
3. Server devices (like printer) are automatically mapped to the client, so your application will use them in a transparent way.
4. You can configure clients to automatically start the session loading a server application (your application) leaving the user straight to the application, making the process easier and more secure.
Cons:
You must physically access to the client machine to install and/or configure remote desktop client on it (not always possible).
There is a third part of this article that I'm writing right now...
I still testing a solution to my problem: Remote non Windows clients for HMG applications.
I've tested a second alternative to solve this: RDP.
RDP stands for Remote Desktop Protocol.
Any Windows machine can act as a RDP server and there is RDP clients for most popular OSs (Linux, IOS, Android, etc.).
To get it running is very simple and (as in the previous post) I'm sure that many of you already know:
1. Download and install VirtualBox (https://www.virtualbox.org/).
2. Create a new virtual machine from a Windows XP CD or ISO.
3. Once the virtual XP machine is working, configure it to allow remote desktop connections (Contro Panel->System). There is a lot of info in the web about how this must be configured.
4. You must reconfigure your network for XP virtual machine (bridge adapter/allow all) to make it work.
5. To test it you only must to start the remote desktop client bundled with the Windows VirtualBox host machine (you must connect to it using its ip address).
6. Finally, to the 'real world' test, you must have physical access to the target client machine to install and/or configure the remote desktop client on it.
Pros and Cons (comparing it with ThinVNC Server/HTML5 client):
Pros:
1. The user experience is better (looks really good).
2. It is faster.
3. Server devices (like printer) are automatically mapped to the client, so your application will use them in a transparent way.
4. You can configure clients to automatically start the session loading a server application (your application) leaving the user straight to the application, making the process easier and more secure.
Cons:
You must physically access to the client machine to install and/or configure remote desktop client on it (not always possible).
There is a third part of this article that I'm writing right now...