Sherwin Daganato wrote: > Search the web for these keywords: vnc ssh port forwarding > > Basically, what you need to do is: > o setup vnc server in your office worskation > o setup ssh server in your office server > o open a terminal in your home pc and issue > ssh -NT -L 5800:priv_vnc_srv_at_work:5800 -L 5900:priv_vnc_srv_at_work:5900 > [EMAIL PROTECTED] > o launch vnc client in your home pc and point it to localhost
If you use TightVNC, there's a far easier way. vncviewer -via pub_ssh_srv_at_work priv_vnc_srv_at_work This is apparently TightVNC-specific, and I've used it to good effect to circumvent pesky firewalls. -- Those who can make you believe absurdities can make you commit atrocities. http://stormwyrm.blogspot.com/ _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

