From fd1144b06d602581270a310d9e15476c07873335 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 29 Dec 2013 13:43:45 +0100 Subject: retiolum: updated build scripts --- retiolum/Makefile | 2 -- retiolum/scripts/tinc_setup/tinc-up | 11 +++-------- 2 files changed, 3 insertions(+), 10 deletions(-) (limited to 'retiolum') diff --git a/retiolum/Makefile b/retiolum/Makefile index b3a3c124..950099f4 100755 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -9,8 +9,6 @@ links: install: upgrade - ../punani/bin/punani install tinc python - scripts/tinc_setup/install.sh sudo cp scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up upgrade: update diff --git a/retiolum/scripts/tinc_setup/tinc-up b/retiolum/scripts/tinc_setup/tinc-up index a829528d..043e1e46 100755 --- a/retiolum/scripts/tinc_setup/tinc-up +++ b/retiolum/scripts/tinc_setup/tinc-up @@ -11,14 +11,9 @@ host=$dirname/hosts/$name ip link set $INTERFACE up addr4=`sed -n 's|^ *Subnet *= *\(10[.][^ ]*\) *$|\1|p' $host` -if [ "$addr4" != '' ];then - ip -4 addr add $addr4 dev $INTERFACE - ip -4 route add 10.243.0.0/16 dev $INTERFACE -else - addr4=`sed -n 's|^ *Subnet *= *\(42[.][^ ]*\) *$|\1|p' $host` - ip -4 addr add $addr4 dev $INTERFACE - ip -4 route add 42.0.0.0/16 dev $INTERFACE -fi +ip -4 addr add $addr4 dev $INTERFACE +ip -4 route add 10.243.0.0/16 dev $INTERFACE +ip -4 route add 172.22.0.0/15 dev $INTERFACE addr6=`sed -n 's|^ *Subnet *= *\(42[:][^ ]*\) *$|\1|p' $host` ip -6 addr add $addr6 dev $INTERFACE -- cgit v1.2.3