FreeBSD Manual Pages
ss5.ha(5) File Formats Manual ss5.ha(5) NAME ss5.ha - Contains directives for centralized configuration management SYNOPSIS ss5 usually reads the HA file, ss5.ha, in the /etc/opt/ss5 directory. DESCRIPTION To enable centralized configuration management, ss5 opens and reads peers list from ss5.ha file and propagate local configuration to them after load/reload command is received, using a propagate key as secu- rity mechanism. HA file contains also directives that must not be prop- agated to peers, such as <route>. In the HA file, add one line for each peer. Each line should contain <peer> directive with the internet address of peer. Adding centralized configuration management feature to ss5 requires 3 steps: 1. Create the HA file with one entry per line. To create an entry for the peer 172.16.0.1, add this line to the ss5.ha file: peer 172.16.0.1 2. Set the environment variable SS5_PROPAGATE_KEY on master and peers with a key value before launch ss5 binary. The startup file may contain two lines such as: SS5_PROPAGATE_KEY=123456789 export SS5_PROPAGATE_KEY 3. Set the environment variable SS5_ROLE_SLAVE=YES on peers to en- able slave role and accept replica from master. ROUTING ENTRIES Route entries describe the addresses ss5 must bind to before CONNECT, BIND and UPSTREAM operations. route source/destination-host bind-address group flag source Could be host address or network address (source or des- tination if flag 's' o 'd') bind-address Must be host address group Could be filename in the /etc/ss5 directory containing user- names, a DN into a directory server or - (None). Not available for UDP requests. flag Could be 's' or 'd'. If =s, route is evaluated as source; if =d, route is evaluated as destination. SEE ALSO ss5(1), ss5.conf(5), ss5.pam(5), ss5.passwd(5), ss5srv(1), ss5_supa(5), ss5_gssapi(5) AUTHOR Matteo Ricchetti Send comments to matteo.ricchetti@libero.it 13 Mar 2006 ss5.ha(5)
NAME | SYNOPSIS | DESCRIPTION | ROUTING ENTRIES | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ss5.ha&sektion=5&manpath=FreeBSD+Ports+14.3.quarterly>
