Recent content by apathia

  1. A

    VLAN tagging not working

    Theoretically I could set it up with a static IP on the management VLAN as well, I didn't think I needed to so I didn't bother. Looks like static IP's are a no-go, even on the management VLAN so something isn't forwarding the requests correctly.
  2. A

    VLAN tagging not working

    I can't seem to figure this out. I have 2 NICs, one for management, the other for actual traffic. vmbr0 is the management interface, vmbr1 is the other. Here's /etc/network/interfaces: auto lo iface lo inet loopback iface enp4s2 inet manual iface eno1 inet manual auto vmbr0 iface vmbr0 inet...