prefect/dn42: Add iedon-net peer

This commit is contained in:
The Hedgehog 2022-09-16 16:50:30 -04:00
parent 222f23ece5
commit 45b9e03e49
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 11 additions and 0 deletions

View file

@ -53,6 +53,15 @@
as = "4242420591";
link = "4";
}
# IEDON
{
multi = true;
multihop = false;
name = "ideon";
neigh = "fe80::2189:e8%wg42_iedon";
as = "4242422189";
link = "5";
}
];
extraConfig = ''
'';

View file

@ -19,4 +19,6 @@ in {
wg42_liki = tunnel 489 defaultPrivKeyFile "VetpYNyAVk7S5V5d634xJFvNd0f/kRweFejfAYB1Z3k=" defaultLocalIPv4 "fe80::4" "fm1.dn42.liki.link:42438" "wg42_liki" "172.21.77.35" "fe80::927";
wg42_nullplane = tunnel 490 defaultPrivKeyFile "oKhq3iDYFkwuyG611qCgbo6UzRm3wEiSn2CwJQn4QRA=" defaultLocalIPv4 "fe80::5" "rtr1.ord.nullplane.net:22459" "wg42_nullplane" " 172.21.91.65" "fe80::591";
wg42_iedon = tunnel 491 defaultPrivKeyFile "Sz0UhewjDk2yRKI0QL9rB+5daWpXFVlbbz9cLfVVLn4=" defaultLocalIPv4 "fe80::6" "us-sjc.dn42.kuu.moe:35470" "wg42_iedon" "172.23.91.117" "fe80::2189:e8";
}