Recent content by liam135db

  1. L

    Proxmox 7.0-11 management on VLAN with Linux Bond

    OK so I think I have found the solution. I followed your second suggestion of not using a VLAN aware bridge. wierdly, changing /etc/network/interfaces and running "ifreload -a" wouldn't allow any VMs to access the VLANs which was why I made the bridge VLAN aware in the first place, BUT...
  2. L

    Proxmox 7.0-11 management on VLAN with Linux Bond

    when I tried this I lost all connection to the node and i am struggling to edit /etc/network/interfaces to bring it back online as the terminal just keeps filling with libceph errors that overwrite what I am trying to type! [edit] I got it back but it was a bit awkward as I couldn't suppress...
  3. L

    Proxmox 7.0-11 management on VLAN with Linux Bond

    Sorry, did you mean I shouldn't use Bond0.4 tagging for the management interface? does the "vmbr" in vmbr0.4 description direct that traffic through vmbr0 even though it has bridge ports set to bond0.4 then? I tried to fire up an ubuntu VM tagged to VLAN2 in the hardware settings for the VM...
  4. L

    Proxmox 7.0-11 management on VLAN with Linux Bond

    Thanks for your reply. Must've been a typo in the file as I tried it again today and got it working. Guess that's working too late on it! although I did mistakenly delete a line taken from the example without affecting it. I'm not sure if the "iface bond0.4" definition is needed as the VLAN is...
  5. L

    Proxmox 7.0-11 management on VLAN with Linux Bond

    Hi, long time listener, first time caller :) I am trying to set up the VE 7.0-11 management interface on a VLAN through a Linux Bond. System is 3x Dell R620s and R730s which I want to cluster into a 6 node Ceph storage and compute cluster I am trying to bond 4x 10GB links on dell servers...