- Instale o pacote vlan:
apt-get install vlan
ou via centro de software. - Carregue o
8021q
kernel modulesudo modprobe 8021q
. - Configurar uma vlan
vconfig add eth0 2
Agora você pode configurar a interface como uma normal. Por exemplo
ifconfig -a eth0.2
eth0.2 Link encap:Ethernet HWaddr 54:04:a6:ec:c5:a4
inet6 addr: fe80::5604:a6ff:feec:c5a4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:4174 (4.1 KB)