update..
This commit is contained in:
@ -30,7 +30,8 @@ network_interfaces:
|
||||
auto: true
|
||||
|
||||
family: inet
|
||||
mode: manual
|
||||
method: manual
|
||||
hwaddress: ac:1f:6b:d1:20:f2
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
#address:
|
||||
#netmask:
|
||||
@ -58,12 +59,13 @@ network_interfaces:
|
||||
bridge:
|
||||
ports: eno1 # for mor devices support a blan separated list
|
||||
stp: !!str off
|
||||
fd: 5
|
||||
fd: 1
|
||||
hello: 2
|
||||
maxage: 12
|
||||
|
||||
# optional bonding parameters bond: {}
|
||||
# bond:
|
||||
# mode:
|
||||
# method:
|
||||
# miimon:
|
||||
# master:
|
||||
# slaves:
|
||||
@ -92,7 +94,7 @@ network_interfaces:
|
||||
auto: true
|
||||
|
||||
family: inet
|
||||
mode: manual
|
||||
method: manual
|
||||
description: LAN Interface only VLAN definition
|
||||
|
||||
# optional dns settings nameservers: []
|
||||
@ -116,7 +118,7 @@ network_interfaces:
|
||||
|
||||
# optional bonding parameters bond: {}
|
||||
# bond:
|
||||
# mode:
|
||||
# method:
|
||||
# miimon:
|
||||
# master:
|
||||
# slaves:
|
||||
@ -148,12 +150,10 @@ network_interfaces:
|
||||
auto: true
|
||||
|
||||
family: inet
|
||||
mode: auto
|
||||
method: static
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: '10.10.11.4'
|
||||
netmask: '255.255.255.0'
|
||||
network: '10.10.11.0'
|
||||
broadcast: '10.10.11.255'
|
||||
gateway: '10.10.11.254'
|
||||
|
||||
# optional dns settings nameservers: []
|
||||
@ -176,11 +176,15 @@ network_interfaces:
|
||||
|
||||
# optional bonding parameters bond: {}
|
||||
# bond:
|
||||
# mode:
|
||||
# master
|
||||
# primary
|
||||
# slave
|
||||
# method:
|
||||
# miimon:
|
||||
# lacp-rate:
|
||||
# ad-select-rate:
|
||||
# master:
|
||||
# slaves:
|
||||
# lacp-rate:
|
||||
bond: {}
|
||||
|
||||
# optional vlan settings | vlan: {}
|
||||
|
Reference in New Issue
Block a user