From e6a4095673c2c5c787bf743d890f40cb2efca5fb Mon Sep 17 00:00:00 2001 From: Benoit Donneaux <benoit@leastauthority.com> Date: Fri, 16 Jun 2023 12:04:41 +0200 Subject: [PATCH] Fix network config Signed-off-by: Benoit Donneaux <benoit@leastauthority.com> --- morph/grid/hro-cloud/storage001-config.nix | 2 +- morph/grid/hro-cloud/storage002-config.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/morph/grid/hro-cloud/storage001-config.nix b/morph/grid/hro-cloud/storage001-config.nix index d4f4082c..760529bb 100644 --- a/morph/grid/hro-cloud/storage001-config.nix +++ b/morph/grid/hro-cloud/storage001-config.nix @@ -3,7 +3,7 @@ "interface" = "eno1"; "publicIPv4" = "185.225.209.174"; "prefixLength" = 24; - "gateway" = "185.225.209.173"; + "gateway" = "185.225.209.1"; "gatewayInterface" = "eno1"; "grubDeviceID" = "nodev"; #might be wrong "efiSupport" = true; diff --git a/morph/grid/hro-cloud/storage002-config.nix b/morph/grid/hro-cloud/storage002-config.nix index 270160fd..85b3fc01 100644 --- a/morph/grid/hro-cloud/storage002-config.nix +++ b/morph/grid/hro-cloud/storage002-config.nix @@ -1,9 +1,9 @@ #Servermania { "hostId" = "00000002"; "interface" = "eno1"; - "publicIPv4" = "104.144.74.50"; + "publicIPv4" = "38.170.241.34"; "prefixLength" = 29; - "gateway" = "104.144.74.49"; + "gateway" = "38.170.241.33"; "gatewayInterface" = "eno1"; "grubDeviceID" = "nodev"; #nodev if we want to use efi (double check) #"canTouchEfiVariables" = false; -- GitLab