while true ; do if ifconfig eth0 | grep -q "inet addr:" ; then echo "Network is up!" break else sleep 1 fi done