My friend has a ssh server in a private network (ip address is 10.9.11.*), can this ssh server be accessed in public network? if it's possible, please tell me how to get it. thanks
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
There's a few approaches i can think of to do it. In addition to Ignacio's solution of using nat, you could use reverse ssh tunneling - connecting out from your friend's server to your system, or a third one, or set up an ipv6 tunnel provider on the server as well as the client systems - i've done this with gogo6, and use the ipv6 address and tunnel for ipv6 |
|||||||
|
|
This has nothing to do with SSH. Private addresses such as 10/24 cannot be routed on the Internet, so some form of NAT must be used to make it available on a public address. Normally this is done with the "port forwarding" capabilities of a router or similar device. |
|||||||||
|