forked from remote/site-ffmuc
exchange site-config by multidomain-config
This commit is contained in:
105
domains/ffmuc_welcome.conf
Normal file
105
domains/ffmuc_welcome.conf
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
domain_names = {
|
||||
ffmuc_welcome = 'Freifunk München Welcome'
|
||||
},
|
||||
|
||||
opkg = {
|
||||
extra = {
|
||||
gluon = 'http://firmware.ffmuc.net/modules/gluon-%GS-%GR/%S',
|
||||
},
|
||||
},
|
||||
|
||||
domain_seed = '7c147ed35137c0ebf6460b593b0e3fed347759606be68c46ebacebce1364c142',
|
||||
|
||||
prefix4 = '10.80.64.0/19',
|
||||
prefix6 = 'fdef:ffc0:4fff:1::/64',
|
||||
|
||||
wifi24 = {
|
||||
channel = 6,
|
||||
ap = {
|
||||
ssid = 'muenchen.freifunk.net',
|
||||
},
|
||||
mesh = {
|
||||
id = 'ffmuc-welcome-mesh',
|
||||
mcast_rate = 12000,
|
||||
disabled = true,
|
||||
},
|
||||
ibss = {
|
||||
ssid = 'mesh.ffmuc.welcome',
|
||||
bssid = '02:0E:8E:1E:61:18',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
},
|
||||
|
||||
wifi5 = {
|
||||
channel = 44,
|
||||
ap = {
|
||||
ssid = 'muenchen.freifunk.net',
|
||||
},
|
||||
mesh = {
|
||||
id = 'ffmuc-welcome-mesh',
|
||||
mcast_rate = 12000,
|
||||
disabled = true,
|
||||
},
|
||||
ibss = {
|
||||
ssid = 'mesh.ffmuc.welcome',
|
||||
bssid = '02:0E:8E:1E:61:18',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
},
|
||||
|
||||
mesh = {
|
||||
batman_adv = {
|
||||
gw_sel_class = 3,
|
||||
},
|
||||
},
|
||||
|
||||
next_node = {
|
||||
ip4 = '10.80.64.1',
|
||||
ip6 = 'fdef:ffc0:4fff:1::1',
|
||||
mac = '16:41:95:40:f7:dc',
|
||||
},
|
||||
|
||||
mesh_vpn = {
|
||||
mtu = 1280,
|
||||
fastd = {
|
||||
methods = {'salsa2012+umac'},
|
||||
groups = {
|
||||
backbone = {
|
||||
limit = 1,
|
||||
peers = {
|
||||
gwf01 = {
|
||||
key = '89951ed50d591c0a4682ae50cb38806efe44dd736ba91ef64c9ef06b20ec186e',
|
||||
remotes = {
|
||||
'"gwf01.ffmuc.net" port 11001',
|
||||
'"gwf01.freifunk-muenchen.de" port 11001',
|
||||
},
|
||||
},
|
||||
gwf02 = {
|
||||
key = 'e255f2671c56f28a65173719be61939e5d48518eaa4da0d19283fd5395908e35',
|
||||
remotes = {
|
||||
'"gwf02.ffmuc.net" port 11001',
|
||||
'"gwf02.freifunk-muenchen.de" port 11001',
|
||||
},
|
||||
},
|
||||
gwf03 = {
|
||||
key = 'bf16080ab05a4416285638208e6f17055ea8f92cfd496c61eee1f1160cf6d386',
|
||||
remotes = {
|
||||
'"gwf03.ffmuc.net" port 11001',
|
||||
'"gwf03.freifunk-muenchen.de" port 11001',
|
||||
},
|
||||
},
|
||||
gwf04 = {
|
||||
key = '421a2c8e78f86d08fa7c8c7660b0dc073640ff365acb308ab92155c33488c539',
|
||||
remotes = {
|
||||
'"gwf04.ffmuc.net" port 11001',
|
||||
'"gwf04.freifunk-muenchen.de" port 11001',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
-- vim: set ft=lua:ts=2:sw=2:et
|
||||
Reference in New Issue
Block a user