From 076ad6dd74192fc1dc5b812db770b6ee52a5fe59 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 9 Nov 2011 22:19:48 +0100 Subject: //retiolum tinc-up: adapt ipv4-range --- retiolum/scripts/tinc_setup/tinc-up | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'retiolum/scripts') diff --git a/retiolum/scripts/tinc_setup/tinc-up b/retiolum/scripts/tinc_setup/tinc-up index 9a557787..b1a705b1 100755 --- a/retiolum/scripts/tinc_setup/tinc-up +++ b/retiolum/scripts/tinc_setup/tinc-up @@ -8,8 +8,8 @@ name=`sed -n 's|^ *Name *= *\([^ ]*\) *$|\1|p' $conf` host=$dirname/hosts/$name -route4=10.7.7.0/24 -addr4=`sed -n 's|^ *Subnet *= *\(10\.[^ ]*\) *$|\1|p' $host` +route4=42.0.0.0/8 +addr4=`sed -n 's|^ *Subnet *= *\(42\.[^ ]*\) *$|\1|p' $host` route6=42::/16 addr6=`sed -n 's|^ *Subnet *= *\(42:[^ ]*\) *$|\1|p' $host` -- cgit v1.2.3