mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-19 10:11:17 +00:00
Jakub Sokołowski
68c347973f
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>
13 lines
307 B
YAML
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
|