commit 3bcd2bc518985ed0348b64609e7f2be4454c57ff
parent 41d86307d3d6c1a9a6834ce09e6b2ae95627e06a
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 19:20:48 +0100
Meow
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -451,10 +451,11 @@ in {
filter allowed_ips {
if net = 10.100.12.0/24 then accept;
+ reject;
}
protocol bfd {
- interface "*" {
+ interface "floating1", "enp7s0" {
interval 50 ms;
};
}
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -551,6 +551,7 @@ in {
filter allowed_ips {
if net = 10.100.12.0/24 then accept;
+ reject;
}
protocol static {
@@ -558,7 +559,7 @@ in {
}
protocol bfd {
- interface "*" {
+ interface "floating1", "enp7s0" {
interval 50 ms;
};
}
@@ -570,7 +571,7 @@ in {
protocol device {
scan time 10;
- interface "enp7s0";
+ interface "floating1", "enp7s0";
}
protocol kernel {