当前位置:网站首页>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
边栏推荐
- [MySQL special] read lock and write lock
- DEJA_VU3D - Cesium功能集 之 054-模拟火箭发射全过程
- Flutter: about monitoring on flutter applications
- Adult adult adult
- Lambda表达式
- 2020-10_ Development experience set
- Lambda expression
- If you can't learn, you have to learn. Jetpack compose writes an im app (I)
- Is it safe to open an account for online stock speculation? Who can answer
- Oracle advanced (I) realize DMP by expdp impdp command
猜你喜欢

Wechat applet - basic content

Sword finger offer07 Rebuild binary tree

剑指Offer06. 从尾到头打印链表

laravel 时区问题timezone

PHP導出word方法(一mht)

Unicode encoding table download

If you can't learn, you have to learn. Jetpack compose writes an im app (I)

What is more elegant for flutter to log out and confirm again?

Basic knowledge of OpenGL (sort it out according to your own understanding)

【ManageEngine】IP地址扫描的作用
随机推荐
Talk about the state management mechanism in Flink framework
Wechat applet development - page Jump transfer parameters
Display time with message interval of more than 1 minute in wechat applet discussion area
2.7 overview of livedata knowledge points
Apprendre à concevoir des entités logicielles réutilisables à partir de la classe, de l'API et du cadre
pragma-pack语法与使用
20. Valid brackets
Why can't my MySQL container start
Basic knowledge of OpenGL (sort it out according to your own understanding)
PHP export word method (one MHT)
Eureka自我保护
Dart: self study system
(構造筆記)從類、API、框架三個層面學習如何設計可複用軟件實體的具體技術
Sword finger offer07 Rebuild binary tree
Self made pop-up input box, input text, and click to complete the event.
Integer int compare size
347. Top k high frequency elements
Use of atomicinteger
257. All paths of binary tree
Socket TCP for network communication (I)