]> git.ipfire.org Git - thirdparty/freifunk-ipfire.git/commitdiff
Merge pull request #4 from fusselkater/patch-1 master
authorPhilip Berndroth <p.berndroth@philuweb.de>
Sat, 21 Feb 2015 11:35:27 +0000 (12:35 +0100)
committerPhilip Berndroth <p.berndroth@philuweb.de>
Sat, 21 Feb 2015 11:35:27 +0000 (12:35 +0100)
Added configuration for Freifunk Ingolstadt

sites/FFIN [new file with mode: 0644]

diff --git a/sites/FFIN b/sites/FFIN
new file mode 100644 (file)
index 0000000..fbc1c98
--- /dev/null
@@ -0,0 +1,117 @@
+{
+  "name": "Freifunk Ingolstadt",
+  "id": "FFIN",
+  "prefix": "",
+  "register": "mailto:freifunk@bingo-ev.de",
+  "url": "http://ingolstadt.freifunk.net",
+  "map": "http://ingolstadt.freifunk.net/map",
+  "supernodes": [
+    {
+      "protocol": "fastd",
+      "peer": "gw1",
+      "key": "22461c2c934dddb49d8745b7c737ca31a2770ca05400335709bb5faba10a9c1e",
+      "remote": "gw1.freifunk.bingo-ev.de",
+      "port": 31415,
+      "mtu-vpn": 1406,
+      "ciphers": [
+       "aes128-gcm",
+       "salsa2012+umac",
+       "salsa2012+gmac"
+      ]
+    },
+    {
+      "protocol": "fastd",
+      "peer": "gw2",
+      "key": "a0ee25f6860d6dedd4131c6bd79eb8010af4c39ace121e3f31bec6c569a5ccff",
+      "remote": "gw2.freifunk.bingo-ev.de",
+      "port": 31415,
+      "mtu-vpn": 1406,
+      "ciphers": [
+       "aes128-gcm",
+       "salsa2012+umac",
+       "salsa2012+gmac"
+      ]
+    },
+    {
+      "protocol": "fastd",
+      "peer": "gw3",
+      "key": "36563e673be2e178c22b1329ad680f029c5ae7a5cbe40b3db416344fbf2481c2",
+      "remote": "gw3.freifunk.bingo-ev.de",
+      "port": 31415,
+      "mtu-vpn": 1406,
+      "ciphers": [
+       "aes128-gcm",
+       "salsa2012+umac",
+       "salsa2012+gmac"
+      ]
+    },
+    {
+      "protocol": "fastd",
+      "peer": "gw4",
+      "key": "94af372143a6b5023645d5452827156cbd884d032f4819a21b9c9454704947f5",
+      "remote": "gw4.freifunk.bingo-ev.de",
+      "port": 31415,
+      "mtu-vpn": 1406,
+      "ciphers": [
+       "aes128-gcm",
+       "salsa2012+umac",
+       "salsa2012+gmac"
+      ]
+    },
+    {
+      "protocol": "fastd",
+      "peer": "gw5",
+      "key": "5741375018eecb26551e1bb495cdd18440a1e94d8980c7b813b1063c5ac60c38",
+      "remote": "gw5.freifunk.bingo-ev.de",
+      "port": 31415,
+      "mtu-vpn": 1406,
+      "ciphers": [
+       "aes128-gcm",
+       "salsa2012+umac",
+       "salsa2012+gmac"
+      ]
+    },
+    {
+      "protocol": "fastd",
+      "peer": "gw6",
+      "key": "a4c45af79c4d6e7947c47062833bd25a9f34521d7e1fa6be1facb17af30ba0c4",
+      "remote": "gw6.freifunk.bingo-ev.de",
+      "port": 31415,
+      "mtu-vpn": 1406,
+      "ciphers": [
+       "aes128-gcm",
+       "salsa2012+umac",
+       "salsa2012+gmac"
+      ]
+    }
+  ],
+  "batman-adv": "2013.4",
+  "adhoc": [
+    {
+      "ssid": "fe:fe:5b:ad:c0:de",
+      "bssid": "fe:fe:5b:ad:c0:de",
+      "channel": 5,
+      "htmode": "HT40+",
+      "mesh_mcast_rate": 12000
+    },
+    {
+      "ssid": "fe:fe:5b:ad:c0:de",
+      "bssid": "fe:fe:5b:ad:c0:de",
+      "channel": 44,
+      "htmode": "HT40+",
+      "mesh_mcast_rate": 12000
+    }
+  ],
+  "infrastructure": [
+    {
+      "ssid": "Freifunk",
+      "channel": 5,
+      "htmode": "HT40+"
+    },
+    {
+      "ssid": "Freifunk",
+      "channel": 44,
+      "htmode": "HT40+"
+    }
+  ]
+}