mainnet,sepolia,holesky: fix IPv6 addresses

Hosts were in a different subnets and needed different IPv6 addresses.

Ranges allocated to us:

START:   2a0a:d580:804:40::100/64
END      2a0a:d580:804:40::120/64
GATEWAY: 2a0a:d580:804:40::1

START:   2a0a:d580:801:60::100/64
END:     2a0a:d580:801:60::120/64
GATEWAY: 2a0a:d580:801:60::1

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-06-06 21:04:22 +02:00
parent 04399f4e60
commit 68c347973f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
5 changed files with 39 additions and 8 deletions

31
INNOVA_HOSTING.md Normal file
View File

@ -0,0 +1,31 @@
# Description
This document describes details related to InnovaHosting server provider.
# IPv6 Addresses
We have been allocated ranges of IPv6 addresses in Innova networks.
## 194.33.40.0/24
START: 2a0a:d580:40:60::100
END: 2a0a:d580:40:60::2ff
GATEWAY: 2a0a:d580:40:60::1
Count: 512
## 185.181.229.0/24
START: 2a0a:d580:804:40::100/64
END 2a0a:d580:804:40::120/64
GATEWAY: 2a0a:d580:804:40::1
Count: 20
## 185.181.229.0/24
START: 2a0a:d580:801:60::100/64
END: 2a0a:d580:801:60::120/64
GATEWAY: 2a0a:d580:801:60::1
Count: 20

View File

@ -4,9 +4,9 @@ network:
eno1:
addresses:
- 185.181.230.77/24
- 2a0a:d580:40:60::125/64
- 2a0a:d580:804:40::100/64
gateway4: 185.181.230.1
gateway6: 2a0a:d580:40:60::1
gateway6: 2a0a:d580:804:40::1
nameservers:
addresses: [ 194.33.40.10, 1.1.1.1 ]
version: 2

View File

@ -7,9 +7,9 @@ network:
# dhcp4: true
addresses:
- 185.181.229.82/24
- 2a0a:d580:40:60::124/64
- 2a0a:d580:801:60::101/64
gateway4: 185.181.229.1
gateway6: 2a0a:d580:40:60::1
gateway6: 2a0a:d580:801:60::1
nameservers:
addresses:
- 194.33.40.10

View File

@ -4,9 +4,9 @@ network:
eno1:
addresses:
- 185.181.229.100/24
- 2a0a:d580:40:60::11c/64
- 2a0a:d580:801:60::102/64
gateway4: 185.181.229.1
gateway6: 2a0a:d580:40:60::1
gateway6: 2a0a:d580:801:60::1
nameservers:
addresses: [ 194.33.40.10, 1.1.1.1 ]
version: 2

View File

@ -4,9 +4,9 @@ network:
eno1:
addresses:
- 185.181.229.103/24
- 2a0a:d580:40:60::11d/64
- 2a0a:d580:801:60::103/64
gateway4: 185.181.229.1
gateway6: 2a0a:d580:40:60::1
gateway6: 2a0a:d580:801:60::1
nameservers:
addresses: [ 194.33.40.10, 1.1.1.1 ]
version: 2