From 1dd9031b1e564ef9480106aaa73d59ae3c6e95eb Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 9 Nov 2011 22:11:06 +0100 Subject: //retiolum hosts: fillxx ipv4 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/hosts/cloudkrebs | 1 + 1 file changed, 1 insertion(+) (limited to 'retiolum/hosts/cloudkrebs') diff --git a/retiolum/hosts/cloudkrebs b/retiolum/hosts/cloudkrebs index 1be21f4b..685e322d 100644 --- a/retiolum/hosts/cloudkrebs +++ b/retiolum/hosts/cloudkrebs @@ -1,6 +1,7 @@ Address = tinc.krebs.dotcloud.com Port = 1655 +Subnet = 42.176.135.119/32 -----BEGIN RSA PUBLIC KEY----- MIIBCgKCAQEA9j7kF3Vf9POQbY16LTkpxLvGFlxQ7uEOKmiZFjLfhBi9yt49n+Oj hWcr2Pf0iSBhBBqLja429aDe9DXswYUlDwDGau9o6aGWL9mvKBOZ92nXqHT2xv/p -- cgit v1.2.3