当前位置:网站首页>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
边栏推荐
- 02_ Lock the code, and don't let the "lock" become a worry
- Redis notes 01: Introduction
- 剑指Offer03. 数组中重复的数字【简单】
- 剑指Offer10- I. 斐波那契数列
- 【附下载】密码获取工具LaZagne安装及使用
- repo Manifest Format
- PHP export word method (one MHT)
- Wechat applet development - page Jump transfer parameters
- elastic_ L04_ introduction. md
- 剑指Offer07. 重建二叉树
猜你喜欢
随机推荐
DEJA_ Vu3d - cesium feature set 053 underground mode effect
Flutter: about monitoring on flutter applications
Shutter: add gradient stroke to font
2020-11_ Technical experience set
4000 word super detailed pointer
(construction notes) learn the specific technology of how to design reusable software entities from three levels: class, API and framework
ES6 standard
Itext7 uses iexternalsignature container for signature and signature verification
Wechat applet development - page Jump transfer parameters
(construction notes) learning experience of MIT reading
Integer int compare size
Recovery of website address and method of Amazon account login two-step verification failure caused by mobile phone number becoming empty
(构造笔记)GRASP学习心得
1-1 token
2020-09_ Shell Programming Notes
Use of atomicinteger
023(【模板】最小生成树)(最小生成树)
手机号码变成空号导致亚马逊账号登陆两步验证失败的恢复网址及方法
023 ([template] minimum spanning tree) (minimum spanning tree)
1-2 project technology selection and structure