Folgendes Problem:
#ifup eth1
bringt fehlermeldung: "Don´t seem to have all variables for eth1/inet
#ifconfig eth1 inet up 192.168.1.221 netmask 255.255.255.0 broadcast 192.168.1.255
funktioniert aber einwandfrei, ifconfig zeigt mir eth1 auch als up an.
Hier meine /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
adress 192.168.1.221
netmask 255.255.225.0
broadcast 192.168.1.255