安裝socat
wget http://www.dest-unreach.org/socat/download/socat-1.7.1.2.tar.gz
tar -zxvf socat-1.7.1.2.tar.gz cd socat-1.7.1.2 ./configure
若make時出現
注:disable OpenSSL FIPS support "--disable-fips",在没有安装fips包的情况下make时会提示:
FIPSLD_CC=gcc fipsld -O -D_GNU_SOURCE -Wall -Wno-parentheses -DHAVE_CONFIG_H -I. -I. -c -o socat.o socat.c
/bin/sh: fipsld: command not found
make: *** [socat.o] Error 127
則使用
./configure --disable-fips
make make install
即可安裝完成。
本機ip下
socat TCP-LISTEN:9595,fork TCP:119.42.148.130(目的ip):9595&
(目的ip)是註解