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: 00:d8:61:0e:b9:1c
description: Bridge Interface IPv4 for LXC
address: '144.76.24.11'
netmask: '255.255.255.224'
network: '144.76.24.0'
broadcast: '144.76.24.31'
gateway: '144.76.24.1'
address: 144.76.24.11
netmask: 255.255.255.224
gateway: 144.76.24.1
# 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:
@ -89,6 +89,6 @@ network_interfaces:
family: inet6
mode: static
description: Bridge Interface IPv6 for LXC
address: '2a01:4f8:191:b::2'
address: 2a01:4f8:191:b::2
netmask: 64
gateway: 'fe80::1'
gateway: fe80::1