diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-14 20:35:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 20:35:40 +0200 |
commit | 0dd6c484d4b170e496a24de5f0e041a66a553120 (patch) | |
tree | 2b4cda16c0433ff637e0ec0e52da8ae01a402791 | |
parent | ea486a3e40724cd3ffb864fb68516fb676967f41 (diff) | |
parent | 83466ffebab02eea917618b304a8bd2ae77c2a73 (diff) | |
download | vyos-documentation-0dd6c484d4b170e496a24de5f0e041a66a553120.tar.gz vyos-documentation-0dd6c484d4b170e496a24de5f0e041a66a553120.zip |
Merge pull request #51 from rebortg/change/cluster
delete cluster unicast and mention T985
-rw-r--r-- | docs/clustering.rst | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/clustering.rst b/docs/clustering.rst index 9eee31ea..b3dae0b6 100644 --- a/docs/clustering.rst +++ b/docs/clustering.rst @@ -3,12 +3,9 @@ Clustering ========== -VyOS supports multicast and unicast clustering. Multicast is default and to -use the unicast method you can add the peer directive to the interface with -the ip of the other cluster member. +VyOS supports multicast clustering. -In the example below SSH is clustered between two nodes with the unicast -method. +In the example below SSH is clustered between two nodes. .. code-block:: sh @@ -21,10 +18,11 @@ method. service ssh service 192.168.0.123/24/eth0 } - interface eth0 { - peer 192.168.0.121 - } + interface eth0 keepalive-interval 5000 monitor-dead-interval 20000 pre-shared-secret S3cr#t } + +.. note:: + Please follow the process of the cluster function here. https://phabricator.vyos.net/T985
\ No newline at end of file |