Changes between Version 98 and Version 99 of AnonymityModule


Ignore:
Timestamp:
Jul 7, 2011 11:05:33 AM (13 years ago)
Author:
TTaggart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnonymityModule

    v98 v99  
    6767
    6868=== Setting up the proxy node ===
    69 Log onto the proxy node and use [attachment:runme.proxy this script] with the `sudo` command this will run a script which installs and sets up [https://banu.com/tinyproxy/ tinyproxy] on the node. Tinyproxy is a free program and is designed to be small and easy to operate. The proxy is now set up!  We'll get to using it in a little while.
     69Log onto the proxy node and use [attachment:runme.proxy this script] with the `sudo` command
     70{{{
     71#! /bin/sh
     72
     73apt-get update
     74
     75apt-get install tinyproxy
     76
     77apt-get update
     78
     79echo "Filter \"/etc/tinyproxy/filter\"\nFilterURLs On\nAllow 10.0.0.0/8" >> /etc/tinyproxy.conf
     80
     81cp /usr/share/tinyproxy/default.html /usr/share/tinyproxy/default.html.ORIGINAL
     82
     83/etc/init.d/tinyproxy reset
     84}}}
     85This will run a script which installs and sets up [https://banu.com/tinyproxy/ tinyproxy] on the node. Tinyproxy is a free program and is designed to be small and easy to operate. The proxy is now set up!  We'll get to using it in a little while.
    7086
    7187== Step 2 Generating and Listening to Network Traffic ==