You are now rockin with the west = An Exercise in Anonymity = == Step 1 Setting Up the Network == 1. Swap in the Experiment 2. Log in to users.isi.deterlab.net through Putty 3. Decided which node you will be using a. To begin one person always needs to connect to Server1 i. In order to connect use the command `ssh ..` for example `ssh Server1.cadet-test2.DeterTest` 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 b. If there are multiple users this is the order they should connect to: i. `Proxy node` i. `Alice` i. `Server2` i. `Bob` i. `TorRelay1` i. `TorRelay2` i. `TorRelay3` 4. Set up apache a. From Server1 (and Server2 if you are connected to it) use the command: `sudo /proj/DeterTest/runme.apache` b. When prompted "Do you want to continue [Y/n]?" select `Y` c. The server is now set up! d. You can check this by typing `w3m http://localhost/cgi-bin/ip.cgi` which should display your local IP address 5. Setting up the proxy node a. From Proxy use the command: `sudo /proj/DeterTest/runme.proxy` b. The proxy is now set up!! We'll get to using it in a little while.