Well come to computer world of TFCRA!!!
2012年1月23日在LINODE上购买了为期一个月的VPS,并于第二天凌晨成功运行,在此简单记录一下其中的过程。
- 购买VPS的时候,信用卡貌似需要与国家对应,否则可能支付失败。
- 选择VPS物理地址,我选择了日本服务器。
- 操作系统,我使用了比较熟悉的Ubuntu的LTS。
- 操作系统安装本身不需要我操心,自动完成安装。
- 由于当时没有配置好SSH,所以暂且使用了网页自带的Ajax模拟终端。
基础设施准备完毕后,开始配置(需要打入的命令为蓝色):
-
安装PPTP服务器:
apt-get update && apt-get install pptpd
-
编辑PPTP设置:
vi /etc/pptpd.conf
将其中:
#localip 192.168.0.1
#remoteip 192.168.0.234-238,192.168.0.245
的#注释去掉,保存。 -
添加VPN用户:
vi /etc/ppp/chap-secrets
加入例如:
myname pptpd mypassword * -
DNS:
vi /etc/ppp/options
添加:
ms-dns 8.8.8.8
ms-dns 8.8.4.4
或者加入自己喜欢的DNS -
vi /etc/sysctl.conf
将net.ipv4.ip_forward=1前面的#注释去掉
执行:sysctl -p 使修改生效。 -
重启pptpd服务:
/etc/init.d/pptpd restart -
IPTABLES安装:
apt-get install iptables -
配置并保存iptables设置:
iptables -t nat -A POSTROUTING -s 192.168.217.0/24 -o eth0 -j MASQUERADE
iptables-save > /etc/iptables.pptp -
touch /etc/network/if-up.d/iptables
vi /etc/network/if-up.d/iptables
添加如下内容:
=======不包含本行======
#!/bin/sh
iptables-restore < /etc/iptables.pptp
=======不包含本行======
保存 - chmod +x /etc/network/if-up.d/iptables
PR
フリーエリア
=======================
在这里搜索成人资源 =^_^=
アダルトリソース検索 =^_^=
Search Adult Resources Here: =======================
Translate this page to your language: =======================
=======================
=======================
=======================
=======================
在这里搜索成人资源 =^_^=
アダルトリソース検索 =^_^=
Search Adult Resources Here: =======================
Translate this page to your language: =======================
=======================
=======================
=======================
=======================
カレンダー
12 | 2025/01 | 02 |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
ブログ内検索
最古記事
(10/03)
(10/03)
(10/07)
(10/09)
(10/10)