summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-05 01:02:36 +0000
committerSteven Barth <steven@midlink.org>2008-09-05 01:02:36 +0000
commit2cde638a531eb80990fe9263041f7477cc89d2ce (patch)
tree4a673fa722b739f692ac7b3cc0762bdeec6bf563 /modules/freifunk
parent05f350547e275e23062892227e20d536709ef99a (diff)
Push new Freifunk configuration
Diffstat (limited to 'modules/freifunk')
-rw-r--r--modules/freifunk/root/etc/config/freifunk82
1 files changed, 74 insertions, 8 deletions
diff --git a/modules/freifunk/root/etc/config/freifunk b/modules/freifunk/root/etc/config/freifunk
index 889b79787..b27eaa6eb 100644
--- a/modules/freifunk/root/etc/config/freifunk
+++ b/modules/freifunk/root/etc/config/freifunk
@@ -8,14 +8,80 @@ config public contact
option note
config public community
- option name "Freifunk Halle"
+ option name "Freifunk Halle"
option homepage http://halle.freifunk.net
+ option realm netz.freifunk-halle.net
+
+config settings wizard
+
+
+config fw_rule http
+ option source freifunk
+ option target ACCEPT
+ option proto tcp
+ option dest_port 80
+
+config fw_rule https
+ option source freifunk
+ option target ACCEPT
+ option proto tcp
+ option dest_port 443
+
+config fw_rule ssh
+ option source freifunk
+ option target ACCEPT
+ option proto tcp
+ option dest_port 22
+
+config fw_rule olsr
+ option source freifunk
+ option target ACCEPT
+ option proto udp
+ option dest_port 698
+
+config fw_forwarding lan
+ option src lan
+ option dest freifunk
+
+
+
+config defaults wifi_device
+ option channel 1
+ option txantenna 1
+ option rxantenna 1
+ option txant 1
+ option rxant 1
+ option diversity 0
+
+
+config defaults wifi_iface
+ option type adhoc
option essid halle.freifunk.net
option bssid 02:CA:FF:EE:BA:BE
- option realm netz.freifunk-halle.net
- option channel 1
- option net 104.0.0.0
- option mask 255.0.0.0
- option dhcp 10.0.0.0
- option dhcpmask 255.255.255.0
- option dns "88.198.178.18 141.54.1.1 212.204.49.83 208.67.220.220 208.67.222.222"
+ option txpower 10
+ option rts 0
+ option frag 0
+
+
+config defaults interface
+ option netmask 255.0.0.0
+ option dns "88.198.178.18 141.54.1.1 212.204.49.83 208.67.220.220 208.67.222.222"
+
+
+config defaults alias
+ option netmask 255.255.255.0
+
+
+config defaults dhcp
+ option leasetime 30m
+
+
+config defaults olsr_interface
+ option HelloInterval 6.0
+ option HelloValidityTime 108.0
+ option TcInterval 4.0
+ option TcValidityTime 324.0
+ option MidInterval 18.0
+ option MidValidityTime 324.0
+ option HnaInterval 18.0
+ option HnaValidityTime 108.0 \ No newline at end of file