mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-24 11:28:07 +00:00
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>
20 lines
426 B
YAML
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
|