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

Network hängt beim booten



Hi @ all,

ich habe 2.6.19.3 als Kernelversion am Laufen. Nun musste ich feststellen das der Schritt im init 1 "Configuring network" "ewig" braucht. Hat einer ne Idee woran das liegen könnte.

Weiss nicht ob es euch was nützt meine /etc/network/interfaces:

marco@trinity:~ $ cat /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.22.102
       netmask 255.255.255.0
       network 192.168.22.0
       broadcast 192.168.22.255
       gateway 192.168.22.101
dns-* options are implemented by the resolvconf package, if installed
       dns-nameservers 192.168.22.101
       dns-search MATRIX

#iface eth2 inet static
#address 192.168.23.2
#netmask 255.255.255.0
#wireless-essid wlan

#auto eth2

#auto eth0

THX Marco



Reply to: