root/luci/branches/luci-0.9/modules/freifunk/root/etc/config/freifunk @ 5571

Revision 5571, 5.7 KB (checked in by jow, 4 years ago)

luci-0.9: merge r5570

Line 
1package 'freifunk'
2
3config 'settings' 'wizard'
4
5config 'public' 'contact'
6    option 'nickname' ''
7    option 'name' ''
8    option 'mail' ''
9    option 'phone' ''
10    option 'location' ''
11    option 'note' ''
12
13config 'public' 'community'
14    option 'name' 'Freifunk'
15    option 'homepage' 'http://freifunk.net'
16
17config 'fw_rule' 'icmp'
18    option 'src' 'freifunk'
19    option 'target' 'ACCEPT'
20    option 'proto' 'icmp'
21
22config 'fw_rule' 'http'
23    option 'src' 'freifunk'
24    option 'target' 'ACCEPT'
25    option 'proto' 'tcp'
26    option 'dest_port' '80'
27
28config 'fw_rule' 'https'
29    option 'src' 'freifunk'
30    option 'target' 'ACCEPT'
31    option 'proto' 'tcp'
32    option 'dest_port' '443'
33
34config 'fw_rule' 'ssh'
35    option 'src' 'freifunk'
36    option 'target' 'ACCEPT'
37    option 'proto' 'tcp'
38    option 'dest_port' '22'
39
40config 'fw_rule' 'olsr'
41    option 'src' 'freifunk'
42    option 'target' 'ACCEPT'
43    option 'proto' 'udp'
44    option 'dest_port' '698'
45
46config 'fw_rule' 'wprobe'
47    option 'src' 'freifunk'
48    option 'target' 'ACCEPT'
49    option 'proto' 'tcp'
50    option 'dest_port' '17990'
51
52config 'fw_forwarding' 'lan'
53    option 'src' 'lan'
54    option 'dest' 'freifunk'
55
56config 'fw_forwarding' 'fffwd'
57    option 'src' 'freifunk'
58    option 'dest' 'freifunk'
59
60config 'defaults' 'wifi_device'
61    option 'channel' '1'
62    option 'diversity' '1'
63    option 'disabled' '0'
64    option 'txpower' '15'
65    option 'country' '276'
66
67config 'defaults' 'wifi_iface'
68    option 'mode' 'adhoc'
69    option 'bssid' '02:CA:FF:EE:BA:BE'
70    option 'sw_merge' '1'
71
72config '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
76config 'defaults' 'alias'
77    option 'netmask' '255.255.255.0'
78
79config 'defaults' 'dhcp'
80    option 'leasetime' '30m'
81
82config 'defaults' 'olsr_interface'
83    option 'Ip4Broadcast' '255.255.255.255'
84
85config '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
88config '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
92config '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
100config '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
108config '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
116config '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
125config '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
134config '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
143config '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
152config '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
161config '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
170config '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.30.0.0/16'
175    option 'splash_network' '10.104.0.0/16'
176    option 'splash_prefix' '27'
177    option 'external' 'freifunk_mainz'
178
179config '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
188config '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
197config 'community' 'ljubljana'
198    option 'name' 'Kiberpipa.net (wlan-lj)'
199    option 'homepage' 'http://www.kiberpipa.net'
200    option 'ssid' 'open.kiberpipa.net'
201    option 'mesh_network' '10.14.0.0/16'
202    option 'splash_network' '10.14.128.0/17'
203    option 'splash_prefix' '27'
204    option 'external' 'freifunk_ljubljana'
205
Note: See TracBrowser for help on using the browser.