diff options
-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 |