随笔分类 -  Openvpn

openvpn AD验证
只有注册用户登录后才能阅读该文。
posted @ 2016-08-24 23:38 sunpear 阅读(19) 评论(0) 推荐(0)
Openvpn 本地密码验证
摘要:wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh https://github.com/Nyr/openvpn-install 1.修改配置文件。(添加下列配置) auth-user-pass-verif 阅读全文
posted @ 2016-07-31 10:28 sunpear 阅读(2621) 评论(0) 推荐(0)
Openvpn 安装简述
摘要:1.固定本地IP地址 vim /etc/sysconfig/network-scripts/ifcfg-eth0 2.同步时间。安装ntpd yum install ntpddate netupdate 时间服务器地址 2.1 配置时间同步 crontab -e */10 * * * * /usr/ 阅读全文
posted @ 2016-07-24 22:40 sunpear 阅读(116) 评论(0) 推荐(0)