diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-05 16:10:41 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-05 16:10:43 +0200 |
commit | 2d5ece952b5971fc653f2855376b525b92f9a13b (patch) | |
tree | cfefca659bcdafc86412725b555663706241b688 /docs/ch14-clustering.rst | |
parent | 2da0d7ef81849641dcd8eed261c0a591116995bc (diff) | |
download | vyos-documentation-2d5ece952b5971fc653f2855376b525b92f9a13b.tar.gz vyos-documentation-2d5ece952b5971fc653f2855376b525b92f9a13b.zip |
Remove IPv6 chapter
IPv6 specific stuff is handeled direclty in the chapters like Network
Interface addresses or BGP.
Diffstat (limited to 'docs/ch14-clustering.rst')
-rw-r--r-- | docs/ch14-clustering.rst | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/ch14-clustering.rst b/docs/ch14-clustering.rst deleted file mode 100644 index 9f14c6ae..00000000 --- a/docs/ch14-clustering.rst +++ /dev/null @@ -1,28 +0,0 @@ -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. - -In the example below SSH is clustered between two nodes with the unicast -method. - -.. code-block:: sh - - cluster { - dead-interval 20000 - group cluster { - auto-failback false - primary vyos - secondary vyos2 - service ssh - service 192.168.0.123/24/eth0 - } - interface eth0 { - peer 192.168.0.121 - } - keepalive-interval 5000 - monitor-dead-interval 20000 - pre-shared-secret S3cr#t - } |