
CentOS7 上使用 iptables 中转流量
systemctl stop firewalld systemctl mask firewalld yum install iptables-services -y systemctl enable iptables echo 'net.ipv4.ip_forward = 1' | tee -a /etc/sysctl.conf sysctl -p iptables -A FORW...
systemctl stop firewalld systemctl mask firewalld yum install iptables-services -y systemctl enable iptables echo 'net.ipv4.ip_forward = 1' | tee -a /etc/sysctl.conf sysctl -p iptables -A FORW...
1.安装 KVM 检查环境是否支持 KVM cat /proc/cpuinfo | egrep 'vmx|svm' 若环境支持则有内容返回 关闭 SELinux vi /etc/sysconfig/selinux 修改 SELinux=enforcing 为 SELinux=disabled 使用 yum 软件包管理器安装 kvm yum -y install qemu-kvm python-...
收集的一键 SHELL 脚本 注意事项 VPS 测试 https://d.kxxzz.com/sh/bench.sh #测试 VPS 基础信息,以及下载速度,来自秋水逸冰 国内测试 https://d.kxxzz.com/sh/superbench.sh #主要包括 VPS 硬件信息,国内节点测试,电信、联通、移动,来自老鬼 基础测试 https://d.kxxzz.com/sh/ZBench.sh https...