Skip to content

Commit 68c3479

Browse files
committed
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 <[email protected]>
1 parent 04399f4 commit 68c3479

5 files changed

+39
-8
lines changed

INNOVA_HOSTING.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Description
2+
3+
This document describes details related to InnovaHosting server provider.
4+
5+
# IPv6 Addresses
6+
7+
We have been allocated ranges of IPv6 addresses in Innova networks.
8+
9+
## 194.33.40.0/24
10+
11+
START: 2a0a:d580:40:60::100
12+
END: 2a0a:d580:40:60::2ff
13+
GATEWAY: 2a0a:d580:40:60::1
14+
15+
Count: 512
16+
17+
## 185.181.229.0/24
18+
19+
START: 2a0a:d580:804:40::100/64
20+
END 2a0a:d580:804:40::120/64
21+
GATEWAY: 2a0a:d580:804:40::1
22+
23+
Count: 20
24+
25+
## 185.181.229.0/24
26+
27+
START: 2a0a:d580:801:60::100/64
28+
END: 2a0a:d580:801:60::120/64
29+
GATEWAY: 2a0a:d580:801:60::1
30+
31+
Count: 20

ansible/vars/addresses/linux-01.ih-eu-mda1.nimbus.sepolia.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ network:
44
eno1:
55
addresses:
66
- 185.181.230.77/24
7-
- 2a0a:d580:40:60::125/64
7+
- 2a0a:d580:804:40::100/64
88
gateway4: 185.181.230.1
9-
gateway6: 2a0a:d580:40:60::1
9+
gateway6: 2a0a:d580:804:40::1
1010
nameservers:
1111
addresses: [ 194.33.40.10, 1.1.1.1 ]
1212
version: 2

ansible/vars/addresses/linux-07.ih-eu-mda1.nimbus.mainnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ network:
77
# dhcp4: true
88
addresses:
99
- 185.181.229.82/24
10-
- 2a0a:d580:40:60::124/64
10+
- 2a0a:d580:801:60::101/64
1111
gateway4: 185.181.229.1
12-
gateway6: 2a0a:d580:40:60::1
12+
gateway6: 2a0a:d580:801:60::1
1313
nameservers:
1414
addresses:
1515
- 194.33.40.10

ansible/vars/addresses/neth-09.ih-eu-mda1.nimbus.holesky.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ network:
44
eno1:
55
addresses:
66
- 185.181.229.100/24
7-
- 2a0a:d580:40:60::11c/64
7+
- 2a0a:d580:801:60::102/64
88
gateway4: 185.181.229.1
9-
gateway6: 2a0a:d580:40:60::1
9+
gateway6: 2a0a:d580:801:60::1
1010
nameservers:
1111
addresses: [ 194.33.40.10, 1.1.1.1 ]
1212
version: 2

ansible/vars/addresses/neth-10.ih-eu-mda1.nimbus.holesky.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ network:
44
eno1:
55
addresses:
66
- 185.181.229.103/24
7-
- 2a0a:d580:40:60::11d/64
7+
- 2a0a:d580:801:60::103/64
88
gateway4: 185.181.229.1
9-
gateway6: 2a0a:d580:40:60::1
9+
gateway6: 2a0a:d580:801:60::1
1010
nameservers:
1111
addresses: [ 194.33.40.10, 1.1.1.1 ]
1212
version: 2

0 commit comments

Comments
 (0)