Ich habe ein Problem mit der Netzwerkschnittstelle eines Embedded Systems welches mit Debian läuft. Das System hat eine Ethernet-Schnittstelle welche ich für den SSH-Zugriff nutzen möchte. Leider funktioniert diese nach dem Booten jeweils nicht. Nach einem kurzen /etc/init.d/networking restart funktioniert die Schnittstelle aber einwandfrei. Da in /etc/rcS.d ein passender Symlink vorhanden ist, müsste die Schnittstelle aber doch schon beim Booten aktiviert werden. Oder habe ich da etwas übersehen? Während dem Booten wird auch "Configuring network interfaces...done." ausgegeben (siehe Boot-Log, Zeile 166), nur eben funktioniert es trotzdem nicht.
Boot-Log:
36234
/etc/rcS.d:
Code: Alles auswählen
root@smartmeter:~# ls -al /etc/rcS.d/
total 12
drwxr-xr-x 2 root root 0 Jan 1 2000 .
drwxr-xr-x 40 root root 0 Jan 1 00:02 ..
-rw-r--r-- 1 root root 447 Jan 1 2011 README
lrwxrwxrwx 1 root root 24 Jan 1 2000 S01mountkernfs.sh -> ../init.d/mountkernfs.sh
lrwxrwxrwx 1 root root 28 Jan 1 2000 S01smartmeter-init.sh -> ../init.d/smartmeter-init.sh
lrwxrwxrwx 1 root root 14 Jan 1 2000 S02udev -> ../init.d/udev
lrwxrwxrwx 1 root root 26 Jan 1 2000 S03mountdevsubfs.sh -> ../init.d/mountdevsubfs.sh
lrwxrwxrwx 1 root root 18 Jan 1 2000 S04bootlogd -> ../init.d/bootlogd
lrwxrwxrwx 1 root root 21 Jan 1 2000 S05hostname.sh -> ../init.d/hostname.sh
lrwxrwxrwx 1 root root 25 Jan 1 2000 S05hwclockfirst.sh -> ../init.d/hwclockfirst.sh
lrwxrwxrwx 1 root root 22 Jan 1 2000 S06checkroot.sh -> ../init.d/checkroot.sh
lrwxrwxrwx 1 root root 20 Jan 1 2000 S07hwclock.sh -> ../init.d/hwclock.sh
lrwxrwxrwx 1 root root 27 Jan 1 2000 S07module-init-tools -> ../init.d/module-init-tools
lrwxrwxrwx 1 root root 17 Jan 1 2000 S07mtab.sh -> ../init.d/mtab.sh
lrwxrwxrwx 1 root root 20 Jan 1 2000 S08checkfs.sh -> ../init.d/checkfs.sh
lrwxrwxrwx 1 root root 21 Jan 1 2000 S09mountall.sh -> ../init.d/mountall.sh
lrwxrwxrwx 1 root root 31 Jan 1 2000 S10mountall-bootclean.sh -> ../init.d/mountall-bootclean.sh
lrwxrwxrwx 1 root root 26 Jan 1 2000 S11mountoverflowtmp -> ../init.d/mountoverflowtmp
lrwxrwxrwx 1 root root 20 Jan 1 2000 S12networking -> ../init.d/networking
lrwxrwxrwx 1 root root 16 Jan 1 2000 S12procps -> ../init.d/procps
lrwxrwxrwx 1 root root 19 Jan 1 2000 S12udev-mtab -> ../init.d/udev-mtab
lrwxrwxrwx 1 root root 17 Jan 1 2000 S12urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root 21 Jan 1 2000 S13mountnfs.sh -> ../init.d/mountnfs.sh
lrwxrwxrwx 1 root root 31 Jan 1 2000 S14mountnfs-bootclean.sh -> ../init.d/mountnfs-bootclean.sh
lrwxrwxrwx 1 root root 21 Jan 1 2000 S15bootmisc.sh -> ../init.d/bootmisc.sh
lrwxrwxrwx 1 root root 30 Jan 1 2000 S16stop-bootlogd-single -> ../init.d/stop-bootlogd-single
Code: Alles auswählen
root@smartmeter:~# cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup/ifdown
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Danke und schöne Grüsse aus der Schweiz
Martin