Installing SS5 server on CentOS 6.5 Linux

Source: Internet
Author: User

Yum Groupinstall "Development Tools" yum-y install gcc automake makeyum-y install pam-devel openldap-devel Cyrus-sasl-dev El

Download Compile Socket5

wget http://liquidtelecom.dl.sourceforge.net/project/ss5/ss5/3.8.9-8/ss5-3.8.9-8.tar.gz

Tar zxvf ss5-3.8.9-8.tar.gz
CD ss5-3.8.9
./configure
Make
Make install

Register SS5 as a service

chmod +X/ETC/INIT.D/SS5
Chkconfig--add SS5

Set boot auto-start SS5 service
Chkconfig SS5 on

1080 ports are used by default and are allowed to be used by anyone.

You can add a user name and password by modifying/etc/opt/ss5/ss5.conf
How to do this:

# Shost SPort Authentication
#
Auth 0.0.0.0/0--

# Shost SPort Authentication
#
Auth 0.0.0.0/0-U

Add user name and password in/ETC/OPT/SS5/SS5.PASSWD (one line of user information, format: User name + space + password) such as:

User password

Restart SS5 Service

Service SS5 Restart

Installing SS5 Server on CentOS 6.5 Linux

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.