Newer Older
f16725e 3 months ago History
41 lines | 0.934kb
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 eno1
16
iface eno1 inet manual
17

            
18
iface eno1.442 inet manual
19

            
20
auto vmbr443
21
iface vmbr443 inet static
22
	address 192.168.2.92/24
23
	gateway 192.168.2.1
24
	bridge-ports eno1.443
25
	bridge-stp off
26
	bridge-fd 0
27

            
28
auto vmbr444
29
iface vmbr444 inet static
30
	address 192.168.4.92/24
31
	bridge-ports eno1.444
32
	bridge-stp off
33
	bridge-fd 0
34

            
35
auto vmbr442
36
iface vmbr442 inet manual
37
	bridge-ports eno1.442
38
	bridge-stp off
39
	bridge-fd 0
40

            
41
source /etc/network/interfaces.d/*