Search results

  1. T

    VLAN Setup for LXC Containers/Vm's

    I believe you are stating what I did to fix the problem. What I had originally that worked was: Setup Network: * Create bridge on ethernet port: vmbr0. Setup LXC Network: * Create Network using bridge: vmbr0 for eth1 and use set vlan tag. The old method didn't require any network port/link on...
  2. T

    VLAN Setup for LXC Containers/Vm's

    I would like to second this. I have a bunch of LXCs and had everything working using the "other" standard with using vmbr0 as the bridge and setting the tag in the network interface. Following these instructions resolved the issue. I did this change on only "ONE" server. The others are working...