habe folgendes Problem mit VLAN. Meine "interfaces":
Code: Alles auswählen
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.30
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
auto eth1
iface eth1 inet static
address 10.101.0.1
netmask 255.255.128.0
network 10.101.0.0
broadcast 10.101.255.255
iface vlan1 inet static
vlan-raw-device eth1
address 10.102.0.1
netmask 255.255.255.0
iface vlan2 inet static
vlan-raw-device eth1
address 10.102.1.1
netmask 255.255.255.0
iface vlan3 inet static
vlan-raw-device eth1
address 10.102.2.1
netmask 255.255.255.0
Code: Alles auswählen
/etc/init.d/network force-reload
Danke für Eure Hilfe
System: Debian lenny