diff options
author | Steven Barth <steven@midlink.org> | 2008-04-27 20:53:32 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-27 20:53:32 +0000 |
commit | 2724aa14f35dd5ff44dd96b8bdb17965193d700c (patch) | |
tree | 398757c77b100b6e9c63bb4729a51506e5656b10 /core/contrib/uci/freifunk | |
parent | bba585f063ccc1e483346c9b5625d4dcf84d6586 (diff) |
* Reworked Theme "Fledermaus"
* Added Freifunk wizard
* Added Freifunk iptables rules
Diffstat (limited to 'core/contrib/uci/freifunk')
-rw-r--r-- | core/contrib/uci/freifunk | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/core/contrib/uci/freifunk b/core/contrib/uci/freifunk index 128267d045..aba12e6367 100644 --- a/core/contrib/uci/freifunk +++ b/core/contrib/uci/freifunk @@ -13,4 +13,14 @@ config public community option essid halle.freifunk.net option bssid 02:CA:FF:EE:BA:BE option realm netz.freifunk-halle.net - option pool 104.62.0.0/16
\ No newline at end of file + 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" + +config settings routing + option internal 0 + option internet 0 +
\ No newline at end of file |