Recent content by bannteagann

  1. B

    Using Separate Ethernet Ports for Each VM

    I set all ethernet ports to "iface enpXXX inet manual" but the problem still persists. Also tried switching the Network Device Model from VirtIO to Intel, etc. same problem. It was worth a shot though, thanks.
  2. B

    Using Separate Ethernet Ports for Each VM

    Thanks for the response YellowShed. I changed the host's /etc/network/interfaces for vmbr1 to what's listed below. Set the VM's network device to vmbr1 Statically assigned 192.168.33.102/24 to the VM. Then tried again setting the VM to DHCP/auto. auto vmbr1 iface vmbr1 inet static...
  3. B

    Using Separate Ethernet Ports for Each VM

    The goal is to have one node running Proxmox VE 6.1 hosting 4 VMs (Debian 10/Ubuntu 18) each utilizing one of the 5 physical ethernet ports (2 NICs). Setting all VMs to vmbr0 (NIC1) on enp3s0 works, but when I create a virtual bridge for each ethernet port (NIC2), no VM can be pinged from...