update..
This commit is contained in:
@ -17,6 +17,7 @@ network_interface_required_packages:
|
||||
- bridge-utils
|
||||
- ifmetric
|
||||
- ifupdown2
|
||||
- ifenslave
|
||||
|
||||
|
||||
network_interfaces:
|
||||
@ -30,8 +31,8 @@ network_interfaces:
|
||||
auto: true
|
||||
|
||||
family: inet
|
||||
mode: static
|
||||
hwaddress ether: 88:d7:f6:7d:e6:ef
|
||||
method: static
|
||||
hwaddress: 88:d7:f6:7d:e6:ef
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: 159.69.74.150
|
||||
netmask: 255.255.255.192
|
||||
@ -55,7 +56,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp6s0 # for mor devices support a blan separated list
|
||||
ports: enp6s0 # for mor devices support a blank separated list
|
||||
stp: !!str off
|
||||
fd: 5
|
||||
hello: 2
|
||||
@ -63,11 +64,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: {}
|
||||
@ -88,7 +93,7 @@ network_interfaces:
|
||||
|
||||
- device: br0
|
||||
family: inet6
|
||||
mode: static
|
||||
method: static
|
||||
description: Bridge Interface IPv6 for LXC
|
||||
address: 2a01:4f8:231:19a7::2
|
||||
netmask: 64
|
||||
|
Reference in New Issue
Block a user