VLAN difference from Proxmox point of view

trigg3r

Well-Known Member
Aug 3, 2019
53
7
48
24
What is the difference between these two VLANs?

vlan_10.png
vlan_70.png


To create the management VLAN I found HowTo's that guide you to directly edit the "/etc/network/interfaces" file from the console. But, for Proxmox, what is the difference compared to creating a VLAN from WebUI?

Thanks!
 
Last edited:
In these cases, all it does is encoding a different amount of information right in the name.
In the first example you have both the underlying interface (vmbr0) and the VLAN Tag in its name. As such both options are greyed out and can't be edited.
In the second example you only have the VLAN Tag encoded in the name, the underlying interface (vmbr2) can still be changed.


When using the GUI it simply creates those entries in /etc/network/interfaces for you. It can be quite convenient in contrast to writing the entries yourself.
/etc/network/interfaces can be a little bit more flexible compared to the GUI if you need it.
If you're unsure, I'd always recommend using the GUI for adding bridges and VLAN interfaces.