b27eaa6eb71e229cfbb10429063df8b7260781a4
[project/luci.git] / modules / freifunk / root / etc / config / freifunk
1 config public contact
2         option nickname
3         option name
4         option mail
5         option phone
6         option location
7         option geo
8         option note
9
10 config public community
11     option name     "Freifunk Halle"
12     option homepage http://halle.freifunk.net
13     option realm    netz.freifunk-halle.net
14     
15 config settings wizard
16             
17
18 config fw_rule http
19         option source freifunk
20         option target ACCEPT
21         option proto  tcp
22         option dest_port 80
23         
24 config fw_rule https
25         option source freifunk
26         option target ACCEPT
27         option proto  tcp
28         option dest_port 443
29          
30 config fw_rule ssh
31         option source freifunk
32         option target ACCEPT
33         option proto  tcp
34         option dest_port 22
35
36 config fw_rule olsr
37         option source freifunk
38         option target ACCEPT
39         option proto  udp
40         option dest_port 698
41         
42 config fw_forwarding lan
43         option src lan
44         option dest freifunk
45
46     
47
48 config defaults wifi_device
49     option channel   1
50     option txantenna 1
51     option rxantenna 1
52     option txant 1
53     option rxant 1
54     option diversity 0
55     
56
57 config defaults wifi_iface
58     option type         adhoc
59     option essid    halle.freifunk.net
60     option bssid    02:CA:FF:EE:BA:BE
61     option txpower  10
62     option rts          0
63     option frag         0
64     
65     
66 config defaults interface
67     option netmask  255.0.0.0
68     option dns      "88.198.178.18 141.54.1.1 212.204.49.83 208.67.220.220 208.67.222.222"
69
70
71 config defaults alias
72         option netmask  255.255.255.0 
73         
74         
75 config defaults dhcp
76         option leasetime 30m
77         
78         
79 config defaults olsr_interface
80         option  HelloInterval 6.0
81         option  HelloValidityTime 108.0
82         option  TcInterval 4.0
83         option  TcValidityTime 324.0
84         option  MidInterval 18.0
85         option  MidValidityTime 324.0
86         option  HnaInterval 18.0
87         option  HnaValidityTime 108.0