From d1c2a2106a3bf104f22bf904fd20b5fb6d04f20a Mon Sep 17 00:00:00 2001 From: jdubois Date: Tue, 10 Aug 2021 18:04:33 +0200 Subject: [PATCH] Ajout gateway ALB --- HowtoDebian/Reseau.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoDebian/Reseau.md b/HowtoDebian/Reseau.md index 83f6d560..c29e8d70 100644 --- a/HowtoDebian/Reseau.md +++ b/HowtoDebian/Reseau.md @@ -215,6 +215,7 @@ iface eno2 inet manual auto bond1 iface bond1 inet static address 192.0.2.1/24 + gateway 192.0.2.254 bond-mode 6 bond-slaves eno1 eno2 bond-miimon 100