From 9d695983c612ac75433f79787913c6229b8c89d8 Mon Sep 17 00:00:00 2001 From: Pierre Coimbra Date: Sun, 20 Oct 2019 15:23:58 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'proxmox/cluster/cr?= =?UTF-8?q?eation=5Fcluster.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxmox/cluster/creation_cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox/cluster/creation_cluster.md b/proxmox/cluster/creation_cluster.md index 27b9499..fb298c6 100644 --- a/proxmox/cluster/creation_cluster.md +++ b/proxmox/cluster/creation_cluster.md @@ -13,14 +13,14 @@ On va mettre en place une interface supplémentaire directement reliée à l'aut ``` auto eth3 iface eth3 inet static - address 10.10.1.151 + address 10.30.0.151 netmask 255.255.255.0 ``` ##### Depuis Beta on ajoute ``` auto eth3 iface eth3 inet static - address 10.10.1.152 + address 10.30.0.152 netmask 255.255.255.0 ``` Nous avons désormais un multicast en place entre Alpha et Beta ainsi les hyperviseurs dialogueront entre eux localement sur une interface et seront relié au net sur une autre interface. Matériellement il faut un cable croisé entre les deux ports correspondant à eth3.