安装软件包及版本要求
1. CentOS 7.6
2.安装所需要软件依赖包
添加EPEL源
# wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 https://mirrors.tuna.tsinghua.edu.cn/epel/RPM-GPG-KEY-EPEL-7
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
3.安装iptables以及iptables-services
yum install -y iptables-services iptables
3.安装iptables以及iptables-services
yum -y install open*** easy-rsa
centos 7.6 yum搭建open***服务端以及客户端
原文:https://blog.51cto.com/blief/2701252