From 4a32f6d02102c3eeb0cc52318286da92d0b29fec Mon Sep 17 00:00:00 2001 From: revol-xut Date: Wed, 18 Oct 2023 22:45:18 +0200 Subject: [PATCH] putting server7 into flpk and reserving ipv4 for dd-dns --- config/net/flpk.nix | 4 ++++ config/switch.nix | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/config/net/flpk.nix b/config/net/flpk.nix index 6828499..4684231 100644 --- a/config/net/flpk.nix +++ b/config/net/flpk.nix @@ -14,6 +14,8 @@ mastodon = "45.158.40.166"; c3d2-web = "45.158.40.167"; mailtngbert = "45.158.40.168"; + dresden-zone-dns = "45.158.40.169"; + server7 = "45.158.40.170"; }; hosts6.flpk = { flpk-gw = "2a0f:5382:acab:1400::c3d2"; @@ -24,6 +26,8 @@ mastodon = "2a0f:5382:acab:1400::a6"; c3d2-web = "2a0f:5382:acab:1400::a7"; mailtngbert = "2a0f:5382:acab:1400::a8"; + dresden-zone-dns = "2a0f:5382:acab:1400::a9"; + server7 = "2a0f:5382:acab:1400::b0"; }; }; diff --git a/config/switch.nix b/config/switch.nix index 6d1b8c3..1508346 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -163,6 +163,10 @@ # server9 "ge-1/0/48" ]; + flpk.ports = [ + # server7 + "ge-0/0/40" + ]; priv1.ports = [ "ge-1/0/3" ]; priv19.ports = [ "ge-1/0/40" ]; priv2.ports = [ "ge-1/0/4" ];