diff options
author | tv <tv@iiso> | 2011-11-09 22:19:48 +0100 |
---|---|---|
committer | tv <tv@iiso> | 2011-11-09 22:19:48 +0100 |
commit | 076ad6dd74192fc1dc5b812db770b6ee52a5fe59 (patch) | |
tree | eaea60504efbfd11f02de3f071bebdb7a43920bc | |
parent | 1dd9031b1e564ef9480106aaa73d59ae3c6e95eb (diff) |
//retiolum tinc-up: adapt ipv4-range
-rwxr-xr-x | retiolum/scripts/tinc_setup/tinc-up | 4 |
1 files changed, 2 insertions, 2 deletions
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` |