This commit is contained in:
2021-09-05 02:25:16 +02:00
parent 707e261c13
commit 010eba0149
21 changed files with 714 additions and 63 deletions

View File

@ -31,12 +31,11 @@ network_interfaces:
family: inet
mode: static
hwaddress ether: a8:a1:59:0f:29:d9
description: Bridge Interface IPv4 for LXC
address: '95.217.204.218'
netmask: '255.255.255.192'
network: '95.217.204.192'
broadcast: '95.217.204.255'
gateway: '95.217.204.193'
address: 95.217.204.218
netmask: 255.255.255.192
gateway: 95.217.204.193
# optional dns settings nameservers: []
# nameservers:
@ -60,6 +59,7 @@ network_interfaces:
stp: !!str off
fd: 5
hello: 2
maxage: 12
# optional bonding parameters bond: {}
# bond:
@ -90,9 +90,9 @@ network_interfaces:
family: inet6
mode: static
description: Bridge Interface IPv6 for LXC
address: '2a01:4f9:4a:47e5::2'
address: 2a01:4f9:4a:47e5::2
netmask: 64
gateway: 'fe80::1'
gateway: fe80::1
# ---