Push new Freifunk configuration
This commit is contained in:
parent
05f350547e
commit
2cde638a53
1 changed files with 74 additions and 8 deletions
|
@ -8,14 +8,80 @@ config public contact
|
||||||
option note
|
option note
|
||||||
|
|
||||||
config public community
|
config public community
|
||||||
option name "Freifunk Halle"
|
option name "Freifunk Halle"
|
||||||
option homepage http://halle.freifunk.net
|
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 essid halle.freifunk.net
|
||||||
option bssid 02:CA:FF:EE:BA:BE
|
option bssid 02:CA:FF:EE:BA:BE
|
||||||
option realm netz.freifunk-halle.net
|
option txpower 10
|
||||||
option channel 1
|
option rts 0
|
||||||
option net 104.0.0.0
|
option frag 0
|
||||||
option mask 255.0.0.0
|
|
||||||
option dhcp 10.0.0.0
|
|
||||||
option dhcpmask 255.255.255.0
|
config defaults interface
|
||||||
option dns "88.198.178.18 141.54.1.1 212.204.49.83 208.67.220.220 208.67.222.222"
|
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
|
Loading…
Reference in a new issue