Port Forwarding a Specific Port (e.g. 22)
Posted
by
Jerry Blair
on Super User
See other posts from Super User
or by Jerry Blair
Published on 2014-06-08T07:34:43Z
Indexed on
2014/06/08
9:29 UTC
Read the original article
Hit count: 368
I'm still confused about establishing an SSH connection (port 22) between two computers on different internal networks. For example: I am on my computer with internal IP address IIP-1, connected to my router RT-1. There are 10 IIPs connected to RT-1. I want to establish an SSH connection to IIP-3 which is connected to router RT-2. There are 10 IIPs connected to RT-2. At any time, there can be multiple SSH connections between IIPs on RT-1 and RT-2. Since I only have port 22 available, I don't know which SSH session is talking between which IIPs. I looked at a couple of similar questions but am still unclear on the solution. Thanks much, Jerry
© Super User or respective owner