From 75c8c3e6e264ac80f23b7ff21475813190db7f48 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 5 Dec 2025 12:23:56 +0100 Subject: [PATCH] hosts/dn42-il-gw1: Add peer c4tg1rl5 --- hosts/dn42-il-gw1/configuration.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index 2089522..4f8b8f7 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -183,6 +183,26 @@ ]; privateKeyFile = config.sops.secrets.wg1280.path; }; + # c4tg1rl5 + # https://catgirls.systems/peering/ + wg1411 = { + ips = [ + "fe80::2574/128" + ]; + postSetup = '' + ip addr replace dev wg1411 fe80::2574/128 peer fe80::1411/128 + ''; + listenPort = 51411; + allowedIPsAsRoutes = false; + peers = [ + #{ + # allowedIPs = [ "fe80::/10" "fd00::/8" ]; + # endpoint = ""; + # publicKey = ""; + #} + ]; + privateKeyFile = config.sops.secrets.dn42-router-general-wireguard-key.path; + }; # zaphyra wg1718 = { ips = [ @@ -273,6 +293,7 @@ 51271 # wg1271 51272 # wg1272 51280 # wg1280 + 51411 # wg1411 51718 # wg1718 52189 # wg2189 54719 # wg4719 @@ -349,6 +370,13 @@ remoteAsn = "4242421280"; localAddress = "fde3:4c0d:2836:ff00::21"; } + { + peerName = "peer_1411_de_fsn"; + remoteAddress = "fe80::1411"; + interfaceName = "wg1411"; + remoteAsn = "4242421411"; + localAddress = "fe80::2574"; + } { peerName = "peer_1718"; remoteAddress = "fe80::6b61";