commit 736811fe3907dadc2191a8758a1c33a798113988
parent 7fcf75421607630df7b3411719f8830d87c93a8e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 20:44:49 +0200
Meow
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -528,9 +528,10 @@
ipv4 {
import where net ~ 192.0.0.0/24;
export all;
+ next hop address 100.64.0.1;
#next hop self;
};
- multihop 2;
+ multihop 3;
graceful restart on;
neighbor 100.64.0.3 port 180 as 4242423867;
}