I am trying to get RDP working through my Windows installed OpenVPN-ALS(Adito) SSL VPN and it seems that the seamless RDP client is the best extension I have been able to find through searching.
My issue is that I keep getting a popup from JavaRDP16-1.1.jar saying "Server can not be reached! Please try again later. Wrong modulus size! Expected64+8got:264"
Ping results:
- S:>ping 192.168.1.12
- Pinging 192.168.1.12 with 32 bytes of data:
- Reply from 192.168.1.12: bytes=32 time=2ms TTL=128
- Reply from 192.168.1.12: bytes=32 time=1ms TTL=128
- NOTE: From the .5 machine, the .12 machine is easily pingable
CLI jar execution results:
- S:>java -jar JavaRDP16-1.1.jar -u [Win user ID on .12 system] -fs -s "d:\seamlessrdp\seamlessrdpshell.exe d:\seamlessrdp\dizzy.exe" -p [PW for user on .12 system] 192.168.1.12:3389
- 0 [main] INFO com.elusiva.rdp.RDPClientChooser - RDPClientChooser
- 4 [main] INFO com.elusiva.rdp.RDPClientChooser - RDPClientChooser.RunNativeRDPC lient
- 95 [main] INFO com.elusiva.rdp - Elusiva Everywhere version 1.1
- 99 [main] INFO com.elusiva.rdp - Java version is 1.6
- 103 [main] INFO com.elusiva.rdp - Operating System is Windows 7 version 6.1
- 572 [main] INFO com.elusiva.rdp - Connecting to 192.168.1.12:3389 ...
- Note that local machine has IP of .5
Any help would be appreciated!
On a side note, I have not tried OpenVPN-AS yet because my small server is running Windows and OpenVPN-AS does not have a native Windows install and I don't currently have the extra RAM on that system to dedicate 2Gig to a Linux VM to run concurrently. Also, it only comes with two licenses and I'd like to setup multiple users. If it or something else did address all my needs, was cheap, and was easy to setup/maintain, I would consider that as well.