Recent content by twainiak

  1. T

    VMs in bonded+bridged host can't ping

    VM Config: bootdisk: scsi0 cores: 6 ide2: local:iso/ubuntu-20.04.1-live-server-amd64.iso,media=cdrom memory: 8096 name: ubuntu1 net0: virtio=5E:B9:32:C1:3F:5A,bridge=vmbr0,firewall=1 numa: 0 ostype: l26 scsi0: local-lvm:vm-100-disk-0,size=32G scsihw: virtio-scsi-pci smbios1...
  2. T

    VMs in bonded+bridged host can't ping

    Hello all, would love any advice -- still struggling with this. I'm confused because it seems like a pretty vanilla configuration.
  3. T

    VMs in bonded+bridged host can't ping

    If it is relevant, here's the VM interfaces file. It didn't initially have parameters like broadcast and dns-nameservers, I added that in an attempt to troubleshoot: auto lo face lo inet loopback auto ens18 iface ens 18 inet static address 192.168.1.101 netmask...
  4. T

    VMs in bonded+bridged host can't ping

    I've searched for hours and hours in threads trying to figure out why a newly made Ubuntu 20.4 VM can't ping even its host. Proxmox host interfaces file, for two ethernet NICs bonded together: auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual auto bond0 iface bond0...