Changes between Version 14 and Version 15 of GettingStarted


Ignore:
Timestamp:
Feb 9, 2011 2:38:43 PM (14 years ago)
Author:
braden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v14 v15  
    1 == Who can request an account? ==
     1== Registering to use DETERlab ==
     2
     3== Who can start a DETER project or request a user account? ==
    24
    35Researchers, educators, developers, and operators from government, industry, and academia [http://www.isi.deterlab.net/usermap/ anywhere in the world] can start a DETERlab project to perform experimental cyber security research. DETERlab also serves as a center for interchange and collaboration among security researchers, and as a tool to teaching classes in security. For more information on using DETER for education, please refer to the [https://education.deterlab.net/teach.guide.php DETER Teacher's Guide].
    46
    5 DETER accounts are grouped by projects, so typically the first step to getting started with DETER is to request a project. If you are a student (graduate or undergraduate), your adviser or instructor should request a project that you can join.
     7DETER accounts are grouped by projects, so the project head must first request registration of a project. If you are a student (graduate or undergraduate), your adviser or instructor should register a class project that you can join.
    68
    79== Requesting a Project ==
    810
    9 To request a project on DETERlab, submit a project description using the DETERlab web interface [https://www.isi.deterlab.net/reqaccount.php3].
    10 You will be asked a number of questions about your project and how you intend to use DETER.  Please be as detailed as possible, especially when detailing any possible risks (if you do not provide sufficient detail it may delay approval).  Upon submission, your application will be approved  by the DETER executive committee; this generally takes a few days.  They may contact you and ask for clarification.  If you are curious about the progress on your application, you can [wiki:GettingHelp Contact Us].
     11  * To request a project on DETERlab, submit a project description using the DETERlab web interface [https://www.isi.deterlab.net/reqaccount.php3].
    1112
    12 Get started now and [https://www.isi.deterlab.net/newproject.php3 request a new project] on DETER!
     13  * You will be asked a number of questions about your project and how you intend to use DETER.  Please be as detailed as possible, especially with
     14    respect to any possible risks from your experiment. If you are not clear enough or if there are concerns about security issues in a project that
     15    will use live malware, a DETER staff member will contact you to discuss and clarify the issues.
     16
     17  * There may be multiple people (for example,
     18    graduate students) working on the same project, but the project leader is responsible for ensuring that the project adheres to the application statements.
     19
     20Upon submission, your application will be approved  by the DETER executive committee; this generally takes a few days.  They may contact you and ask for clarification.  You will receive an email
     21notification upon approval. If you are curious about the progress on your application, you can [wiki:GettingHelp Contact Us].
     22
     23Click  here: [https://www.isi.deterlab.net/newproject.php3] to request a new project on DETERlab!
    1324
    1425== Getting a User Account ==
    1526
    16 If you submitted a request for a project that has been approved,
     27If you submitted a project request that has been approved,
    1728you have also created a user account for yourself on DETERlab.  If you wish
    1829to join an existing project, you can simply use the [https://www.isi.deterlab.net/joinproject.php3 Apply for Project Membership] form.  Your project leader will be informed via email of your join request and will have to log in to approve your account.
    1930
    20 == The Basics ==
    21 
    22 Once your project has been approved, you can create experiments.
    23 
    24 To start an experiment, you'll need to provide an NS file that describes its topology. We've provided a number of [wiki:Topologies sample topologies] that should be enough to get you started.
    25 
    26 After your experiment has been created you can swap it in, swap it out, and terminate it. Swapping in allocates nodes and connects them according to the topology file. Swapping an experiment out releases the nodes and LANs that have been allocated to it. Terminating it removes all trace of the experiment from the testbed.
    27 
    28 Once your experiment is swapped in, you can [wiki:DETERSSH access your nodes through SSH].
    29 
    30 See the DeterResources for a more detailed list of our software and further documentation.
    3131
    3232== Getting Help ==