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

1、配置OpenVPN vim /etc/openvpn/checkpsw.sh #!/bin/sh ########################################################### # checkpsw.sh (C) 2004 Mathias Sundman # # This script will authentic...
myluzh 发布于 

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

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

CentOS7搭建OpenVPN Server OpenVPN

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

RouterOS配置OpenVPN Server与客户端流量分流 OpenVPN

设备:rb750gr3 ROS版本:v6.49.7 一、创建证书 1.创建CA证书 进入System->Certificates->Certificates页面,创建证书。 在General页面填写Name与CommonName为"ovpnCA"。切换到Key Usage选项卡,勾选"key cert. si...
myluzh 发布于