这里用的是centos 7.6
#先安装wget
yum install wget
#一键命令安装
wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
安装步骤参考
安装成功后自动启动服务的了,也可以手动启动或停止
systemctl start openvpn-server@server.service #启动openvpn命令
systemctl stop openvpn-server@server.service #停止openvpn命令
官网下载客户端,或者文章底部下载链接下载 并安装
一个证书同时只能一个设置连接
cd /etc/openvpn/server/easy-rsa/ && ./easyrsa --batch --days=3650 build-client-full lingPcClient nopass
# /Users/lizheng/Downloads是我的本地路径,输入命令回车再输入服务器密码
scp root@服务器IP:"/etc/openvpn/server/easy-rsa/pki/issued/lingPcClient.crt" /Users/lizheng/Downloads
scp root@服务器IP:"/etc/openvpn/server/easy-rsa/pki/private/lingPcClient.key" /Users/lizheng/Downloads
打开openVpn,把生成的证书拖拉到客户端连接就可以