diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index ed2ee9c..278f3cf 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -11,20 +11,21 @@ siteName = "neptune"; publicKey = "VvXT0fPDfWsHxumZqVShpS33dJQAdpJ1E79ZbCBJP34="; address = "10.83.1.1"; - endpoint = "77.207.15.215:33731"; + endpoint = "82.67.87.112:33731"; }; "courgette" = { siteName = "neptune"; publicKey = "goTkBJGmzrGDOAjUcdH9G0JekipqSMoaYQdB6IHnzi0="; address = "10.83.1.2"; - endpoint = "77.207.15.215:33732"; + endpoint = "82.67.87.112:33732"; }; "celeri" = { siteName = "neptune"; publicKey = "oZDAb8LoLW87ktUHyFFec0VaIar97bqq47mGbdVqJ0U="; address = "10.83.1.3"; - endpoint = "77.207.15.215:33733"; + endpoint = "82.67.87.112:33733"; }; + /* "dahlia" = { siteName = "orion"; publicKey = "EtRoWBYCdjqgXX0L+uWLg8KxNfIK8k9OTh30tL19bXU="; @@ -43,23 +44,24 @@ address = "10.83.2.3"; endpoint = "82.66.80.201:33733"; }; + */ "df-ykl" = { siteName = "bespin"; publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg="; address = "10.83.3.1"; - endpoint = "109.136.55.235:33731"; + endpoint = "109.136.139.78:33731"; }; "df-ymf" = { siteName = "bespin"; publicKey = "pUIKv8UBl586O7DBrHBsb9BgNU7WlYQ2r2RSNkD+JAQ="; address = "10.83.3.2"; - endpoint = "109.136.55.235:33732"; + endpoint = "109.136.139.78:33732"; }; "df-ymk" = { siteName = "bespin"; publicKey = "VBmpo15iIJP7250NAsF+ryhZc3j+8TZFnE1Djvn5TXI="; address = "10.83.3.3"; - endpoint = "109.136.55.235:33733"; + endpoint = "109.136.139.78:33733"; }; "abricot" = { siteName = "scorpio"; diff --git a/cluster/prod/site/neptune.nix b/cluster/prod/site/neptune.nix index ab24f4a..5f3e6e2 100644 --- a/cluster/prod/site/neptune.nix +++ b/cluster/prod/site/neptune.nix @@ -2,7 +2,7 @@ { deuxfleurs.siteName = "neptune"; - deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1"; + deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254"; deuxfleurs.cnameTarget = "neptune.site.deuxfleurs.fr."; deuxfleurs.publicIPv4 = "77.207.15.215"; }