Hello Everyone,
I am looking for some help with networking on a proxmox host. Here is what I am trying to do:
I am trying to setup a proxmox host and get it ready to be put in a cluster with shared storage for HA. I am trying to setup a Mgmt Interface, Storage Interface, Cluster interface, and I would like to setup a Data bridge that is vlan aware and can have multiple sub interfaces below that. I have my storage,mgmt, and Data setup but now none of my vlans are working on my data bridge. For sure I am doing something wrong I just do not see it. Would someone take a look and tell me what I messed up?
Thank you, also my config file is below.
#################################################
# 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
iface ens5f0np0 inet manual
iface ens5f1np1 inet manual
auto ens5f2np2
iface ens5f2np2 inet manual
address 10.0.110.20
netmask 255.255.255.0
gateway 10.0.110.254
#Storage
iface ens5f3np3 inet manual
iface enx429902d02227 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.1.1.26/24
gateway 10.1.1.1
bridge-ports ens5f0np0
bridge-stp off
bridge-fd 0
#Mgmt Bridge
auto vmbr1
iface vmbr1 inet manual
bridge-ports ens5f1np1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Data-Bridge
auto vmbr1.100
iface vmbr1.100 inet manual
auto vmbr1.16
iface vmbr1.16 inet manual
##########################################
I am looking for some help with networking on a proxmox host. Here is what I am trying to do:
I am trying to setup a proxmox host and get it ready to be put in a cluster with shared storage for HA. I am trying to setup a Mgmt Interface, Storage Interface, Cluster interface, and I would like to setup a Data bridge that is vlan aware and can have multiple sub interfaces below that. I have my storage,mgmt, and Data setup but now none of my vlans are working on my data bridge. For sure I am doing something wrong I just do not see it. Would someone take a look and tell me what I messed up?
Thank you, also my config file is below.
#################################################
# 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
iface ens5f0np0 inet manual
iface ens5f1np1 inet manual
auto ens5f2np2
iface ens5f2np2 inet manual
address 10.0.110.20
netmask 255.255.255.0
gateway 10.0.110.254
#Storage
iface ens5f3np3 inet manual
iface enx429902d02227 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.1.1.26/24
gateway 10.1.1.1
bridge-ports ens5f0np0
bridge-stp off
bridge-fd 0
#Mgmt Bridge
auto vmbr1
iface vmbr1 inet manual
bridge-ports ens5f1np1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Data-Bridge
auto vmbr1.100
iface vmbr1.100 inet manual
auto vmbr1.16
iface vmbr1.16 inet manual
##########################################