socat
Posted waterystone
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了socat相关的知识,希望对你有一定的参考价值。
socat TCP4-LISTEN:65532,fork,range=192.168.110.89/32 TCP4:127.0.0.1:65531 socat tcp-l:4321,reuseaddr,fork tcp:192.168.1.2:3306
2.权限控制
请求-->机器A(无执行权限)-->机器B(有执行权限)
2.1机器A(hosts)
#定向到机器B的IP 10.86.236.234 api.xxx.com
2.2机器B(socat)
sudo socat tcp-l:65531,reuseaddr,fork tcp:api.xxx.com:80
以上是关于socat的主要内容,如果未能解决你的问题,请参考以下文章