61c61 < if ! ifconfig "$iface" | grep -w UP >/dev/null; then --- > if ! netstat -i | grep "$iface" >/dev/null; then