心灵美饼干

文章
3
资源
0
加入时间
2年10月17天

linux 端口转发 udp,Linux Socat TCP/UDP端口转发及使用

socat是不支持端口段转发,只适用于单端口或者少量端口,如果需要大量端口考虑使用 iptables 或 haproxy 。( haproxy 只能转发TCP ) 。Socat安装Centos 系统:yum install -y socatDebian/Ubuntu 系统:apt-get updateapt-get install -y socatSocat使用TCP4-LISTEN:在本地建立的...