On Wed, Nov 23, 2005 at 07:09:29PM +0800, Richard Jason R. Raquepo wrote: > anyway, i need to access that PC from my office, > preferably using VNC. now my workstation is also in a private network. > There is a spare pc from our office that has a public IP and that i can > access it from the private network, and yeah it has two lan card for the > public ip & private ip.
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 HTH -- $_=q:; # SHERWIN # 70;72;69;6e;74;20; 27;4a;75;73;74;20; 61;6e;6f;74;68;65; 72;20;50;65;72;6c; 20;6e;6f;76;69;63; 65;27;:;;s=~?(..); ?=pack q$C$,hex$1; ;;;=egg;;;;eval;;; _________________________________________________ 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

