Use este link para ajuda na configuração da VLAN link
OR
Para adicionar uma nova interface de rede virtual, com base em uma interface (física) existente.
O exemplo abaixo é um IP virtual baseado em eth0 (físico)
sudo vi /etc/network/interfaces
auto eth0:1
iface eth0:1 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.0
network xxx.xxx.xxx.0
broadcast xxx.xxx.xxx.xxx
auto eth0:2
iface eth0:2 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.0
network xxx.xxx.xxx.0
broadcast xxx.xxx.xxx.xxx
auto eth0:3
iface eth0:3 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.0
network xxx.xxx.xxx.0
broadcast xxx.xxx.xxx.xxx
salve o arquivo e reinicie os serviços de rede
% bl0ck_qu0te% agora execute sudo ifconfig -a
deve poder ver todas as interfaces configuradas acima