Klaus-Ruediger Ludwig wrote:
Hallo, unterschiedliche Dauer des Bootvorganges /etc/network/interfaces auto eth0 eth1 eth2 eth3 eth4 lo dauert der Bootvorgang ca 12 MinutenFuer jedes der Interface eth1 - eth4 benoetigt das System 230 Sekundenmit /etc/network/interfacesauto lo eth0 eth1 eth2 eth3 eth4dauert der Bootvorgang insgesamt nur 30 SekundenHat jemand eine plausible Erklaerung dafuer.
Das loopback-device ist immer als Erstes aufgeführt im Konfig. Ggf werde ich mal austesten, ob ich Dein Problem nachvollziehen kann.
Mein /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 auto eth0 iface eth0 inet static address 192.168.239.10 netmask 255.255.255.0 gateway 192.168.239.1 Gruess, Benj