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/fuerkrebs | 1 + 1 file changed, 1 insertion(+) (limited to 'retiolum/hosts/fuerkrebs') diff --git a/retiolum/hosts/fuerkrebs b/retiolum/hosts/fuerkrebs index 065a97aa..59b09fe9 100644 --- a/retiolum/hosts/fuerkrebs +++ b/retiolum/hosts/fuerkrebs @@ -1,5 +1,6 @@ Subnet = 10.7.7.188 Subnet = 42:0f19:8a1e:7865:721b:2378:bef7:1159/128 +Subnet = 42.215.67.121/32 -----BEGIN RSA PUBLIC KEY----- MIIBCgKCAQEA1HoKqh7HvXCKybe2FNBI/wuOvkZuftL0/DDZfZtPlCRtdcOA4XFj hQng5+VE3NG0yKcRs59U8iHSeN9b7Is1YF4q0RtM9YQTDhvS/vfpHDq42ftjMs/e -- cgit v1.2.3