From 99e43524b8999e34771e0a736affead4ae686977 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 30 Sep 2013 21:25:38 +0200 Subject: [PATCH] Add backbone config --- site.conf | 26 ++++++++++++++++++++++++++ site.mk | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/site.conf b/site.conf index 69bcf97..04a9001 100644 --- a/site.conf +++ b/site.conf @@ -26,6 +26,32 @@ mac => '16:41:95:40:f7:dc', }, + fastd_mesh_vpn => { + methods => ['xsalsa20-poly1305'], + mtu => 1426, + backbone => { + limit => 2, + peers => { + burgtor => { + key => '657af03e36ff1b8bbe5a5134982a4f110c8523a9a63293870caf548916a95a03', + remotes => ['ipv4 "burgtor.mesh.ffhl.chaotikum.org" port 10000'], + }, + holstentor => { + key => '8c660f7511bf101ea1b599fe53af20e1146cd923c9e9d2a3a0d534ee75af9067', + remotes => ['ipv4 "holstentor.mesh.ffhl.chaotikum.org" port 10000'], + }, + huextertor => { + key => 'a1b124f43eae4f5929850c09cda825ef35d659e3db4d7746e3d97627e9fa7238', + remotes => ['ipv4 "huextertor.mesh.ffhl.chaotikum.org" port 10000'], + }, + muehlentor => { + key => 'bd4ec3cf87bb0042eed2fa121fbc402154d28fb1ae9dff9cdb71bb21892f401a', + remotes => ['ipv4 "muehlentor.mesh.ffhl.chaotikum.org" port 10000'], + }, + }, + }, + }, + configmode => { msg_pubkey => <<'END', Dies ist der öffentliche Schlüssel deines Freifunkknotens. diff --git a/site.mk b/site.mk index ae5495d..47ec18c 100644 --- a/site.mk +++ b/site.mk @@ -1,2 +1,2 @@ GLUON_SITE_PACKAGES := gluon-config-mode gluon-cron gluon-ebtables gluon-next-node gluon-mesh-batman-adv gluon-mesh-vpn-fastd gluon-autoupdater \ - htop iputils-ping6 iptables kmod-ipt-nathelper firewall + htop iputils-ping6 iptables kmod-ipt-nathelper firewall fastd haveged