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: d0:50:99:f9:1a:da
description: Bridge Interface IPv4 for LXC
address: '148.251.14.157'
netmask: '255.255.255.224'
network: '148.251.14.128'
broadcast: '148.251.14.159'
gateway: '148.251.14.129'
address: 148.251.14.157
netmask: 255.255.255.224
gateway: 148.251.14.129
# 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:4f8:201:7389::2'
address: 2a01:4f8:201:7389::2
netmask: 64
gateway: 'fe80::1'
gateway: fe80::1
# ---