From f1cc0fa25c66929d676c280aa6b71ddef489c97a Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 14 Jun 2026 03:15:28 +0100 Subject: [PATCH] nixos/estuary: Add Meta NL-ix peering --- nixos/boxes/colony/vms/estuary/bgp.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/nixos/boxes/colony/vms/estuary/bgp.nix b/nixos/boxes/colony/vms/estuary/bgp.nix index 8e15764..c2521d9 100644 --- a/nixos/boxes/colony/vms/estuary/bgp.nix +++ b/nixos/boxes/colony/vms/estuary/bgp.nix @@ -291,6 +291,23 @@ in neighbor 2001:7f8:10f::3:3e9b:134 as 212635; } + protocol bgp peer4_nlix_meta1 from peer_bgp4 { + description "Meta 1 (on NL-ix, IPv4)"; + neighbor 193.239.116.147 as 32934; + } + protocol bgp peer4_nlix_meta2 from peer_bgp4 { + description "Meta 2 (on NL-ix, IPv4)"; + neighbor 193.239.116.148 as 32934; + } + protocol bgp peer6_nlix_meta1 from peer_bgp6 { + description "Meta 1 (on NL-ix, IPv6)"; + neighbor 2001:7f8:13::a503:2934:1 as 32934; + } + protocol bgp peer6_nlix_meta2 from peer_bgp6 { + description "Meta 2 (on NL-ix, IPv6)"; + neighbor 2001:7f8:13::a503:2934:2 as 32934; + } + protocol bgp peer4_frysix_meta1 from peer_bgp4 { description "Meta 1 (on Frys-IX, IPv4)"; neighbor 185.1.160.225 as 32934;