[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Reihenfolge Netzwerk Interface



Klaus-Ruediger Ludwig wrote:
Hallo,

unterschiedliche Dauer des Bootvorganges

/etc/network/interfaces
   auto eth0 eth1 eth2 eth3 eth4 lo

dauert der Bootvorgang ca 12 Minuten
Fuer jedes der Interface eth1 - eth4 benoetigt das System 230 Sekunden

mit

/etc/network/interfaces
auto lo eth0 eth1 eth2 eth3 eth4
dauert der Bootvorgang insgesamt nur 30 Sekunden

Hat 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



Reply to: