applications/luci-splash: firewall fixes
[project/luci.git] / modules / freifunk / root / etc / config / freifunk
index 1dd2c83..862c86d 100644 (file)
@@ -11,6 +11,11 @@ config public community
        option name 'Freifunk'
        option homepage 'http://freifunk.net'
 
+config fw_rule icmp
+       option src freifunk
+       option target ACCEPT
+       option proto  icmp
+
 config fw_rule http
        option src freifunk
        option target ACCEPT
@@ -46,20 +51,14 @@ config fw_forwarding fffwd
 
 config defaults wifi_device
     option channel   1
-    option txantenna 1
-    option rxantenna 1
-    option txant 1
-    option rxant 1
-    option diversity 0
-    option disabled 0
+    option diversity 1
+    option disabled  0
+    option txpower   10
 
 
 config defaults wifi_iface
     option mode                adhoc
     option bssid    02:CA:FF:EE:BA:BE
-    option txpower  10
-    option rts         2346
-    option frag                512
     option sw_merge 1
 
 
@@ -69,7 +68,7 @@ config defaults interface
 
 
 config defaults alias
-       option netmask  255.255.255.0 
+       option netmask  255.255.255.0
 
 
 config defaults dhcp
@@ -111,7 +110,7 @@ config community berlin
        option ssid "olsr.freifunk.net"
        option prefix "104"
        option external freifunk_berlin
-       
+
 config community hannover
        option name "Freifunk Hannover"
        option homepage http://hannover.freifunk.net
@@ -124,4 +123,4 @@ config community augsburg
        option homepage http://augsburg.freifunk.net
        option ssid "augsburg.freifunk.net"
        option prefix "191.161"
-       option external freifunk_augsburg
\ No newline at end of file
+       option external freifunk_augsburg