Update build_nat_network.sh

This commit is contained in:
spiritLHLS 2023-04-10 14:32:13 +08:00 committed by GitHub
parent 8ba5fa87ae
commit d554aec120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,10 +55,12 @@ iface vmbr1 inet static
EOF
fi
# 加载iptables并设置回源
if ! command -v iptables &> /dev/null; then
green "iptables 未安装,正在安装..."
apt-get install -y iptables
fi
iptables -t nat -A POSTROUTING -j MASQUERADE
# 重启配置
service networking restart