购买了VPS

用PP买了vultr的VPS,一个月5美元,充了5美元,充值送了20,相当于5美元能用5个月了。价格还时很划算的。创建了Los Angeles节点的服务器。得到root密码和IP。

IP:108.61.217.102

选择了按照centos6 i386系统。

ssh进入先安装WDCP(centos5 有问题,安装错误)

wget http://dl.wdlinux.cn/files/lanmp_v3.tar.gz
tar zxvf lanmp_v3.tar.gz
sh lanmp.sh

等待……

安装ss
wget –no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh
chmod +x shadowsocks.sh
./shadowsocks.sh 2>&1 | tee shadowsocks.log
安装完成后:
Congratulations, shadowsocks server install completed!
Your Server IP: 108.61.217.102
Your Server Port: 8989
Your Password: ********
Your Local IP: 127.0.0.1
Your Local Port: 1080
Your Encryption Method: aes-256-cfb

from:http://blog.csdn.net/huhu0769/article/details/52723413

修改配置文件vi /etc/shadowsocks.json为:
“server”:”0.0.0.0″,
“port_password”:{
“8989”:”pass8989″,
“9001”:”pass9001″,
“9002”:”pass9002″,
“9003”:”pass9003″,
“9004”:”pass9004″
},
“local_address”:”127.0.0.1″,
“local_port”:1080,
“timeout”:300,
“method”:”aes-256-cfb”,
“fast_open”:false

windows下,客户端软件。Shadowsocks?这个版本比较老,但是不需要.net4环境。xp、win7都支持。

此条目发表在随手杂记分类目录。将固定链接加入收藏夹。