说明:一般用海外服务器的都会遇到线路爆炸,网络不好的情况,导致我们用55R等软件的效果很差,这时候就可以用端口转发来改善这种情况,常见的转发有rinetd
、Haproxy
、iptables
、socat
,前面2种只能转发TCP,后面TCP/UDP都可以转发,如果用来玩游戏的话就需要转发UDP了,博主就写了个Socat一键安装脚本,这里分享下。
iptablesUtils
主页地址:https://github.com/arloor/iptablesUtils
国内
wget --no-check-certificate -qO natcfg.sh http://www.arloor.com/sh/iptablesUtils/natcfg.sh && bash natcfg.sh
国外
wget --no-check-certificate -qO natcfg.sh https://raw.githubusercontent.com/arloor/iptablesUtils/master/natcfg.sh && bash natcfg.sh
iptables
wget -N --no-check-certificate https://dl.onecdn.cn/%E5%A4%A9%E7%BF%BC%E4%BA%91/Shell/iptables-pf.sh && chmod +x iptables-pf.sh && bash iptables-pf.sh
备注:CentOS 7 默认的防火墙是 firewall,要使用本脚本,请先卸载或关闭 firewall 服务器,并安装 iptables 全套软件。
Socat
wget -N --no-check-certificate https://dl.onecdn.cn/%E5%A4%A9%E7%BF%BC%E4%BA%91/Shell/socat.sh && chmod +x socat.sh && bash socat.sh
Brook
centos提前安装:yum install bind-utils -y
debian提前安装:apt-get install dnsutils -y
国内
wget http://download.maobuni.com/brook/brook-pf-mod.sh
bash brook-pf-mod.sh
国外
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/brook-pf.sh && chmod +x brook-pf.sh && bash brook-pf.sh
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。