On Fri, 22 Sep 2006 09:17:44 +0200 Peter Schütt wrote: > /etc/network/interfaces > > # This file describes the network interfaces available on your system > # and how to activate them. For more information, see interfaces(5). > > # This entry denotes the loopback (127.0.0.1) interface. > auto lo > iface lo inet loopback > > # This entry was created during the Debian installation > auto eth0 > #iface eth0 inet dhcp > > # feste IP-Adresse > iface eth0 inet static > address 192.168.10.11 > netmask 255.255.255.0 > gateway 192.168.10.1 > ---- > Dann habe ich erst ifdown eth0 und ifup eth0 gemacht und dann war > auch die Verbindung zum Rounter (192.168.10.1) und zum Internet weg. > Auch /etc/init.d/networking restart hat daran nichts geändert.
Was sagt denn ifconfig eth0? Hat der bei ifup eth0 irgendwelche Fehler bemängelt?

