hosts/dn42-il-gw1: Add peer c4tg1rl5
This commit is contained in:
@@ -183,6 +183,26 @@
|
|||||||
];
|
];
|
||||||
privateKeyFile = config.sops.secrets.wg1280.path;
|
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
|
# zaphyra
|
||||||
wg1718 = {
|
wg1718 = {
|
||||||
ips = [
|
ips = [
|
||||||
@@ -273,6 +293,7 @@
|
|||||||
51271 # wg1271
|
51271 # wg1271
|
||||||
51272 # wg1272
|
51272 # wg1272
|
||||||
51280 # wg1280
|
51280 # wg1280
|
||||||
|
51411 # wg1411
|
||||||
51718 # wg1718
|
51718 # wg1718
|
||||||
52189 # wg2189
|
52189 # wg2189
|
||||||
54719 # wg4719
|
54719 # wg4719
|
||||||
@@ -349,6 +370,13 @@
|
|||||||
remoteAsn = "4242421280";
|
remoteAsn = "4242421280";
|
||||||
localAddress = "fde3:4c0d:2836:ff00::21";
|
localAddress = "fde3:4c0d:2836:ff00::21";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
peerName = "peer_1411_de_fsn";
|
||||||
|
remoteAddress = "fe80::1411";
|
||||||
|
interfaceName = "wg1411";
|
||||||
|
remoteAsn = "4242421411";
|
||||||
|
localAddress = "fe80::2574";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
peerName = "peer_1718";
|
peerName = "peer_1718";
|
||||||
remoteAddress = "fe80::6b61";
|
remoteAddress = "fe80::6b61";
|
||||||
|
|||||||
Reference in New Issue
Block a user