update..
This commit is contained in:
@ -16,8 +16,9 @@ network_interface_required_packages:
|
||||
- vlan
|
||||
- bridge-utils
|
||||
- ifmetric
|
||||
- ifupdown2
|
||||
- ifupdown
|
||||
- ifenslave
|
||||
- resolvconf
|
||||
|
||||
|
||||
network_interfaces:
|
||||
@ -33,15 +34,40 @@ network_interfaces:
|
||||
family: inet
|
||||
method: static
|
||||
hwaddress: 7c:10:c9:9e:bd:51
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
description:
|
||||
address: 168.119.70.7
|
||||
netmask: 255.255.255.192
|
||||
netmask: 26
|
||||
gateway: 168.119.70.1
|
||||
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
|
||||
#
|
||||
# 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 additional subnets/ips subnets: []
|
||||
# subnets:
|
||||
@ -94,7 +120,6 @@ network_interfaces:
|
||||
- device: br0
|
||||
family: inet6
|
||||
method: static
|
||||
description: Bridge Interface IPv6 for LXC
|
||||
address: 2a01:4f8:242:1822::2
|
||||
netmask: 64
|
||||
gateway: fe80::1
|
||||
|
Reference in New Issue
Block a user