Simple Port Forwarding Script

- - posted in Technical | Tagged as SSH,PortForwarding,Tunneling | Comments

Port forwarding allows remote computers (for example, computers on the Internet) to connect to a specific computer or service within a private local-area network (LAN).
Source:Wiki

Here is my version of local port forwarding. I created a script for finding me a local unused port and then forward all traffic on that local port to some remote server on a predefined port.

1
2
3
4
5
6
7
8
9
10
11
12
13
// Create a script called portForward.sh
// (This has to be run from the Server where you need to setup port forwarding)
//
Port=32000  // Set initial port to start lookup from.
while netstat -atwn | grep "^.*:${Port}.*:\*\s*LISTEN\s*$"
do
  echo "Port $Port is already used"
  Port=$(( ${Port} + 1 ))
done
echo "Looks like you get port ${Port}."  // Say you got 32003

//ssh -f userOfRemoteServer@remoteserverIP -L LocalhostIPaddress:localport:RemotehostIPaddress:remoteport -N
ssh -f user@10.145.2.233 -L 10.115.13.108:${Port}:10.145.2.233:8000 -N

The above script will forward all the traffic on 10.115.13.108:32003 to 10.145.2.233:8000.

Please note that you will need a user to be existing on 10.145.2.233. The script will ask you for the password.

Hope this helps someone.

To read more about different types of port forwarding etc, See also:
http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html
http://www.networkactiv.com/AUTAPF.html
https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding
http://www.revsys.com/writings/quicktips/ssh-tunnel.html





Gravatar of Ashwani Kumar

Recent posts


Subscribe



Your Feedback encourages me




Learning and Developments

One Month Rails



, 2FA, AWS AWS, Active Authenticator Directory, Facebook Flash, Forwarding, GOD,Chat,Coffee Github,Feedback,Repo Google Google,Search HAProxy, IOT, IP-block JQuery LetsEncrypt Load MQ MQTT, Messaging Octopress Octopress, OpenVpn OpenVpn, PI, Plugin Plugin, Port Raspberry, S3, SSH, Shell,Commands Soapui, Tag Tag, Tree, Tunneling XML XML, XServer, Xming ajax, angular, animated architecture architecture, azure balancing cloud, commenting, connectivity datapower datatables diagrams diaspora dropdown geocoding grep, hashicorp, ipaddress, ipv6, java, java,python mysql nokogiri, octopress-migration octopress-plugin oidc openapi, openssl powershell proxy rails, repo reviews ruby, script scripts, security, sharepoint shell spiffe spire spring springboot, ssh, swagger, telnet, vault vi, vieditor vim, visualblock, webattacks windows,cleanup windowsxp workload identity