-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.conf
147 lines (129 loc) · 3.27 KB
/
site.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
hostname_prefix = 'freifunk',
site_name = 'Freifunk Rothenburg',
site_code = 'ffr',
domain_seed = '8e6b6323480710fd341b243ca420443877b2dfd9faa51b04db39af3e9b6c9787',
prefix4 = '10.67.0.0/16',
prefix6 = 'fdf9:9417:5844::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {'fdf9:9417:5844::2'},
regdom = 'DE',
wifi24 = {
channel = 1,
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
basic_rate = {6000, 9000, 18000, 36000, 54000},
ap = {
ssid = 'rothenburg.freifunk.net',
},
mesh = {
id = 'rothenburg-mesh',
mcast_rate = 12000,
},
},
config_mode = {
remote_login = {
show_password_form = true, -- default false
min_password_length = 10,
},
},
wifi5 = {
channel = 44,
ap = {
ssid = 'rothenburg.freifunk.net',
},
mesh = {
id = 'rothenburg-mesh',
mcast_rate = 12000,
},
},
mesh = {
vxlan = false,
},
next_node = {
ip4 = '10.67.0.1',
ip6 = 'fdf9:9417:5844::1',
mac = '16:41:95:40:f7:dc',
},
-- Filter all router advertisements not originating from Gateway with best link quality (TQ)
radv_filterd = {
-- threshold should be in sync with mesh.batman_adv.gw_sel_class
threshold = 20,
},
mesh_vpn = {
enabled = true,
mtu = 1426,
fastd = {
methods = {'salsa2012+umac'},
groups = {
backbone = {
limit = 1,
peers = {
vpn1 = {
key = '3b17583eedc0eb936c42d540720837db8ed2e0cb1bfd15a525b9ed0075464666',
remotes = {'ipv4 "gw01.freifunk-rothenburg.de" port 10000'},
},
vpn2 = {
key = 'a4e00bf6a4afb90f3da8af4055eb98bacb1b47d23a25adc4f737e98d2b7e13ea',
remotes = {'ipv4 "gw02.freifunk-rothenburg.de" port 10000'},
},
vpn7 = {
key = '4dc9f4e919baa09d4bfa564b44a055af9cb8b1aadcbf165091ecda7924cb87fb',
remotes = {'ipv4 "gw07.freifunk-rothenburg.de" port 10000'},
},
vpn3 = {
key = '10c4e9de451affa2351620479742b268473d1ecec70cf8e0356b3b722779e3ac',
remotes = {'ipv4 "gw04.freifunk-rothenburg.de" port 10000'},
},
vpn5 = {
key = '95186ef06c694238951f64c982407e3555daccc888a333c841ebde373d5d1a52',
remotes = {'ipv4 "gw05.freifunk-rothenburg.de" port 10000'},
},
vpn6 = {
key = 'e938297c0e7adb7261cb9e00cc3d717f935d20cb1010593b64fa3b9910ff0290',
remotes = {'ipv4 "gw06.freifunk-rothenburg.de" port 10000'},
},
},
},
},
},
},
roles = {
default = 'node',
list = {
'node',
'backbone',
'offloader',
'test',
},
},
autoupdater = {
enabled = 1,
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {'http://[fdf9:9417:5844::2]/gluon/stable/sysupgrade'},
good_signatures = 1,
pubkeys = {
'1b9f2c062ec5211c40cb535f8321085eca487375a465f6b65f762ed6127665c3', -- Patrik
},
},
experimental = {
name = 'experimental',
mirrors = {'http://[fdf9:9417:5844::2]/gluon/experimental/sysupgrade'},
good_signatures = 1,
pubkeys = {
'1b9f2c062ec5211c40cb535f8321085eca487375a465f6b65f762ed6127665c3', -- Patrik
},
},
},
},
simple_tc = {
mesh_vpn = {
ifname = 'mesh-vpn',
enabled = false,
limit_egress = 200,
limit_ingress = 3000,
},
},
}