1.安装OpenVPN
sudo apt-get install openvpn
安装完成之后,会在系统中出现/etc/openvpn目录。
2.添加配置文件
复制Windos下配好的OpenVPN配置文件,放在/etc/openvpn目录下。
sudo cp /media/skyking/Program/Program\ Files/OpenVPN/config/* /etc/openvpn/
3.启动VPN
sudo openvpn /etc/openvpn/client.ovpn
等待终端显示出
Sat Oct 10 10:52:17 2015 Initialization Sequence Completed
就表示已经连接服务器成功了。
4.停止VPN
在VPN运行的终端窗口,按Ctrl+C即可停止VPN连接。
在Ubuntu 15.04上配置OpenVPN服务器和客户端:http://www.linuxdiyf.com/linux/13129.html
CentOS6.5 Linux基于AD域账号联动认证的OpenVPN服务器配置详细步:http://www.linuxdiyf.com/linux/12629.html
如何在Linux上用OpenVPN搭建安全的远程网络架构:http://www.linuxdiyf.com/linux/11882.html
Linux上如何通过OpenVPN建立安全的远程连接:http://www.linuxdiyf.com/linux/11518.html
Ubuntu Server 14.04搭建OpenVPN服务器保护你的隐私生活:http://www.linuxdiyf.com/linux/10473.html