infra-nimbus/ansible/vars/addresses/linux-07.ih-eu-mda1.nimbus.mainnet.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

20 lines
426 B
YAML

# This is the network config written by 'subiquity'
network:
ethernets:
eno1:
critical: true
dhcp-identifier: mac
# dhcp4: true
addresses:
- 185.181.229.82/24
- 2a0a:d580:801:60::101/64
gateway4: 185.181.229.1
gateway6: 2a0a:d580:801:60::1
nameservers:
addresses:
- 194.33.40.10
- 8.8.8.8
search:
- iphost.md.
version: 2