Merge pull request #2892 from 2q1w2007/master

2q1w2007申领
This commit is contained in:
Xingyu.Wang 2015-06-09 23:00:22 +08:00
commit 70ed958c67

View File

@ -1,3 +1,4 @@
2q1w2007申领
How to access a Linux server behind NAT via reverse SSH tunnel
================================================================================
You are running a Linux server at home, which is behind a NAT router or restrictive firewall. Now you want to SSH to the home server while you are away from home. How would you set that up? SSH port forwarding will certainly be an option. However, port forwarding can become tricky if you are dealing with multiple nested NAT environment. Besides, it can be interfered with under various ISP-specific conditions, such as restrictive ISP firewalls which block forwarded ports, or carrier-grade NAT which shares IPv4 addresses among users.