Recent content by fsayd

  1. F

    Network Configuration

    You can pass vlans in a trunk, but configuration depends in the Proxmox version. What version are you using? I configured Proxmox 3.0 with three interfaces in bond with a trunk and pass vlans trough the trunk. I'm using Cisco but surely your HP supports 802.1q and trunking. Please tell us...
  2. F

    Proxmox 3.0 - Vlan and Bonding

    Thanks I could solve my problem with vlans and bonding. I did not need touch /etc/network/interfaces. Only configure bond and bridge in the web interface, reboot and add tags to the virtual interfaces. I got confused with documentation. Especially with vlans definitions in...
  3. F

    Proxmox 3.0 - Vlan and Bonding

    But, it is not supposed that the bond (that is member of the bridge) contains the physical interface? The docs in [2] show a configuration with a bridge with a bond as member, with the difference that is a bond with a vlan definition. I get confused with the notes in [1] that say that in...
  4. F

    Proxmox 3.0 - Vlan and Bonding

    Hello: Recently I installed Proxmox 3.0 in a testing server. The server has 2 physical interfaces and I need to configure a bond between the 2 interfaces and propagate vlans over the bond, to assign diferent vlans to different vms. Before I configured LACP (802.3ad) and trunking in the ports...