setup and save vlans on ethernet (GNS3, Ubuntu)
First you must install sudo apt-get install vlan load kernel module sudo modprobe 8021q Create a new interface that is a member of a specific VLAN, VLAN id 100 We use the physical interface eth0 in this example. This command will add an additional interface next to the interfaces which have been configured already sudo […]