Change ipv6 tunnel server

This commit is contained in:
Alex 2022-09-09 17:23:23 +02:00
parent a90de2cfb9
commit 39fbbbe863
Signed by: lx
GPG Key ID: 0E496D15096376BE
10 changed files with 14 additions and 11 deletions

View File

@ -12,7 +12,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.33";
deuxfleurs.ipv6 = "2a06:a004:3025:1::33";
deuxfleurs.ipv6 = "2a06:a003:515d:1::33";
deuxfleurs.cluster_ip = "10.83.1.3";
deuxfleurs.is_raft_server = true;

View File

@ -12,7 +12,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.31";
deuxfleurs.ipv6 = "2a06:a004:3025:1::31";
deuxfleurs.ipv6 = "2a06:a003:515d:1::31";
deuxfleurs.cluster_ip = "10.83.1.1";
deuxfleurs.is_raft_server = true;

View File

@ -12,7 +12,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.32";
deuxfleurs.ipv6 = "2a06:a004:3025:1::32";
deuxfleurs.ipv6 = "2a06:a003:515d:1::32";
deuxfleurs.cluster_ip = "10.83.1.2";
deuxfleurs.is_raft_server = false;

View File

@ -3,7 +3,7 @@
{
deuxfleurs.site_name = "neptune";
deuxfleurs.lan_default_gateway = "192.168.1.1";
deuxfleurs.ipv6_default_gateway = "2a06:a004:3025:1::1";
deuxfleurs.ipv6_default_gateway = "2a06:a003:515d:1::1";
deuxfleurs.lan_ip_prefix_length = 24;
deuxfleurs.ipv6_prefix_length = 64;
deuxfleurs.nameservers = [ "192.168.1.1" ];

View File

@ -1,15 +1,15 @@
UserKnownHostsFile ./ssh_known_hosts
Host concombre
HostName 2a06:a004:3025:1::31
HostName 2a06:a003:515d:1::31
#HostName 192.168.1.31
Host courgette
HostName 2a06:a004:3025:1::32
HostName 2a06:a003:515d:1::32
#HostName 192.168.1.32
Host celeri
HostName 2a06:a004:3025:1::33
HostName 2a06:a003:515d:1::33
#HostName 192.168.1.33
Host dahlia

View File

@ -17,7 +17,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.22";
deuxfleurs.ipv6 = "2a06:a004:3025:1::22";
deuxfleurs.ipv6 = "2a06:a003:515d:1::22";
deuxfleurs.cluster_ip = "10.14.1.2";
deuxfleurs.is_raft_server = true;

View File

@ -17,7 +17,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.21";
deuxfleurs.ipv6 = "2a06:a004:3025:1::21";
deuxfleurs.ipv6 = "2a06:a003:515d:1::21";
deuxfleurs.cluster_ip = "10.14.1.1";
deuxfleurs.is_raft_server = true;

View File

@ -17,7 +17,7 @@
deuxfleurs.network_interface = "eno1";
deuxfleurs.lan_ip = "192.168.1.23";
deuxfleurs.ipv6 = "2a06:a004:3025:1::23";
deuxfleurs.ipv6 = "2a06:a003:515d:1::23";
deuxfleurs.cluster_ip = "10.14.1.3";
deuxfleurs.is_raft_server = true;

View File

@ -3,7 +3,7 @@
{
deuxfleurs.site_name = "neptune";
deuxfleurs.lan_default_gateway = "192.168.1.1";
deuxfleurs.ipv6_default_gateway = "2a06:a004:3025:1::1";
deuxfleurs.ipv6_default_gateway = "2a06:a003:515d:1::1";
deuxfleurs.lan_ip_prefix_length = 24;
deuxfleurs.ipv6_prefix_length = 64;
deuxfleurs.nameservers = [ "192.168.1.1" ];

View File

@ -12,3 +12,6 @@ diplotaxis.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFcVtfOj0ti
2a06:a004:3025:1::33 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOuY1CvhxBP9BtKkTlmOUu6Hhy8OQTB3R8OCFXbHA/RA
2a06:a004:3025:1::31 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL3N0QOFNGkCpVLuOHFdpnBaxIFH925KpdIHV/3F9+BR
2a06:a004:3025:1::32 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPCXJeo6yeQeTN7D7OZwLd8zbyU1jWywlhQ29yyk7x+G
2a06:a003:515d:1::33 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOuY1CvhxBP9BtKkTlmOUu6Hhy8OQTB3R8OCFXbHA/RA
2a06:a003:515d:1::31 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL3N0QOFNGkCpVLuOHFdpnBaxIFH925KpdIHV/3F9+BR
2a06:a003:515d:1::32 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPCXJeo6yeQeTN7D7OZwLd8zbyU1jWywlhQ29yyk7x+G