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: {}
|
||||
|
@ -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: 90:1b:0e:fc:ef:06
|
||||
method: static
|
||||
hwaddress: 90:1b:0e:fc:ef:06
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: 46.4.25.231
|
||||
netmask: 255.255.255.192
|
||||
@ -55,7 +56,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp0s31f6 # for mor devices support a blan separated list
|
||||
ports: enp0s31f6 # 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:221:3b4e::2
|
||||
netmask: 64
|
||||
|
@ -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
|
||||
|
@ -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: 7c:10:c9:9e:bd:51
|
||||
method: static
|
||||
hwaddress: 7c:10:c9:9e:bd:51
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: 168.119.70.7
|
||||
netmask: 255.255.255.192
|
||||
@ -55,7 +56,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp7s0 # for mor devices support a blan separated list
|
||||
ports: enp7s0 # for mor devices support a blank separated list
|
||||
stp: !!str off
|
||||
fd: 1
|
||||
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:242:1822::2
|
||||
netmask: 64
|
||||
|
@ -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
|
||||
|
@ -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: d0:50:99:f9:1a:da
|
||||
method: static
|
||||
hwaddress: d0:50:99:f9:1a:da
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: 148.251.14.157
|
||||
netmask: 255.255.255.224
|
||||
@ -55,7 +56,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp41s0 # for mor devices support a blan separated list
|
||||
ports: enp41s0 # 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:201:7389::2
|
||||
netmask: 64
|
||||
|
@ -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: a8:a1:59:0f:29:d9
|
||||
method: static
|
||||
hwaddress: a8:a1:59:0f:29:d9
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: 95.217.204.218
|
||||
netmask: 255.255.255.192
|
||||
@ -55,7 +56,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp35s0 # for mor devices support a blan separated list
|
||||
ports: enp35s0 # 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:4f9:4a:47e5::2
|
||||
netmask: 64
|
||||
|
@ -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: a8:a1:59:82:34:70
|
||||
method: static
|
||||
hwaddress: a8:a1:59:82:34:70
|
||||
description: Bridge Interface IPv4 for LXC
|
||||
address: 162.55.82.89
|
||||
netmask: 255.255.255.192
|
||||
@ -55,7 +56,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp41s0 # for mor devices support a blan separated list
|
||||
ports: enp41s0 # 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:271:1266::2'
|
||||
netmask: 64
|
||||
|
Reference in New Issue
Block a user