Aber beim aufruf von# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
adress 192.168.77.1
netmask 255.255.255.0
network 192.168.77.0
broadcast 192.168.77.255
interfaces (END)
Code: Alles auswählen
/etc/init.d/networking restart
Gruß Horst