AutoSS5 是基于SS5+PAM_MYSQL+MYSQL的SOCKS5代理,可用WEB管理
安装说明:
wget
tar -zxvf AutoSS5-1.0.1.tar.gz
cd AutoSS5-1.0.1
./AutoSS5
安装完成之后,可以用
[root@vps AutoSS5-1.0.1]# testsaslauthd -u test -p test -s ss5
0: OK "Success."
[root@vps AutoSS5-1.0.1]# testsaslauthd -u test -p test1 -s ss5
0: NO "authentication failed"
[root@vps AutoSS5-1.0.1]#
mysql密码:
root root
web管理密码:
admin admin
测试用户:
test test
WEB管理
请将目录下的ss5,复制到有php的机主上,修改Connections下的ss5.php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_vpn = "10.88.12.89"; //你的主机
$database_vpn = "pam"; //这个不用改
$username_vpn = "root"; //mysql用户名
$password_vpn = "root"; //mysql密码
$vpn = mysql_pconnect($hostname_vpn, $username_vpn, $password_vpn) or trigger_error(mysql_error(),E_USER_ERROR);
?>
注:centos5.2测试正常!
如果问题,请
或者防问我的网站:
阅读(1550) | 评论(1) | 转发(0) |