Changes between Version 39 and Version 40 of AnonymityModule
- Timestamp:
- Jun 30, 2011 11:27:56 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnonymityModule
v39 v40 15 15 It should look like this. Repeat this process on Server 2 16 16 17 18 19 20 17 === Setting up the proxy node === 21 Log onto the proxy node and use the command: `sudo /proj/DeterTest/runme.proxy` this will run a script which installs and sets up [https://banu.com/tinyproxy/ tinyproxy] on the node. 22 b. The proxy is now set up!! We'll get to using it in a little while. 23 24 === Deciding which node you will be using === 25 a. To begin one person always needs to connect to Server1 26 i. In order to connect use the command `ssh <node>.<experiment>.<group>` for example `ssh Server1.cadet-test2.DeterTest` 27 i. If this is your first time connecting to the node you will be asked to accept the fingerprint, just type `yes` and you will be connected 28 b. If there are multiple users this is the order they should connect to: 29 i. `Proxy node` 30 i. `Alice` 31 i. `Server2` 32 i. `Bob` 33 i. `TorRelay1` 34 i. `TorRelay2` 35 i. `TorRelay3` 18 Log onto the proxy node and use the command: `sudo /proj/DeterTest/runme.proxy` this will run a script which installs and sets up [https://banu.com/tinyproxy/ tinyproxy] on the node. The proxy is now set up! We'll get to using it in a little while. 36 19 37 20 == Step 2 Viewing Network Traffic == 38 We are now ready to begin learning! One person SSH into either Alice or Bob while another person logs into the server node. From the server node type the command '''CHASE I DON'T KNOW THE TCPDUMP COMMAND'''this will begin listening to the traffic that comes through this node. From Alice type `wget http://server1/cgi-bin/ip.cgi` This saves a local copy of the web page set up on the server, and by doing so we generated traffic to examine.21 We are now ready to begin learning! One person needs to connect to either Alice or Bob while another person logs into the server1 node (or server2 if you choose). From the server node type the command `sudo tcpdump -i eth0 -s 0 -x -w /tmp/tcpdump.pcap`. this will begin listening to the traffic that comes through this node. From Alice type `wget http://server1/cgi-bin/ip.cgi` This saves a local copy of the web page set up on the server, and by doing so we generated traffic to examine.