summaryrefslogtreecommitdiffstats
path: root/retiolum/README
diff options
context:
space:
mode:
Diffstat (limited to 'retiolum/README')
-rw-r--r--retiolum/README52
1 files changed, 52 insertions, 0 deletions
diff --git a/retiolum/README b/retiolum/README
new file mode 100644
index 00000000..6e39f1d5
--- /dev/null
+++ b/retiolum/README
@@ -0,0 +1,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 :)
+
+