update..
This commit is contained in:
@ -36,20 +36,24 @@ network_interfaces:
|
||||
|
||||
family: <inet|inet6>
|
||||
mode: <manual|statis|dhcp|bootp|tunnel|ppp|wvdialipv4ll|none|loopback)
|
||||
hwaddress ether: ac:1f:6b:d1:20:f2
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: <ipv4/ipv6-address>
|
||||
|
||||
# options used by static method
|
||||
#
|
||||
hwaddress ether:
|
||||
# dotted quad or number of bits
|
||||
#
|
||||
# the entry will be: address/netmask
|
||||
address: <ipv4/ipv6-address>
|
||||
netmask: <netmask>
|
||||
gateway: <gateway-address>
|
||||
metric:
|
||||
pointopoint:
|
||||
media:
|
||||
mtu:
|
||||
scope:
|
||||
|
||||
# additional user by dhcp method
|
||||
# options used by dhcp method
|
||||
#
|
||||
hostname:
|
||||
leasehours:
|
||||
@ -57,12 +61,16 @@ network_interfaces:
|
||||
vendor:
|
||||
client:
|
||||
|
||||
# additional used by bootp method
|
||||
# options used by bootp method
|
||||
#
|
||||
bootfile:
|
||||
server:
|
||||
hwaddr:
|
||||
|
||||
# options used by ppp and wvdial method
|
||||
#
|
||||
provider:
|
||||
|
||||
# optional dns settings nameservers - needs package resolvconf installed
|
||||
#
|
||||
# nameservers:
|
||||
@ -70,10 +78,8 @@ network_interfaces:
|
||||
# - 91.239.100.100 # anycast.censurfridns.dk
|
||||
# search: warenform.de
|
||||
#
|
||||
nameservers:
|
||||
- 195.201.179.131
|
||||
- 95.217.204.204
|
||||
search: oopen.de
|
||||
nameservers: {}
|
||||
search: {}
|
||||
|
||||
# optional additional subnets/ips subnets: []
|
||||
# subnets:
|
||||
|
Reference in New Issue
Block a user