新人(linux系统以及SS服务端部署上)第一次操作,根据百度搜索到的资料分享下部署的经验和碰到的问题, 介绍下安装背景,精简版Red Hat Enterprise Linux 7.1 全程使用root帐号 - yum install python-setuptools && easy_install pip //安装系统依赖包(应该是这样叫吧)
- yum -y install wget //安装系统依赖包(应该是这样叫吧)
- pip install shadowsocks //安装ss
- vi /etc/shadowsocks.json //创建Shadowsocks的配置文件:. `: k; ]: p* l) y$ A
{6 d9 |+ y8 D' h# U
"server":"0.0.0.0",% d8 I2 v. |' o( ~ {4 Q
"server_port":19383,
0 _& U5 J" J' i- i7 y"local_port":1080,, c/ A3 _6 ?. [8 ?) Z* r& v; C) e
"password":"YourPassword",
# V4 K+ j* M: w"timeout":600,
7 A _( x5 N8 k3 L5 f( v"method":"aes-256-cfb",& n7 W3 S3 o' y& K) j0 `$ u9 s
"fast_open":false,
9 O5 _; _% e) H6 F"workers":1, T& Y! @7 v1 p
} $ z; H" { D1 ] u( f
这里特别说明下,之前的SERVER PORT 号小于10000就会出提示:
& h- o/ N' H- r- BTraceback (most recent call last):0 _( P. y9 h7 k* |6 S8 S: c4 G! o8 y2 a
File "/usr/bin/ssserver", line 9, in <module>
$ Z _/ m8 e2 Yloadentry_point('shadowsocks==2.6.8', 'console_scripts', 'ssserver')()
0 @6 T$ \, q% s8 I) f5 |File "/usr/lib/python2.7/site-packages/shadowsocks/server.py", line 60, in main7 Z4 ~0 h, t. Y" v, R$ K; [. O8 l
tcp_servers.append(tcprelay.TCPRelay(a_config, dns_resolver, False))
5 k n8 }' p& h7 {4 SFile "/usr/lib/python2.7/site-packages/shadowsocks/tcprelay.py", line 584, in __init_
- g [* S! ]1 Fserver_socket.bind(sa)$ E2 ?9 T7 h3 a: v9 y+ _# \
File "/usr/lib64/python2.7/socket.py", line 224, in meth& l* d8 ~$ u \+ R" r, f2 ~( ^
return getattr(self._sock,name)(*args)
# d3 a R, f* _) ]9 T9 Tsocket.error: [Errno 99] Cannot assign requested address 后面在修改端口到19383后就正常了。非常奇怪。
4 n9 q. L) \8 r- s L- Y- d: x r" e9 h; B0 Y3 }# B- }- E8 m0 C+ g
5.ssserver -c /etc/shadowsocks.json //服务器端启动命令 # K* q# C& \0 \0 s& C. A
客户端使用GoAgent+ (需要提前科学上网下载好): k7 Q3 ]% ?8 [) s) n
然后在GoAgent+ 里配置参数后测试。 参考的网页有:' V. t7 f' i3 Y: ~; A' w- u6 D
1. http://teddysun.com/339.html
z6 y$ ? A% Y: b1 t) J2. http://www.hiadmin.org/code/vps_shadowsocks/comment-page-1#comment-149828
2 O4 U; t. K% J a3. http://www.v2ex.com/t/118293
6 e) G! o" {: R8 t" G这里选择亚马逊AWS EC2服务器的好处是有1年的免费使用时间,可以把服务器部署到美国,东京,欧洲等地方便使用。网络情况也比较理想 1 q! }2 p- B$ X1 \
这给帖子本人在V2EX上发表过。这里分享给各位{:soso_e113:} 还有就是求各位发点金币,想下点干货。{:soso_e113:} - D9 h, ? G% f5 w6 G9 ~* @
|