To make use of IEEE 802.1Q VLAN tagging capabilities in Ubuntu you must first install the user mode programs for Virtual LAN support: sudo apt-get install vlan Next the 8021q kernel module must be loaded to enable VLAN support on a kernel level: sudo modprobe 8021q A quick review of lsmod will ensure the kernel module was loaded: lsmod…