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. |
| 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 | In order: |
| 112 | * `sudo tcpdump -i eth0 -s 0 -x -w /tmp/direct.pcap.` from the server |
| 113 | * `torify wget http://server/cgi-bin/ip.cgi` from Alice |
| 114 | * `cp /tmp/direct.pcap .` from the server after closing the tcpdump |