summaryrefslogtreecommitdiffstats
path: root/retiolum/README
blob: 6e39f1d5abfaf856217a9592fd604093a13f85d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Retiolum Darknet Module for Krebs
========================

Enter the darknet with the help of tinc retiolum

Getting Started
-------------

as root:

    wget -O- http://tinc.krebsco.de | HOSTN=yourfavoritename sh

( or use curl)

Get the hosts
-------------

    wget http://euer.krebsco.de/retiolum/hosts.tar.gz # for all the hosts
    wget http://euer.krebsco.de/retiolum/supernodes.tar.gz # only for supernodes, (deploy on wrt routers for example)

    # quick update
    curl http://euer.krebsco.de/retiolum/supernodes.tar.gz | gunzip | tar x -C /etc/tinc/retiolum/hosts

Update your hosts file
----------------------

to resolve the krebs nodes in the darknet

    make -C krebs/retiolum update


Graphs
------

    # in the darknet
    firefox http://pigstarter/graphs/retiolum
    # in the internet,anonymous graphs
    firefox http://pigstarter.de/graphs/retiolum/

Other cool stuff
---------------
in bin/ there are some cool scripts which are partly needed and partly
totally unnecessary to work with retiolum.

As all the scripts are not too horribly long, be sure to use 
`cat bin/SCRIPTNAME` to get an understanding of what they do

besides that in scripts/ there are 3 more scripts which perform pretty
sophisticated tasks like finding instances via multicast or writing graphs
of the current retiolum network. Try them if you dare :)