c374eb3730370f523c8be1bc71ae2f3553441226
[project/luci.git] / modules / freifunk / root / etc / config / freifunk
1 package 'freifunk'
2
3 config 'settings' 'wizard'
4
5 config 'public' 'contact'
6         option 'nickname' ''
7         option 'name' ''
8         option 'mail' ''
9         option 'phone' ''
10         option 'location' ''
11         option 'note' ''
12
13 config 'public' 'community'
14         option 'name' 'Freifunk'
15         option 'homepage' 'http://freifunk.net'
16
17 config 'fw_rule' 'icmp'
18         option 'src' 'freifunk'
19         option 'target' 'ACCEPT'
20         option 'proto' 'icmp'
21
22 config 'fw_rule' 'http'
23         option 'src' 'freifunk'
24         option 'target' 'ACCEPT'
25         option 'proto' 'tcp'
26         option 'dest_port' '80'
27
28 config 'fw_rule' 'https'
29         option 'src' 'freifunk'
30         option 'target' 'ACCEPT'
31         option 'proto' 'tcp'
32         option 'dest_port' '443'
33
34 config 'fw_rule' 'ssh'
35         option 'src' 'freifunk'
36         option 'target' 'ACCEPT'
37         option 'proto' 'tcp'
38         option 'dest_port' '22'
39
40 config 'fw_rule' 'olsr'
41         option 'src' 'freifunk'
42         option 'target' 'ACCEPT'
43         option 'proto' 'udp'
44         option 'dest_port' '698'
45
46 config 'fw_rule' 'wprobe'
47         option 'src' 'freifunk'
48         option 'target' 'ACCEPT'
49         option 'proto' 'tcp'
50         option 'dest_port' '17990'
51
52 config 'fw_forwarding' 'lan'
53         option 'src' 'lan'
54         option 'dest' 'freifunk'
55
56 config 'fw_forwarding' 'fffwd'
57         option 'src' 'freifunk'
58         option 'dest' 'freifunk'
59
60 config 'defaults' 'wifi_device'
61         option 'channel' '1'
62         option 'diversity' '1'
63         option 'disabled' '0'
64         option 'txpower' '15'
65         option 'country' '276'
66
67 config 'defaults' 'wifi_iface'
68         option 'mode' 'adhoc'
69         option 'bssid' '02:CA:FF:EE:BA:BE'
70         option 'sw_merge' '1'
71
72 config 'defaults' 'interface'
73         option 'netmask' '255.0.0.0'
74         option 'dns' '88.198.178.18 141.54.1.1 212.204.49.83 208.67.220.220 208.67.222.222'
75
76 config 'defaults' 'alias'
77         option 'netmask' '255.255.255.0'
78
79 config 'defaults' 'dhcp'
80         option 'leasetime' '30m'
81
82 config 'defaults' 'olsr_interface'
83         option 'Ip4Broadcast' '255.255.255.255'
84
85 config 'defaults' 'time'
86         option 'rdate_servers' '128.138.140.44 171.64.7.77 171.64.7.99 81.169.154.44 130.133.1.10'
87
88 config 'defaults' 'upgrade'
89         option 'repository' 'http://dev.luci.freifunk-halle.net/freifunk-snapshots'
90         option 'rssfeed' 'http://firmware.leipzig.freifunk.net/kamikaze/.rss.xml'
91
92 config 'community' 'leipzig'
93         option 'name' 'Freifunk Leipzig'
94         option 'homepage' 'http://leipzig.freifunk.net'
95         option 'ssid' 'leipzig.freifunk.net'
96         option 'mesh_network' '104.61.0.0/16'
97         option 'splash_network' '10.104.0.0/16'
98         option 'splash_prefix' '27'
99
100 config 'community' 'halle'
101         option 'name' 'Freifunk Halle'
102         option 'homepage' 'http://halle.freifunk.net'
103         option 'ssid' 'halle.freifunk.net'
104         option 'mesh_network' '104.62.0.0/16'
105         option 'splash_network' '10.104.0.0/16'
106         option 'splash_prefix' '27'
107
108 config 'community' 'l59'
109         option 'name' 'Freifunk L59'
110         option 'homepage' 'http://freifunk.net'
111         option 'ssid' 'start.freifunk.net'
112         option 'mesh_network' '104.59.0.0/16'
113         option 'splash_network' '10.104.0.0/16'
114         option 'splash_prefix' '27'
115
116 config 'community' 'berlin'
117         option 'name' 'Freifunk Berlin'
118         option 'homepage' 'http://berlin.freifunk.net'
119         option 'ssid' 'olsr.freifunk.net'
120         option 'mesh_network' '104.0.0.0/8'
121         option 'splash_network' '10.104.0.0/16'
122         option 'splash_prefix' '27'
123         option 'external' 'freifunk_berlin'
124
125 config 'community' 'potsdam'
126         option 'name' 'Freifunk Potsdam'
127         option 'homepage' 'http://potsdam.freifunk.net'
128         option 'ssid' 'www.freifunk-potsdam.de'
129         option 'mesh_network' '10.22.0.0/16'
130         option 'splash_network' '10.104.0.0/16'
131         option 'splash_prefix' '27'
132         option 'external' 'freifunk_potsdam'
133
134 config 'community' 'hamburg'
135         option 'name' 'Freifunk Hamburg'
136         option 'homepage' 'http://hamburg.piratenpartei.de'
137         option 'ssid' 'hamburg.freifunk.net'
138         option 'mesh_network' '10.112.0.0/12'
139         option 'splash_network' '10.104.0.0/16'
140         option 'splash_prefix' '27'
141         option 'external' 'freifunk_hamburg'
142
143 config 'community' 'hannover'
144         option 'name' 'Freifunk Hannover'
145         option 'homepage' 'http://hannover.freifunk.net'
146         option 'ssid' 'hannover.freifunk.net'
147         option 'mesh_network' '10.2.0.0/16'
148         option 'splash_network' '10.104.0.0/16'
149         option 'splash_prefix' '27'
150         option 'external' 'freifunk_hannover'
151
152 config 'community' 'augsburg'
153         option 'name' 'Freifunk Augsburg'
154         option 'homepage' 'http://augsburg.freifunk.net'
155         option 'ssid' 'augsburg.freifunk.net'
156         option 'mesh_network' '10.11.0.0/18'
157         option 'splash_network' '10.104.0.0/16'
158         option 'splash_prefix' '27'
159         option 'external' 'freifunk_augsburg'
160
161 config 'community' 'jena'
162         option 'name' 'Freifunk Jena'
163         option 'homepage' 'http://www.freifunk-jena.de'
164         option 'ssid' 'jena.freifunk.net'
165         option 'mesh_network' '10.127.0.0/20'
166         option 'splash_network' '10.104.0.0/16'
167         option 'splash_prefix' '29'
168         option 'external' 'freifunk_jena'
169
170 config 'community' 'mainz'
171         option 'name' 'Freifunk Mainz'
172         option 'homepage' 'http://wiki.freifunk.net/Mainz'
173         option 'ssid' 'http://wiki.freifunk.net/Mainz'
174         option 'mesh_network' '10.37.0.0/16'
175         option 'splash_network' '10.104.0.0/16'
176         option 'splash_prefix' '27'
177         option 'external' 'freifunk_mainz'
178
179 config 'community' 'seefeld'
180         option 'name' 'Freifunk Seefeld'
181         option 'homepage' 'http://wiki.freifunk.net/Seefeld.freifunk.net'
182         option 'ssid' 'seefeld.freifunk.net'
183         option 'mesh_network' '10.111.0.0/16'
184         option 'splash_network' '10.104.0.0/16'
185         option 'splash_prefix' '27'
186         option 'external' 'freifunk_seefeld'
187
188 config 'community' 'duesseldorf'
189         option 'name' 'Freifunk Duesseldorf'
190         option 'homepage' 'http://wiki.piratenpartei.de/D%C3%BCsseldorf/Freifunk'
191         option 'ssid' 'duesseldorf.freifunk.net'
192         option 'mesh_network' '10.40.0.0/16'
193         option 'splash_network' '10.104.0.0/16'
194         option 'splash_prefix' '27'
195         option 'external' 'freifunk_duesseldorf'
196
197 config 'community' 'oldenburg'
198         option 'name' 'Freifunk Oldenburg'
199         option 'homepage' 'http://oldenburg.freifunk.net'
200         option 'ssid' 'oldenburg.freifunk.net'
201         option 'mesh_network' '10.18.0.0/16'
202         option 'splash_network' '10.104.0.0/16'
203         option 'splash_prefix' '27'
204         option 'external' 'freifunk_oldenburg'
205
206 config 'community' 'kiberpipa'
207         option 'name' 'Kiberpipa.net'
208         option 'homepage' 'http://www.kiberpipa.net'
209         option 'ssid' 'open.kiberpipa.net'
210         option 'mesh_network' '10.14.0.0/16'
211         option 'splash_network' '10.14.128.0/17'
212         option 'splash_prefix' '27'
213         option 'external' 'freifunk_kiberpipa'
214
215 config 'community' 'wlanljubljana'
216         option 'name' 'wlan ljubljana'
217         option 'homepage' 'http://wlan-lj.net'
218         option 'ssid' 'open.wlan-lj.net'
219         option 'mesh_network' '10.254.0.0/16'
220         option 'splash_network' '10.254.120.0/21'
221         option 'splash_prefix' '27'
222         option 'external' 'freifunk_wlanljubljana'
223