Hi Guys,
This seems really basic, I just did a fresh install for 9.1 (9.1.18), promox comes up, it looks for for now, then I try to do something simple - simply move the mgmt VLAN from vmbr0 to vmbr0.100 (I want it on a different subnet), I have enabled VLAN aware on the vmbr0 interface.
No matter how it try it (Gui or modifying /etc/network/interfaces), it doesn't take, I try to manually create a vlan with ip link add link command and I get unknown type.
Modprobe 8021q shows it's missing
.. I don;'t want to do apt-get add for this as it tells me it will uninstall some other promos components.
just trying to do something simple
auto vmbr0.100
iface vmbr0.100 inet manual
ifreload -a shows
error: netlink: vmbr0.100: cannot create vlan vmbr0.100 100: operation failed with 'Operation not supported' (95)
Is this a 9.1 fresh install issue, or am I really missing something simple here
This seems really basic, I just did a fresh install for 9.1 (9.1.18), promox comes up, it looks for for now, then I try to do something simple - simply move the mgmt VLAN from vmbr0 to vmbr0.100 (I want it on a different subnet), I have enabled VLAN aware on the vmbr0 interface.
No matter how it try it (Gui or modifying /etc/network/interfaces), it doesn't take, I try to manually create a vlan with ip link add link command and I get unknown type.
Modprobe 8021q shows it's missing
just trying to do something simple
auto vmbr0.100
iface vmbr0.100 inet manual
ifreload -a shows
error: netlink: vmbr0.100: cannot create vlan vmbr0.100 100: operation failed with 'Operation not supported' (95)
Is this a 9.1 fresh install issue, or am I really missing something simple here