I had one Intel X550-T2 installed on my server and all VMs were running fine and I setup OPNSense and had it configured with the two ports from the X550 being LAN and the onboard ethernet being the WAN interface using bridges. However, for OPNSense to really replace my router, I needed more ports so I purchased another X550-T2 and put it in. Proxmox booted up fine, but after setting up the interfaces to auto start and creating the two new Linux Bridges, Proxmox's GUI became unavailable. If I take out the second X550-T2, leaving it with the original the one, I can access the GUI without any issues.
Right now, with two cards in, the /etc/network/interfaces is along the lines of the below (I can't copy and paste since it's unreachable except via HDMI)
I've tried assigning IP addresses to the two bridges, but that doesn't make any difference. If I boot up the machine with just the new card, it works fine... so I think it's safe to rule out the card. But I'm at a loss as to why the GUI won't pull up if both cards are on the server (which is a Dell Optiplex 7000 Small Form Factor). I am still new to Proxmox and networking, so I apologize if there's something glaringly wrong or something that I've overlooked or haven't included that could be useful.
Any ideas or help would be greatly appreciated!
Thanks,
AJ
EDIT: My Proxmox is accessible via IP 192.168.195.96.
Right now, with two cards in, the /etc/network/interfaces is along the lines of the below (I can't copy and paste since it's unreachable except via HDMI)
Code:
#ethernet adapter
auto enp0s31f6
iface enp0s31f6 inet manual
#first Intel X550-T2
auto enp1s0f0
iface enp1s0f0 inet manual
auto enp1s0f1
iface enp1s0f1 inet manual
#second Intel X550-T2
auto enp2s0f0
iface enp2s0f0 inet manual
auto enp2s0f1
iface enp2s0f1 inet manual
auto vmbr0
iface vmbr0 inet manual
address 192.168.195.88/29
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
address 192.168.195.96/28
gateway 192.168.195.1
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet manual
address 192.168.195.112/28
bridge-ports enp1s0f1
bridge-stp off
bridge-fd 0
auto vmbr3
iface vmbr3 inet manual
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
auto vmbr4
iface vmbr4 inet manual
bridge-ports enp2s0f1
bridge-stp off
bridge-fd 0
I've tried assigning IP addresses to the two bridges, but that doesn't make any difference. If I boot up the machine with just the new card, it works fine... so I think it's safe to rule out the card. But I'm at a loss as to why the GUI won't pull up if both cards are on the server (which is a Dell Optiplex 7000 Small Form Factor). I am still new to Proxmox and networking, so I apologize if there's something glaringly wrong or something that I've overlooked or haven't included that could be useful.
Any ideas or help would be greatly appreciated!
Thanks,
AJ
EDIT: My Proxmox is accessible via IP 192.168.195.96.
Last edited: