commit f73c848a65fb1a0b78dafb1cdf047f4b8936652e
parent 844911c9a5140d23a83ba973ac0248515f23f296
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 19:54:31 +0200
Use same AS
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -515,13 +515,14 @@
protocol bgp midnightthoughts {
local as 4242423867;
source address 100.64.0.1;
+ strict bind 1;
ipv4 {
import none;
export all;
};
graceful restart on;
multihop 2;
- neighbor 100.64.0.3 port 180 as 4242423595;
+ neighbor 100.64.0.3 port 180 as 4242423867;
}
'';
};