Changes between Version 29 and Version 30 of AnonymityModule


Ignore:
Timestamp:
Jun 30, 2011 10:05:08 AM (13 years ago)
Author:
jhudson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnonymityModule

    v29 v30  
    88
    99Then log in to '''users.isi.deterlab.net''' through [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty.] For help on logging onto Putty check out [https://trac.deterlab.net/wiki/DETERSSH this] tutorial.
     10
     11=== Setting up apache ===
     12We need to generate traffic in our network and one of the easiest ways to do that is with HTTP traffic, so we need to set up a server and a web page.  Connect to Server 1 and use the command: `sudo /proj/DeterTest/runme.apache` This will run a script with Apache 2 which sets up the server and web page and displays the users IP address on the Server 1 node.  When prompted "Do you want to continue [Y/n]?" select `Y` Once the script is done running, the server is now set up and we can generate traffic!  You can check this by typing `w3m http://localhost/cgi-bin/ip.cgi` which should display your IP address. Repeat this process on Server 2
    1013
    1114=== Deciding which node you will be using ===
     
    2124        i. `TorRelay2`
    2225        i. `TorRelay3`
    23 === Setting up apache ===
    24    a. From Server1 (and Server2 if you are connected to it) use the command: `sudo /proj/DeterTest/runme.apache`
    25    b. When prompted "Do you want to continue [Y/n]?" select `Y`
    26    c. The server is now set up!   
    27    d. You can check this by typing `w3m http://localhost/cgi-bin/ip.cgi` which should display your local IP address
     26
    2827
    2928=== Setting up the proxy node ===