update..
This commit is contained in:
@ -23,7 +23,7 @@ network_interfaces:
|
||||
|
||||
- device: br0
|
||||
# use only once per device (for the first device entry)
|
||||
headline: br0 - bridge over device enp35s0
|
||||
headline: br0 - bridge over device enp8s0
|
||||
|
||||
# auto & allow are only used for the first device entry
|
||||
allow: [] # array of allow-[stanzas] eg. allow-hotplug
|
||||
@ -31,11 +31,11 @@ network_interfaces:
|
||||
|
||||
family: inet
|
||||
method: static
|
||||
hwaddress: a8:a1:59:3e:bd:b8
|
||||
hwaddress: 9c:6b:00:6d:f5:a1
|
||||
description:
|
||||
address: 135.181.136.120
|
||||
address: 65.21.220.154
|
||||
netmask: 26
|
||||
gateway: 135.181.136.65
|
||||
gateway: 65.21.220.129
|
||||
metric:
|
||||
pointopoint:
|
||||
mtu:
|
||||
@ -80,7 +80,7 @@ network_interfaces:
|
||||
# maxwait:
|
||||
# waitport:
|
||||
bridge:
|
||||
ports: enp35s0 # for mor devices support a blank separated list
|
||||
ports: enp8s0 # for mor devices support a blank separated list
|
||||
stp: !!str off
|
||||
fd: 1
|
||||
hello: 2
|
||||
@ -107,7 +107,7 @@ network_interfaces:
|
||||
# inline hook scripts
|
||||
pre-up: [] # pre-up script lines
|
||||
up:
|
||||
- !!str "route add -net 135.181.136.64 netmask 255.255.255.192 gw 135.181.136.65 dev br0" # up script lines
|
||||
- !!str "route add -net 65.21.220.128 netmask 255.255.255.192 gw 65.21.220.129 dev br0" # up script lines
|
||||
post-up: [] # post-up script lines (alias for up)
|
||||
pre-down: [] # pre-down script lines (alias for down)
|
||||
down: [] # down script lines
|
||||
@ -118,7 +118,7 @@ network_interfaces:
|
||||
- device: br0
|
||||
family: inet6
|
||||
method: static
|
||||
address: 2a01:4f9:3a:1051::2
|
||||
address: 2a01:4f9:3080:318c::2
|
||||
netmask: 64
|
||||
gateway: fe80::1
|
||||
|
||||
|
Reference in New Issue
Block a user