commit bdbeea81187aa9a2a4850f3151534c1c89d6999e
parent 7ab7127085a2578a714060967682496164fc3dae
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 19:46:03 +0100
Meow
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -487,9 +487,9 @@ in {
local 10.0.2.1 as 64513; # Use a private AS number
neighbor 10.0.2.2 as 64514; # Our neighbor ...
graceful restart on;
- gateway recursive;
multihop 2; # ... which is connected indirectly
ipv4 {
+ gateway recursive;
export filter allowed_ips;
import filter allowed_ips;
};
@@ -499,10 +499,10 @@ in {
local 10.0.2.1 as 64513; # Use a private AS number
neighbor 10.0.1.2 as 64512; # Our neighbor ...
#direct;
- gateway recursive;
graceful restart on;
multihop 2; # ... which is connected indirectly
ipv4 {
+ gateway recursive;
export filter allowed_ips;
import filter allowed_ips;
};
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -580,9 +580,9 @@ in {
local 10.0.2.2 as 64514; # Use a private AS number
neighbor 10.0.2.1 as 64513; # Our neighbor ...
graceful restart on;
- gateway recursive;
multihop 2; # ... which is connected indirectly
ipv4 {
+ gateway recursive;
export filter allowed_ips;
import filter allowed_ips;
};
@@ -592,10 +592,10 @@ in {
local 10.0.2.2 as 64514; # Use a private AS number
neighbor 10.0.1.2 as 64512; # Our neighbor ...
#direct;
- gateway recursive;
graceful restart on;
multihop 2; # ... which is connected indirectly
ipv4 {
+ gateway recursive;
export filter allowed_ips;
import filter allowed_ips;
};