prefect/dn42: Add Uffsalot Peerings

This commit is contained in:
The Hedgehog 2022-09-17 17:26:37 -04:00
parent 9ba57af348
commit bbc5ff1c63
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 22 additions and 0 deletions

View file

@ -99,6 +99,26 @@
as = "4242421816"; as = "4242421816";
link = "2"; link = "2";
} }
# Uffsalot-v6
{
multi = false;
multihop = false;
gracefulRestart = true;
name = "uffsalot_v4";
neigh = "fe80::780%wg42_uffsalot";
as = "4242420780";
link = "5";
}
# Uffsalot-v6
{
multi = false;
multihop = false;
gracefulRestart = true;
name = "uffsalot_v6";
neigh = "172.20.191.129";
as = "4242420780";
link = "5";
}
]; ];
extraConfig = '' extraConfig = ''
''; '';

View file

@ -26,4 +26,6 @@ in {
wg42_catgirls = tunnel 493 defaultPrivKeyFile "jo8eAfY8LeA4FAEJ4laYYMNkMd4z3oO/zN5DN0Mo+RQ=" defaultLocalIPv4 "fe80::7" "karx.xyz:22459" "wg42_catgirls" "" "fe80::4242"; wg42_catgirls = tunnel 493 defaultPrivKeyFile "jo8eAfY8LeA4FAEJ4laYYMNkMd4z3oO/zN5DN0Mo+RQ=" defaultLocalIPv4 "fe80::7" "karx.xyz:22459" "wg42_catgirls" "" "fe80::4242";
wg42_potato = tunnel 495 defaultPrivKeyFile "LUwqKS6QrCPv510Pwt1eAIiHACYDsbMjrkrbGTJfviU=" defaultLocalIPv4 "fe80::9" "us1.dn42.potat0.cc:22459" "wg42_potato" "" "fe80::1816"; wg42_potato = tunnel 495 defaultPrivKeyFile "LUwqKS6QrCPv510Pwt1eAIiHACYDsbMjrkrbGTJfviU=" defaultLocalIPv4 "fe80::9" "us1.dn42.potat0.cc:22459" "wg42_potato" "" "fe80::1816";
wg42_uffsalot = tunnel 496 defaultPrivKeyFile "7V65FxvD9AQetyUr0qSiu+ik8samB4Atrw2ekvC0xQM=" defaultLocalIPv4 "fe80::10" "dn42-de-fra4.brand-web.net:42459" "wg42_uffsalot" "172.20.191.129" "fe80::780";
} }