|
Bogdan Timofte
authored
3 months ago
|
1
|
# network interface settings; autogenerated
|
|
|
2
|
# Please do NOT modify this file directly, unless you know what
|
|
|
3
|
# you're doing.
|
|
|
4
|
#
|
|
|
5
|
# If you want to manage parts of the network configuration manually,
|
|
|
6
|
# please utilize the 'source' or 'source-directory' directives to do
|
|
|
7
|
# so.
|
|
|
8
|
# PVE will preserve these directives, but will NOT read its network
|
|
|
9
|
# configuration from sourced files, so do not attempt to move any of
|
|
|
10
|
# the PVE managed interfaces into external files!
|
|
|
11
|
|
|
|
12
|
auto lo
|
|
|
13
|
iface lo inet loopback
|
|
|
14
|
|
|
|
15
|
auto enp86s0
|
|
|
16
|
iface enp86s0 inet manual
|
|
|
17
|
|
|
|
18
|
iface enp86s0.442 inet manual
|
|
|
19
|
|
|
|
20
|
iface enp86s0.443 inet manual
|
|
|
21
|
|
|
|
22
|
iface enp86s0.444 inet manual
|
|
|
23
|
source /etc/network/interfaces.d/*
|
|
|
24
|
|
|
|
25
|
auto vmbr443
|
|
|
26
|
iface vmbr443 inet static
|
|
|
27
|
address 192.168.2.91/24
|
|
|
28
|
gateway 192.168.2.1
|
|
|
29
|
bridge-ports enp86s0.443
|
|
|
30
|
bridge-stp off
|
|
|
31
|
bridge-fd 0
|
|
|
32
|
|
|
|
33
|
auto vmbr444
|
|
|
34
|
iface vmbr444 inet static
|
|
|
35
|
address 192.168.4.91/24
|
|
|
36
|
bridge-ports enp86s0.444
|
|
|
37
|
bridge-stp off
|
|
|
38
|
bridge-fd 0
|
|
|
39
|
|
|
|
40
|
auto vmbr442
|
|
|
41
|
iface vmbr442 inet manual
|
|
|
42
|
bridge-ports enp86s0.442
|
|
|
43
|
bridge-stp off
|
|
|
44
|
bridge-fd 0
|
|
|
45
|
|