## dies als datei /etc/network/interfaces speichern ## anschliessend ausfuehren: /etc/init.d/networking restart ## localhost auto lo iface lo inet loopback ## natives interface auto eth0 iface eth0 inet dhcp ## VLAN mit ID 10 ## auto eth0.10 iface eth0.10 inet static address 10.0.10.1 netmask 255.255.255.0 broadcast 10.0.0.255 vlan_raw_device eth0 ## VLAN mit ID 20 ## auto eth0.20 iface eth0.20 inet static address 10.0.20.1 netmask 255.255.255.0 broadcast 10.0.1.255 vlan_raw_device eth0