prefect/dn42: Add Bluemedia peering

This commit is contained in:
The Hedgehog 2022-09-21 07:03:25 -04:00
parent 80a311e4fc
commit 6aa14ee657
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 12 additions and 0 deletions

View file

@ -143,6 +143,16 @@
as = "4242422923";
link = "4";
}
# Bluemedia
{
multi = true;
multihop = false;
gracefulRestart = true;
name = "bluemedia";
neigh = "fe80::42:3343:20:1%wg42_bluemedia";
as = "4242423343";
link = "5";
}
];
extraConfig = ''
'';

View file

@ -32,4 +32,6 @@ in {
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";
wg42_bandura = tunnel 497 defaultPrivKeyFile "xPW1/cWYDkk/IAss1GbdwVMW7fzKtyHA+qrfCriOB2k=" defaultLocalIPv4 "fe80::11" "aurora.mk16.de:52459" "wg42_bandura" "" "fe80::2926";
wg42_bluemedia = tunnel 498 defaultPrivKeyFile "7HNg2+uMI2WfntN+WlMnlTDG6xra/Dusee82cuXWMBY=" defaultLocalIPv4 "fe80::12" "de-fra01.dn42.bluemedia.dev:22459" "wg42_bluemedia" "172.22.167.82" "fe80::42:3343:20:1";
}