# 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 enp41s0
iface enp41s0 inet static
address 1.2.3.149/32
gateway 1.2.3.129
pointopoint 1.2.3.129
up sysctl -p
auto enp41s0.4000
iface enp41s0.4000 inet static
address 0.0.0.0
mtu 1400
auto enp41s0.4001
iface enp41s0.4001 inet static
address 0.0.0.0
mtu 1400
auto enp41s0.4002
iface enp41s0.4002 inet static
address 0.0.0.0
mtu 1400
auto enp41s0.4003
iface enp41s0.4003 inet static
address 0.0.0.0
mtu 1400
auto enp41s0.4010
iface enp41s0.4010 inet static
address 0.0.0.0
mtu 1400
iface enp33s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 1.2.3.149/32
bridge-ports none
bridge-stp off
bridge-fd 0
bridge_maxwait 0
pre-up brctl addbr vmbr0
# extra public IPs
auto vmbr4000
iface vmbr4000 inet static
bridge-ports enp41s0.4000
bridge-stp off
bridge-fd 0
mtu 1400
# public net
# </vlan-4000>
auto vmbr4001
iface vmbr4001 inet static
address 192.168.30.13/24
bridge-ports enp41s0.4001
bridge-stp off
bridge-fd 0
mtu 1400
# private net 4001
# </vlan-4001>
auto vmbr4002
iface vmbr4002 inet static
address 192.168.40.13/24
bridge-ports enp41s0.4002
bridge-stp off
bridge-fd 0
mtu 1400
# private net 4002
# <vlan-4002>
auto vmbr4003
iface vmbr4003 inet static
address 192.168.50.13/24
bridge-ports enp41s0.4003
bridge-stp off
bridge-fd 0
mtu 1400
# private net 4003
# </vlan-4003>
auto vmbr4010
iface vmbr4010 inet static
address 192.168.110.13/24
bridge-ports enp41s0.4010
bridge-stp off
bridge-fd 0
mtu 1400
# private net 4010 (for pve-cluster)
# </vlan-4010>