aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-10-16 19:10:51 +0200
committerAlex Auvolat <alex@adnab.me>2022-10-16 19:10:51 +0200
commit27214332e90d2ca3ce3c2097c2aa86c5e2971cdc (patch)
tree4012e0bdaabf76268c1061210832c5a6c54d66fd /cluster/staging
parent5613ed99086618b91441d84620bdbe27a94ad1d2 (diff)
downloadnixcfg-27214332e90d2ca3ce3c2097c2aa86c5e2971cdc.tar.gz
nixcfg-27214332e90d2ca3ce3c2097c2aa86c5e2971cdc.zip
IPv6 by FDN
Diffstat (limited to 'cluster/staging')
-rw-r--r--cluster/staging/node/carcajou.nix2
-rw-r--r--cluster/staging/node/cariacou.nix2
-rw-r--r--cluster/staging/node/caribou.nix2
-rw-r--r--cluster/staging/site/neptune.nix2
-rw-r--r--cluster/staging/ssh_config6
5 files changed, 7 insertions, 7 deletions
diff --git a/cluster/staging/node/carcajou.nix b/cluster/staging/node/carcajou.nix
index 02307bc..b6d15df 100644
--- a/cluster/staging/node/carcajou.nix
+++ b/cluster/staging/node/carcajou.nix
@@ -17,7 +17,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.22";
- deuxfleurs.ipv6 = "2a06:a003:d019:1::22";
+ deuxfleurs.ipv6 = "2001:910:1204:1::22";
deuxfleurs.cluster_ip = "10.14.1.2";
deuxfleurs.is_raft_server = true;
diff --git a/cluster/staging/node/cariacou.nix b/cluster/staging/node/cariacou.nix
index c2180e9..61d3f28 100644
--- a/cluster/staging/node/cariacou.nix
+++ b/cluster/staging/node/cariacou.nix
@@ -17,7 +17,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.21";
- deuxfleurs.ipv6 = "2a06:a003:d019:1::21";
+ deuxfleurs.ipv6 = "2001:910:1204:1::21";
deuxfleurs.cluster_ip = "10.14.1.1";
deuxfleurs.is_raft_server = true;
diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix
index 137aab7..caa55fa 100644
--- a/cluster/staging/node/caribou.nix
+++ b/cluster/staging/node/caribou.nix
@@ -17,7 +17,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.23";
- deuxfleurs.ipv6 = "2a06:a003:d019:1::23";
+ deuxfleurs.ipv6 = "2001:910:1204:1::23";
deuxfleurs.cluster_ip = "10.14.1.3";
deuxfleurs.is_raft_server = true;
diff --git a/cluster/staging/site/neptune.nix b/cluster/staging/site/neptune.nix
index 509909c..7126dcd 100644
--- a/cluster/staging/site/neptune.nix
+++ b/cluster/staging/site/neptune.nix
@@ -3,7 +3,7 @@
{
deuxfleurs.site_name = "neptune";
deuxfleurs.lan_default_gateway = "192.168.1.1";
- deuxfleurs.ipv6_default_gateway = "2a06:a003:d019:1::1";
+ deuxfleurs.ipv6_default_gateway = "2001:910:1204:1::1";
deuxfleurs.lan_ip_prefix_length = 24;
deuxfleurs.ipv6_prefix_length = 64;
deuxfleurs.nameservers = [ "192.168.1.1" ];
diff --git a/cluster/staging/ssh_config b/cluster/staging/ssh_config
index d3ebeeb..0f8ea0a 100644
--- a/cluster/staging/ssh_config
+++ b/cluster/staging/ssh_config
@@ -1,15 +1,15 @@
UserKnownHostsFile ./ssh_known_hosts
Host caribou
- #HostName 2a06:a004:3025:1::23
+ #HostName 2001:910:1204:1::23
HostName 192.168.1.23
Host carcajou
- #HostName 2a06:a004:3025:1::22
+ #HostName 2001:910:1204:1::22
HostName 192.168.1.22
Host cariacou
- #HostName 2a06:a004:3025:1::21
+ #HostName 2001:910:1204:1::21
HostName 192.168.1.21
Host spoutnik