Hi!
I have Proxmox freshly installed on a SuperMicro SuperServer 6028U-TR4T+ with four Intel Gb NICs and two Mellanox ConnectX-4 CX4121C 25GbE SFP28 Dual Port PCIe NICs running at 10Gb. I'd trying to learn best practice to effectively "use" all the available ports. I have the following:
My plan was to use one of the GbE ports for management, pass one of the two SFP+ ports to the TrueNAS thru PCIe passthrough, and use the other SFP+ port for all my LXCs/VMs. I've tried reading the documentation, reading forum posts, and tinkering, but boy am I failing hard. I just can't figure it out. I have an intermediate understanding of networking. Can someone help or point me in the right direction? I also have a Unifi setup with a UDM Pro and a 48 port Enterprise switch.
I have Proxmox freshly installed on a SuperMicro SuperServer 6028U-TR4T+ with four Intel Gb NICs and two Mellanox ConnectX-4 CX4121C 25GbE SFP28 Dual Port PCIe NICs running at 10Gb. I'd trying to learn best practice to effectively "use" all the available ports. I have the following:
Code:
auto lo
iface lo inet loopback
iface enp1s0f0 inet manual
iface enp130s0f0np0 inet manual
iface enp1s0f1 inet manual
iface enp130s0f1np1 inet manual
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.30/24
gateway 192.168.1.1
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
My plan was to use one of the GbE ports for management, pass one of the two SFP+ ports to the TrueNAS thru PCIe passthrough, and use the other SFP+ port for all my LXCs/VMs. I've tried reading the documentation, reading forum posts, and tinkering, but boy am I failing hard. I just can't figure it out. I have an intermediate understanding of networking. Can someone help or point me in the right direction? I also have a Unifi setup with a UDM Pro and a 48 port Enterprise switch.