环境安装
1. 命令行安装
1 | centos |
2. 源码安装
1 | To get the latest release of OpenVPN, go to https://openvpn.net/community-downloads/: |
配置
- 默认配置路径:
/etc/openvpn/
命令行使用
1.服务端
1 | openvpn --ifconfig 10.10.0.1 10.10.0.2 --dev tun |
2.客户端
1 | openvpn --ifconfig 10.10.0.2 10.10.0.1 --dev tun --remote 100.100.2.181 |
参考
- centos7部署easyrsa打通内网
- 基于easy-rsa-3.0搭建VPN服务之OpenVPN
- 告别繁琐设置,用OpenVPN一键实现内网穿透与远程办公
- openvpn的搭建与使用
- CentOS 搭建 OpenVPN 服务
- Linux 搭建OpenVPN服务器和客户端(一)——最简配置
- OpenVPN Server搭建及使用客户端证书认证