CentOS搭建socket5代理服務器


1.安裝socket5依賴包
yum -y install gcc automake make pam-devel openldap-devel cyrus-sasl-devel

2.下載ss5並安裝
下載官網:http://ss5.sourceforge.net/
軟件包:http://iweb.dl.sourceforge.net/project/ss5/ss5/3.8.9-6/ss5-3.8.9-6.tar.gz

注意:不要下載最新版ss5-3.8.9-7.tar.gz,這個包安裝后布不能啟動,報以下錯誤:
[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.9-6.tar.gz
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
ss5.conf  ss5.ha  ss5.passwd

ss5.conf配置
#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       -       -       -       -       -
去掉注釋:
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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM