LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   SSH pc-->nic fw nic-->pc ? (https://www.linuxquestions.org/questions/linux-networking-3/ssh-pc-nic-fw-nic-pc-324730/)

fipeso 05-18-2005 12:44 PM

SSH pc-->nic fw nic-->pc ?
 
Hi,

With the below command line, issued from my work pc, I am able to remote control to my firewall at home from work, and / or remote controll my work PC from the firewall, using "vncviewer 127.0.0.1::5901"

ssh -R 5901:127.0.0.1:5900 -L 5901:127.0.0.1:5900 -l username myfirewallip

The firewall is a pc with two network adapters.

Now I would like to remote control my work pc over the tunnel, from my Linux desktop pc, that is behind the firewall.

Is it possible to do that?


All times are GMT -5. The time now is 12:56 AM.