tunneling

How to develop a Client/Server/Host Remote Desktop Solution that can tunnel through Firewalls and NAT

Hi Everybody, Im starting a college in which i hope to develop (most of at least) a Java & JSP based remote desktop application that replicates Logmein's architecture. I would appreciate some ideas on how to implement this from a network & software perspective. The following diagram is a good representation - http://blog.donet.com/wp-co...

How to connect to a database through a Paramiko Tunnel (or similar package)

I am having serious issues setting up a proper tunnel in paramiko to enable a database connection. I have reviewed the example 'forward.py', but am not understanding how to then link the database connection to it. Any pointers woudl be much appreciated. I think I need something the following: t = paramiko.Transport((hostname, port)) ...