https://github.com/tomoncle/pptp-vpn-server
基于pptp的vpn服务搭建部署脚本
https://github.com/tomoncle/pptp-vpn-server
Last synced: 23 days ago
JSON representation
基于pptp的vpn服务搭建部署脚本
- Host: GitHub
- URL: https://github.com/tomoncle/pptp-vpn-server
- Owner: tomoncle
- License: mit
- Created: 2018-03-22T05:21:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T05:44:32.000Z (about 7 years ago)
- Last Synced: 2025-04-04T05:51:12.243Z (about 2 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 39
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pptp-vpn-server
> 基于pptp的vpn服务搭建部署脚本## 下载
* **ubuntu环境**:`$ wget https://raw.githubusercontent.com/tomoncle/pptp-vpn-server/master/pptp-vpn-server-ubuntu14.04.sh`
* **centos环境**:`$ wget https://raw.githubusercontent.com/tomoncle/pptp-vpn-server/master/pptp-vpn-server-centos7.sh`## 使用
* 1.授权:`$ chmod +x pptp-vpn-server-*.sh`
* 2.运行:`$ ./pptp-vpn-server-*.sh`, 执行过程需要你显示的指定你连接的用户名,密码.
* 参数:`username`: vpn连接的用户名
* 参数:`password`: vpn连接的密码## client连接
打开客户端,使用pptp协议连接, 填入你的`服务器地址`,`用户名`和`密码`即可使用.