SSH tunnel assistance needed
Hi, given the situation:
Host1 --- SSH(22) ---> Host2 ---- (7007) ---> Host3
10.0.0.1 --- (22) ---> 192.168.0.1 --- (7007) ---> 172.16.0.1
I need to access port 7007 on Host3 (172.16.0.1:7007)
from Host1 (10.0.0.1) using access through Host2 (192.168.0.1) to whom I have only SSH access (port 22)
I need this to be done as a transparant route seen from Host1 and I have no access to Host3, eg. on Host1
I should be able to access port 7007 using eg. telnet directly....
Host 1 & 2 are both Linux servers under my full control and are OpenSSH enabled...
How do I set this up??
Thanks a bundle in advance for any assistance setting this up.
Best regards!