Port ing tool-socat

Source: Internet
Author: User

Requirement

Some servers do not have public IP addresses, and port ing is performed on servers with public IP addresses.

There are many implementations of such requirements. I love socat, which is simple and beautiful.

Sample script
Create a file named
Intershow. Sh

/Usr/local/socat/bin/socat-D-LF/var/log/socat. log TCP4-LISTEN: 9030, reuseaddr, fork, su = Nobody tcp4: 172.16.6.101: 22 &/usr/local/socat/bin/socat-D-LF/var/log/socat. log TCP4-LISTEN: 9031, reuseaddr, fork, su = Nobody tcp4: 172.16.6.125: 22 &/usr/local/socat/bin/socat-D-LF/var/log/socat. log TCP4-LISTEN: 9036, reuseaddr, fork, su = Nobody tcp4: 172.16.6.125: 3306 &

We recommend that you use the following command to start
Nohup./intershow. Sh &

Socat can be mapped to TCP, UDP, unixsocket ......

Simple and powerful.

Reference http://www.dest-unreach.org/socat/doc/socat.html

Port ing tool-socat

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.