GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ss5(1) FreeBSD General Commands Manual ss5(1)

ss5 - A daemon that implements the SOCKS v4 and v5 protocol to execute proxy requests for a client

ss5 [options]

ss5 is a socks server that implements the SOCKS v4 and v5 protocol. As a proxy server, ss5 authenticates, profiles and processes network requests for clients. It establishes connections to application hosts for client applications. When the client attempts to access the network, the client connects to the ss5 daemon instead of the application host.

Following authentication, clients request that ss5 perform network activities for the client. The activities might include:


CONNECT


BIND


UDP ASSOCIATE

The ss5 protocol is independent of application protocols, and can assist with different networking services, including telnet, ftp, finger, whois, gopher, and WWW access.
The ss5 daemon supports one authentication method:

Username/Password - Refer to ss5.passwd(5) or ss5.pam(5) for additional information.

The ss5 daemon supports two profiling methods:

File - Refer to ss5.conf(5) for additional information.

Ldap - Refer to ss5.conf(5) for additional information.

ss5 can run:

standalone - the default

threaded - if your operating system supports POSIX threads. Include the -t option to run ss5 in threaded mode.

Separate multiple options with white space.

host:port specifies the host and the port number on that host on which ss5 runs, instead of the default port. When you omit host, ss5 uses 0.0.0.0 as the host value.
Run multiple instances of ss5. -n option control the number of instances.
Run ss5 in threaded mode, if your operating system supports POSIX threads.
Run ss5 with the specified user name.
Print a message containing the current ss5 version.
Use syslog instead of ss5.log log file.
Run syntax check for config file
Disable logging

To set the variables in the configuration file, use the syntax:

set variable [value]
order domain name answers for implementing failover.
val specifies the idle time in seconds, before closing a connection (0 for infinite).
enable verbose output to logfile.
enable web console.
enable server manager command line tool.
enable debug output to logfile.
set syslog facility
set syslog level
enable PAM authentication
enable user authentication caching and set cache age
enable user authorization caching and set cache age
set timeout for ldap query for profiling
set BASE method for profiling (see PROFILING section in configuration file)
set FILTER method for profiling (see PROFILING section in configuration file)
enable RADIUS authentication
set interval beetwen interim update packet
set interim response timeout
set session feature for balanced connections. SS5 mantain affinity session between source client and destination server
set expiration time for session affinity (in seconds)
enable netbios domain mapping with directory store, during authorization process
set number of requests ss5 process can serv before closing (only preforked mode)
set SUPA secret key (default SS5_SERVER_S_KEY). See http://csocks.altervista.org
set internet address of ICP server
set gss service principal

sets the effective user ID of the ss5 process
sets listen port
sets listen address
sets absolute pathname of ss5 config file
sets absolute pathname of ss5 password file
sets key value for configuration replica
sets role to slave to accept replica from master (default value is ALONE)
sets absolute pathname of ss5 log file
sets absolute path of ss5 profile files
sets absolute path of ss5 modules

SOCKS protocol Version 5
Username/Password Authentication for SOCKS V5

ss5(1), ss5.conf(5), ss5.pam(5), ss5.passwd(5), ss5.ha(5), ss5srv(1), ss5_supa(5), ss5_gssapi(5)


Matteo Ricchetti
Send comments to matteo.ricchetti@libero.it

20 Jan 2009

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.