« Return to Thread: double forwarding

Re: double forwarding

by Joseph Spenner :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

--- Khill <hill.kevin@...> wrote:

>
> Ok, so my situation is as follows. 3 computers
>
> Home - windows machine
> WorkA - CentOS machine, with open SSH port to the
> world, and all ports open
> to an internal network
> WorkB - CentOS machine, with no open ports to the
> world, and all ports open
> to an internal network
>
> What I'd like to do is to get access to a VNC server
> running on WorkB from Home

You should be able to do this with 1 port forward.
Assuming you're not running a vnc server at home, the
following should work from home:

In PuTTY-
  Connect to WorkA with the following Tunnels:
    Source: 5900
    Destination: WorkB:5900

Then after that tunnel is built, point your vnc viewer
at: localhost, or 127.0.0.1

That should do it.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

 « Return to Thread: double forwarding