1
0

hosts/dn42-il-gw1: Add peer c4tg1rl5

This commit is contained in:
2025-12-05 12:23:56 +01:00
parent ccdf9ceb0e
commit 75c8c3e6e2

View File

@@ -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";