Skip to content

Commit 9f257e0

Browse files
committed
Create README.md
1 parent 4563e44 commit 9f257e0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## pptpd
2+
3+
一键安装pptpd到Amazon EC2,支持Amazon Linxu AMI 的64位和32位的系统。
4+
5+
* 64位用的脚本是 pptpd_x64.sh
6+
* 32位用的脚本是 pptpd_i686.sh
7+
8+
9+
## 安装
10+
11+
sudo sh pptpd_x64.sh
12+
13+
14+
## 添加用户
15+
16+
vim /etc/ppp/chap-secrets
17+
18+
默认已经添加了用户名是vpn的用户,根据需要添加账号,每行一个。
19+
按照:“用户名 pptpd 密码 ip地址” 的格式输入,每一项之间用空格分开,
20+
例如:
21+
22+
vpn pptpd password *

0 commit comments

Comments
 (0)