update..
This commit is contained in:
@ -30,8 +30,8 @@ network_interfaces:
|
||||
auto: true
|
||||
|
||||
family: inet
|
||||
mode: static
|
||||
hwaddress ether: 00:d8:61:0e:b9:1c
|
||||
method: static
|
||||
hwaddress: 00:d8:61:0e:b9:1c
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: 144.76.24.11
|
||||
netmask: 255.255.255.224
|
||||
@ -55,7 +55,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp8s0 # for mor devices support a blan separated list
|
||||
ports: enp8s0 # for mor devices support a blank separated list
|
||||
stp: !!str off
|
||||
fd: 5
|
||||
hello: 2
|
||||
@ -63,11 +63,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: {}
|
||||
@ -87,7 +91,7 @@ network_interfaces:
|
||||
|
||||
- device: br0
|
||||
family: inet6
|
||||
mode: static
|
||||
method: static
|
||||
description: Bridge Interface IPv6 for LXC
|
||||
address: 2a01:4f8:191:b::2
|
||||
netmask: 64
|
||||
|
Reference in New Issue
Block a user