--- etc/init.d/rc.net.orig	2008-09-30 16:22:23.000000000 +0200
+++ etc/init.d/rc.net	2008-10-02 14:54:13.000000000 +0200
@@ -66,6 +66,10 @@
    if [ "`pidof multid`" = "" ] ; then
       eval multid $MULTIDPARAM $VERBOSEPARAM
    fi
+	local countdown=10
+	while [ $((countdown--)) -gt 0 ] && ! ifconfig eth0 > /dev/null 2>&1; do
+		sleep 2
+	done
 }
 
 checkwlan()
