Hi everyboy, BRAVO!!! to anyone that contributed because there are really a lot of informations. However, I had had a problem that I still can't solve by combining (SSH+VNC), even after I read the entire topic. The following picture give a view of the situation. I would like to remote, if possible, any computer at home from work. using my tablet. thank you. Note: I already fixed the problem using the combination (HAMACHI+ VNC), but I would like to use SSH because it is more secured. The question is for everyone.
$ ssh -L5901:localhost:5900 50.0.0.10
$ ssh -L5901:localhost:5900 -L5902:192.168.1.23:5900 50.0.0.10
$ ssh -p 2222 -L5901:localhost:5900 50.0.0.10