infra-nimbus/ansible/vars/addresses/linux-01.ih-eu-mda1.nimbus.sepolia.yml
Jakub Sokołowski 68c347973f
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>
2024-06-06 21:11:19 +02:00

13 lines
307 B
YAML

# This is the network config written by 'subiquity'
network:
ethernets:
eno1:
addresses:
- 185.181.230.77/24
- 2a0a:d580:804:40::100/64
gateway4: 185.181.230.1
gateway6: 2a0a:d580:804:40::1
nameservers:
addresses: [ 194.33.40.10, 1.1.1.1 ]
version: 2