Changes between Version 107 and Version 108 of AnonymityModule
- Timestamp:
- Jul 7, 2011 11:52:46 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnonymityModule
v107 v108 110 110 onion route the data. As the name suggests onion routing alters the data flow through a minimum of 3 relays, each adding another layer of anonymity, because the packets of data only know the address of the next relay and the previous relay. Repeat the `tcpdump` command `sudo tcpdump -i eth0 -s 0 -x -w /tmp/throughtor.pcap` . Now, the user on Alice should use the command `torify wget http://server/cgi-bin/ip.cgi` And then `cp /tmp/throughtor.pcap .` from the server node. 111 111 [[BR]]In order: 112 * `sudo tcpdump -i eth0 -s 0 -x -w /tmp/direct.pcap.` from the server112 * `sudo tcpdump -i eth0 -s 0 -x -w /tmp/direct.pcap.` from the server 113 113 * `torify wget http://server/cgi-bin/ip.cgi` from Alice 114 114 * `cp /tmp/direct.pcap .` from the server after closing the tcpdump