OpenVPN一键搭建脚本OpenVPN

0x01 install.sh#!/bin/bash## https://github.com/hwdsl2/openvpn-install## Based on the work of Nyr and contributors at:# https://github.com/Nyr/openvpn-install## Copyright ...
myluzh 发布于 

OpenVPN设置账号密码登陆OpenVPN

配置OpenVPN#!/bin/sh############################################################ checkpsw.sh (C) 2004 Mathias Sundman ## This script will authenticate OpenVPN users against# a ...
myluzh 发布于 

OpenVPN客户端证书合并到配置文件中OpenVPN

1.编辑client.ovpn客户端配置文件:2.删除在这里我把它们注释掉:ca ca.crt  改为:#ca ca.crtcert client.crt  改为:#cert client.crtkey client.key   改为:#key client.keytls-auth ta.key 1  改为:#tls-auth t...
myluzh 发布于 

CentOS7搭建OpenVPN ServerOpenVPN

0x01 安装OpenVPN#临时关闭selinuxsetenforce 0#添加epel yum源wget -O /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repoyum cleanyum makecache#yum安装包yum install op...
myluzh 发布于