# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet manual

iface eno1.442 inet manual

auto vmbr443
iface vmbr443 inet static
	address 192.168.2.93/24
	gateway 192.168.2.1
	bridge-ports eno1.443
	bridge-stp off
	bridge-fd 0

auto vmbr444
iface vmbr444 inet static
	address 192.168.4.93/24
	bridge-ports eno1.444
	bridge-stp off
	bridge-fd 0

auto vmbr442
iface vmbr442 inet manual
	bridge-ports eno1.442
	bridge-stp off
	bridge-fd 0

source /etc/network/interfaces.d/*
