1. Install VLAN package on your computer:
sudo apt-get install vlan
2. Edit your /etc/network/interfaces file so it would contain the following: # The loopback network interface auto lo iface lo inet loopback
# This is a list of hotpluggable network interfaces. # They will be activated automatically by the hotplug subsystem. auto vlan4 auto […]