From 45b9e03e49c7c3df81a23440d5ae0e2a3d8adc20 Mon Sep 17 00:00:00 2001 From: The Hedgehog Date: Fri, 16 Sep 2022 16:50:30 -0400 Subject: [PATCH] prefect/dn42: Add iedon-net peer --- hosts/prefect/dn42/bgp.nix | 9 +++++++++ hosts/prefect/dn42/tunnels.nix | 2 ++ 2 files changed, 11 insertions(+) diff --git a/hosts/prefect/dn42/bgp.nix b/hosts/prefect/dn42/bgp.nix index 2947d70..55b5773 100644 --- a/hosts/prefect/dn42/bgp.nix +++ b/hosts/prefect/dn42/bgp.nix @@ -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 = '' ''; diff --git a/hosts/prefect/dn42/tunnels.nix b/hosts/prefect/dn42/tunnels.nix index 658271c..11306ea 100644 --- a/hosts/prefect/dn42/tunnels.nix +++ b/hosts/prefect/dn42/tunnels.nix @@ -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"; }