当前位置:网站首页>RedHat5 安装Socket5代理服务器
RedHat5 安装Socket5代理服务器
2022-07-03 11:56:00 【星哥玩云】
一、RedHat5安装ss5所需的依赖软件包 [[email protected] Server]# rpm -ivh pam-devel-0.99.6.2-3.27.el5.i386.rpm warning: pam-devel-0.99.6.2-3.27.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 Preparing... ########################################### [100%] 1:pam-devel ########################################### [100%] [[email protected] Server]# rpm -ivh openldap-devel-2.3.27-8.el5_1.3.i386.rpm warning: openldap-devel-2.3.27-8.el5_1.3.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: cyrus-sasl-devel >= 2.1 is needed by openldap-devel-2.3.27-8.el5_1.3.i386 [[email protected] Server]# rpm -ivh cyrus-sasl-devel-2.1.22-4.i386.rpm warning: cyrus-sasl-devel-2.1.22-4.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 Preparing... ########################################### [100%] 1:cyrus-sasl-devel ########################################### [100%] ^[[A[[email protected] Server]# rpm -openldap-devel-2.3.27-8.el5_1.322-4.i386.rpm warning: openldap-devel-2.3.27-8.el5_1.3.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 Preparing... ########################################### [100%] 1:openldap-devel ########################################### [100%]
二、下载编译socket5软件ss5-3.6.1
wget http://static.auvps.com/uploads/2013/04/ss5-3.6.1-1.tar.gz tar zxvf ss5-3.6.1-1.tar.gz cd ss5-3.6.1 ./configure make make install
三、启动ss5的服务 /etc/init.d/ss5 start
四、添加ss5到服务中,并随机启动 chkconfig --add ss5 chkconfig --level 2345 ss5 on
五、ss5 默认使用1080端口,并允许任何人使用。我们可以修改 /etc/opt/ss5/ss5.conf 中的 # SHost SPort Authentication # auth 0.0.0.0/0 - -
修改为: # SHost SPort Authentication auth 0.0.0.0/0 - u
六、在 /etc/opt/ss5/ss5.passwd 中添加 用户名和密码 ,比如: test test 七、使用用户验证,重启ss5服务 /etc/init.d/ss5 restart
边栏推荐
- 写一个简单的nodejs脚本
- Summary of development issues
- PHP導出word方法(一mht)
- (construction notes) learn the specific technology of how to design reusable software entities from three levels: class, API and framework
- 4000字超详解指针
- 225. Implement stack with queue
- Integer string int mutual conversion
- If you can't learn, you have to learn. Jetpack compose writes an im app (II)
- DEJA_VU3D - Cesium功能集 之 053-地下模式效果
- Applet wxss introduction
猜你喜欢
随机推荐
剑指Offer03. 数组中重复的数字【简单】
The future of cloud computing cloud native
If you can't learn, you have to learn. Jetpack compose writes an im app (I)
New features of ES6
Display time with message interval of more than 1 minute in wechat applet discussion area
Shutter: overview of shutter architecture (excerpt)
DEJA_VU3D - Cesium功能集 之 053-地下模式效果
剑指Offer09. 用两个栈实现队列
temp
Slf4j log facade
Integer string int mutual conversion
Eureka自我保护
flinksql是可以直接客户端建表读mysql或是kafka数据,但是怎么让它自动流转计算起来呢?
Shutter: about inheritedwidget
2.9 overview of databinding knowledge points
Systemverilog-- OOP--对象的拷贝
Use bloc to build a page instance of shutter
Shardingsphere sub database and sub table < 3 >
Redis notes 01: Introduction
OpenGL draws colored triangles






![[official MySQL document] deadlock](/img/2d/04e97d696f20c2524701888ea9cd10.png)

