技术杂谈

网络新概念,云计算、大数据、O2O、电商。。。。

openvpnd客户端下载登陆

一、安装centos:

建议选择纯净安装的centos7版本,在各大vps服务商里这一步都非常方便;Putty远程到linux服务器登陆。

二、安装net-tools:

yum update

yum install net-tools

三、下载openvpn:

cd /tmp

wget http://swupdate.openvpn.org/as/openvpn-as-2.0.10-CentOS7.x86_64.rpm

四、安装设置openvpn:

rpm -Uvh openvpn-as-2.0.10-CentOS7.x86_64.rpm

看到如下提示信息就说明安装成功了:

The Access Server has been successfully installed in /usr/local/openvpn_as

Configuration log file has been written to /usr/local/openvpn_as/init.log

Please enter "passwd openvpn" to set the initial

administrative password, then login as "openvpn" to continue

configuration here: https://0.0.0.0:943/admin

To reconfigure manually, use the /usr/local/openvpn_as/bin/ovpn-init tool.

Access Server web UIs are available here:

Admin UI: https://0.0.0.0:943/admin

Client UI: https://0.0.0.0:943/

然后运行:passwd openvpn 设置用户openvpn的密码;

然后登陆:https://0.0.0.0:943/到下载客户端

然后就可以畅游vpn了;