I have a SuperMicro X11SSH-CTF motherboard with dual Intel X550 10GBase-T network adaptors.
Proxmox recognizes the adaptor with ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k.
Both ports are configured like this in the Node and I can ping both addresses from my local network:
The issue I have is that when I assign vmbr1 to my virtual machine, I get no network connectivity. If I assign vmbr0, it works perfectly.
Any ideas?
Proxmox recognizes the adaptor with ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k.
Both ports are configured like this in the Node and I can ping both addresses from my local network:
Code:
auto lo
iface lo inet loopback
allow-hotplug eno1
iface eno1 inet manual
allow-hotplug eno2
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.30
netmask 255.255.255.0
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.1.31
netmask 255.255.255.0
bridge-ports eno2
bridge-stp off
bridge-fd 0
The issue I have is that when I assign vmbr1 to my virtual machine, I get no network connectivity. If I assign vmbr0, it works perfectly.
Any ideas?