summaryrefslogtreecommitdiffstats
path: root/retiolum
Commit message (Collapse)AuthorAgeFilesLines
* more convertinglassulus2011-12-241-1/+1
|
* added defaultroute scriptlassulus2011-12-231-0/+37
|
* by the powers of exclamation mark!lassulus2011-12-221-1/+1
|
* more testing...lassulus2011-12-221-1/+1
|
* more enterpriselassulus2011-12-221-2/+8
|
* changed regexlassulus2011-12-221-1/+1
|
* back to teh routes pt2lassulus2011-12-221-1/+1
|
* back to the routes!lassulus2011-12-223-3/+3
|
* Merge branch 'master' of github.com:krebscode/painloadlassulus2011-11-261-1/+1
|\
| * //retiolum hosts: use correct formattv2011-11-191-1/+1
| |
* | removed default routelassulus2011-11-261-1/+0
|/
* removed defaultroutelassulus2011-11-181-1/+0
|
* added defaultroutes!! testing ftwlassulus2011-11-173-0/+3
|
* removed ALRMlassulus2011-11-161-1/+0
|
* deleted routes for testinglassulus2011-11-153-3/+0
|
* m0ar defaultroutes!lassulus2011-11-151-0/+1
|
* added host picolassulus2011-11-141-0/+10
|
* added default route Styxlassulus2011-11-141-0/+1
|
* added defaultroutelassulus2011-11-141-0/+1
|
* Merge branch 'master' of github.com:krebscode/painloadEUcancER2011-11-101-1/+1
|\
| * //retiolum hosts also controls 23.42/16tv2011-11-101-1/+1
| |
* | //retiolum/adv_graphgen: refactor graph generation, fix weight issueEUcancER2011-11-103-8/+17
|/
* //retiolum hosts: killall Subnet = 10.7.7/24tv2011-11-1043-50/+0
|
* //retiolum tinc-up: first set up interface, then configuretv2011-11-101-2/+2
|
* //retiolum Makefile update: show unified contexttv2011-11-101-1/+1
|
* //retiolum pgrep-retiolum-tincd-args: fix regextv2011-11-101-1/+1
|
* //retiolum update: cp tinc-up and restart tincdtv2011-11-104-8/+24
| | | | | | This commit updates /etc's tinc-up if it has changed and then restarts tincd. If tinc-up hasn't changed then only HUP and ALRM are sent to the retiolum tincd process.
* //retiolum tinc-up: use iproute2 onlytv2011-11-101-9/+7
|
* //retiolum tinc-up: fix ipv4 netmasktv2011-11-091-3/+4
|
* update_tinc_hosts fixed by tvlassulus2011-11-091-1/+1
|
* //retiolum install.sh: more ipv4-adaptionstv2011-11-091-2/+2
|
* Merge branch 'master' of github.com:krebscode/painloadtv2011-11-091-1/+1
|\
| * fixed random in iplassulus2011-11-091-1/+1
| |
* | //retiolum tinc-up: adapt ipv4-rangetv2011-11-091-2/+2
|/
* //retiolum hosts: fillxx ipv4tv2011-11-0945-0/+45
| | | | | | | for x in hosts/*; do myipv4=$(echo 42.$(for i in `seq 1 3`; do echo "ibase=16;`bin/fillxx xx|tr [a-f] [A-F]`" | bc; done)|tr \ .)/32; if ! grep -q '42\..*/32' $x; then sed -i '/BEGIN/s:.*:'"Subnet = $myipv4"'\n&:' $x ; fi; done
* //retiolum install.sh: use fillxx for IPv4 (inactive)tv2011-11-091-0/+4
|
* //retiolum hosts also: add nebula ipv4 addrtv2011-11-091-0/+1
|
* //retiolum install.sh: default hostname + eloop@ipv4krebs2011-11-081-5/+11
|
* //retiolum/Makefile: use relative punanikrebs2011-11-081-1/+1
|
* //retiolum hosts steve: initial commitkrebs2011-11-081-0/+10
|
* add script to find legacy hostsEUcancER2011-11-081-0/+59
|
* added testip alphalabslassulus2011-11-081-0/+1
|
* Merge branch 'master' of github.com:krebscode/painloadmakefu2011-11-043-9/+11
|\
| * //retiolum/adv_graphgen: bug-fixingEUcancER2011-11-043-9/+11
| | | | | | | | | | | | | | debian uses features of adv_graphgen which hasn't been tested until now. Bugs has been fixed concerning usage of LOG_FILE environ and many more fix minor calculation bug in availability calucluation (delete faulty archive lines)
* | //retiolum/adv_graphgen: tinc_stats now invokes USR2 against tinc deamonmakefu2011-11-041-0/+3
|/
* //retiolum/adv_graphgen: add BackwardsReadermakefu2011-11-041-0/+35
| | | | dependency for tinc_stats.py
* //retiolum/adv_graphgen: replace old parsing style, refactoringmakefu2011-11-043-43/+25
| | | | | tinc_stats now writes the current tinc state into stdout as json sanitize.sh uses tinc_stats and pipes the output to parse_tinc_stats.py (the name is a lie)
* //retiolum/bin/my-ip: initial commitmakefu2011-11-041-0/+2
| | | | script to find your nat'ed ip address
* Merge branch 'master' of github.com:krebscode/painloadmakefu2011-11-032-18/+106
|\
| * //retiolum/adv_graphgen: add avg weight to nodesEUcancER2011-10-271-2/+11
| |