# ip link add link eth0 name eth0.25 type vlan id 25
или
# vconfig add eth0 25
далее
# ip a add 10.10.3.251/16 dev eth0.25
# ip l set eth0 up
# ip l set eth0.25 up
получаем:
eth0.25 Link encap:Ethernet HWaddr 64:31:50:77:6a:3f
inet addr:10.10.3.251 Bcast:0.0.0.0 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
# cat /proc/net/vlan/eth0.25
eth0.25 VID: 25 REORDER_HDR: 1 dev->priv_flags: 1
total frames received 0
total bytes received 0
Broadcast/Multicast Rcvd 0
total frames transmitted 0
total bytes transmitted 0
Device: eth0
INGRESS priority mappings: 0:0 1:0 2:0 3:0 4:0 5:0 6:0 7:0
EGRESS priority mappings:
и все, ничего из этого vlan не пингуется. есть другой нетбук, с 10.10 - там все работает.
куда смотреть?
p.s. Kubuntu 11.04
# uname -a
Linux turid-work 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux