Hi,
some one got VLAN on his sheevaPlug running? I try it since some days but cant get it run.
My /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto eth0 vlan4 lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# VLAN 4
iface vlan4 inet static
address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
mtu 1500
vlan_raw_device eth0
So the adapter is configured right:
debian:/etc/network# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:43:xx:xx:xx
inet addr:x Bcast:x Mask:255.255.248.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:66251 errors:0 dropped:0 overruns:0 frame:0
TX packets:237 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4818325 (4.5 MiB) TX bytes:21222 (20.7 KiB)
Interrupt:11
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:74 errors:0 dropped:0 overruns:0 frame:0
TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7952 (7.7 KiB) TX bytes:7952 (7.7 KiB)
vlan4 Link encap:Ethernet HWaddr 00:50:43:xx:xx:xx
inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:692 (692.0 B)
But I dont get any VLAN tag if I trace with WireShark :/ Some one can help?