![]() |
![]()
| ![]() |
![]()
NAMEss5.ha - Contains directives for centralized configuration management SYNOPSISss5 usually reads the HA file, ss5.ha, in the /etc/opt/ss5 directory. DESCRIPTIONTo 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 security mechanism. HA file contains also directives that must not be propagated 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 enable slave role and accept replica from master. ROUTING ENTRIESRoute entries describe the addresses ss5 must bind to before CONNECT, BIND and UPSTREAM operations. route source/destination-host bind-address group flag
SEE ALSOss5(1), ss5.conf(5), ss5.pam(5), ss5.passwd(5), ss5srv(1), ss5_supa(5), ss5_gssapi(5) AUTHORMatteo Ricchetti
Send comments to matteo.ricchetti@libero.it
|