Changes between Version 27 and Version 28 of AnonymityModule
- Timestamp:
- Jun 29, 2011 3:51:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnonymityModule
v27 v28 9 9 Then 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 10 11 3. Decided which node you will be using 11 === Deciding which node you will be using === 12 12 a. To begin one person always needs to connect to Server1 13 13 i. In order to connect use the command `ssh <node>.<experiment>.<group>` for example `ssh Server1.cadet-test2.DeterTest` … … 21 21 i. `TorRelay2` 22 22 i. `TorRelay3` 23 4. Set up apache 23 === Set up apache === 24 24 a. From Server1 (and Server2 if you are connected to it) use the command: `sudo /proj/DeterTest/runme.apache` 25 25 b. When prompted "Do you want to continue [Y/n]?" select `Y` … … 27 27 d. You can check this by typing `w3m http://localhost/cgi-bin/ip.cgi` which should display your local IP address 28 28 29 5. Setting up the proxy node 29 === Setting up the proxy node === 30 30 a. From Proxy use the command: `sudo /proj/DeterTest/runme.proxy` 31 31 b. The proxy is now set up!! We'll get to using it in a little while.