This commit is contained in:
2021-11-05 15:17:48 +01:00
parent f662fe0f30
commit 466c99375c
36 changed files with 5444 additions and 215 deletions

View File

@ -16,8 +16,9 @@ network_interface_required_packages:
- vlan
- bridge-utils
- ifmetric
- ifupdown2
- ifupdown
- ifenslave
- resolvconf
network_interfaces:
@ -33,20 +34,40 @@ network_interfaces:
family: inet
method: static
hwaddress: a8:a1:59:82:34:70
description: Bridge Interface IPv4 for LXC
description:
address: 162.55.82.89
netmask: 255.255.255.192
gateway: 162.55.82.65
metric:
pointopoint:
mtu:
scope:
# additional user by dhcp method
#
hostname:
leasehours:
leasetime:
vendor:
client:
# additional used by bootp method
#
bootfile:
server:
hwaddr:
# optional dns settings nameservers: []
# nameservers:
# - "194.150.168.168" # dns.as250.net
# - "91.239.100.100" # anycast.censurfridns.dk
# optional additional subnets/ips subnets: []
# subnets:
# - '192.168.123.0/24'
# - '192.168.124.11/32'
#
# nameservers:
# - 194.150.168.168 # dns.as250.net
# - 91.239.100.100 # anycast.censurfridns.dk
# search: warenform.de
#
nameservers:
- 195.201.179.131
- 95.217.204.204
search:
# optional bridge parameters bridge: {}
# bridge:
@ -94,7 +115,6 @@ network_interfaces:
- device: br0
family: inet6
method: static
description: Bridge Interface IPv6 for LXC
address: '2a01:4f8:271:1266::2'
netmask: 64
gateway: 'fe80::1'