commit 5babe8720ae2c4e129641c63ded9090d681bd7bb
parent 020fe2c7d0bd17de5a8bf4f001e087c28babf8d1
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 28 Jan 2024 01:31:01 +0100
Debug
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -262,7 +262,7 @@ in {
"cilium*"
"floating1"
"enp7s0"
- #"gre_nordgedanken"
+ "gre_nord"
"gre_worker2"
];
enable = true;
@@ -640,14 +640,14 @@ in {
vrrpInstances = {
VI_1 = {
state = "BACKUP";
- interface = "gre_nordgedanken";
+ interface = "gre_nord";
virtualRouterId = 230;
priority = 101;
extraConfig = ''
advert_int 1
'';
trackInterfaces = [
- "gre_nordgedanken"
+ "gre_nord"
"floating1"
];
unicastSrcIp = "10.0.2.1";
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -241,7 +241,7 @@ in {
"cilium*"
"enp7s0"
"gre_worker1"
- #"gre_nordgedanken"
+ "gre_nord"
];
enable = true;
allowPing = true;