前言
今天写个简单的教程,主要适用于手上有多台VPS服务器,例如通过国内服务器加速访问海外服务器,对于追求稳定和速度的人来说非常合适;
传统的使用iptables进行配置太麻烦,所以本教程使用的依旧是某位大佬提供的一键脚本工具,支持TCP+UDP转发、端口段转发,适用CentOS/Debian/Ubuntu14.04+等Linux系统。
过程开始
操作系统:CentOS 7.6系统,
通过使用Xshell工具连接上VPS服务器后,需要先`卸载或关闭默认的firewall防火墙1,推荐使用Debian/Ubuntu系统,可以省略这一步;
yum -y install firewall* ##安装firewall命令
yum -y remove firewall* ##卸载firewall命令
systemctl start firewalld.service ##打开firewall命令
systemctl stop firewalld.service ##关闭firewall命令
下载脚本
yum install -y wget && wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/iptables-pf.sh && chmod +x iptables-pf.sh && bash iptables-pf.sh
备用地址
wget -N --no-check-certificate https://zhujiget.com/wp-content/uploads/sh/iptables-pf.sh && chmod +x iptables-pf.sh
bash iptables-pf.sh
版权属于:疯狂的猿猴
本文链接:https://592850.com/archives/1023.html
本站文章采用 知识共享署名4.0 国际许可协议 进行许可,请在转载时注明出处及本声明!