CentOS搭建socket5代理服务器
1.安装socket5依赖包
yum -y install gcc automake make pam-devel openldap-devel cyrus-sasl-devel
2.下载ss5并安装
下载官⽹:ss5.sourceforge/
软件包:iweb.dl.sourceforge/project/ss5/ss5/3.8.9-6/ss5-3.8.
注意:不要下载最新版ss5-3.8.,这个包安装后布不能启动,报以下错误:
[11/Dec/2012:14:44:50 CST] [INFO] SS5 Version 3.8.9 - Release 7 starting
[11/Dec/2012:14:44:50 CST] [INFO] Copyright (C) 2002-2011 by Matteo Ricchetti - <matteo.ricchetti@libero.it> [11/Dec/2012:14:44:50 CST] [INFO] Setting dynamic configuration.
[11/Dec/2012:14:44:50 CST] [INFO] Cleaning old configuration.
[11/Dec/2012:14:44:50 CST] [INFO] Loading and validating new configuration.
[11/Dec/2012:14:44:50 CST] [0] [ERRO] S5LoadConfData: (No such file or directory).
[11/Dec/2012:14:44:50 CST] [ERRO] Configuration not switched.
root@test:~# tar zxvf ss5-3.8.
root@test:~# cd ss5-3.8.9
root@test:~# ./configure && make && make install
root@test:~# cd /etc/opt/ss5
root@test:/etc/opt/ss5# ls
#auth 0.0.0.0/0 - -
去掉注释,改为
auth 0.0.0.0/0 - u
u:使⽤ss5.passwd帐号密码登录,-:默认任何⼈都可使⽤
#permit - 0.0.0.0/0 - 0.0.0.0/0 - - - - -centos vim命令
去掉注释:
permit - 0.0.0.0/0 - 0.0.0.0/0 - - - - -
添加⽤户名密码
vim ss5.passwd
test test
3. 启动socks服务测试
root@test:~# chmod 755 /etc/rc.d/init.d/ss5
root@test:~# /etc/init.d/ss5 start
Processing math: 100%
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论