#!/bin/sh export DATE="16.3.2010";SCRIPT=${0#/rom} export TITLE="Admin" . ${SCRIPT%/*}/cgi-bin-pre.sh cat<Admin

Welcome to the administration pages of this access point. Please send comments or corrections to this web interface (please mention the version 1.7.5) to the e-mail addresses

, (CA)
(DE, EN)
, (ES)
(FR)
(IT)
, (PL)
, (PT)

Tip: Press [F1] or hover the mouse over one of the controls to bring up a short help text.

Todo-List:

The following settings are required for a typical node.

State Setting
$(test -n "$(nvram get ff_pw)" && echo 'OK' || echo 'Not OK') Password: Password
$(test -n "$(nvram get ff_adm_mail)" && echo 'OK' || echo 'Not OK') Contact info: Email
$( ( test "static" = "$(nvram get wifi_proto)" || test "olsr" = "$(nvram get wifi_proto)" ) && echo 'OK' || echo 'Not OK') Wireless: WLAN Protocol = Static
$(test -n "$(nvram get wifi_ipaddr)" && echo 'OK' || echo 'Not OK') Wireless: WLAN-IP Address
$(test -n "$(nvram get wifi_netmask)" && echo 'OK' || echo 'Not OK') Wireless: WLAN Netmask
$(test "$(nvram get wl0_mode)" != "ap" && test "$(nvram get wl0_infra)" != "1" && echo 'OK' || echo 'Not OK') Wireless: WLAN Mode = Ad Hoc
$(test -n "$(nvram get wl0_ssid)" && echo 'OK' || echo 'Not OK') Wireless: ESSID
$(test -n "$(nvram get ff_bssid)" && echo 'OK' || echo 'Not OK') Wireless: BSSID
$(test -n "$(nvram get wl0_channel)" && echo 'OK' || echo 'Not OK') Wireless: Channel
$(test "$(nvram get wl0_antdiv)" -ge 0 && echo 'OK' || echo 'Not OK') Wireless: RX Antenna != Auto
$(if [ -z "$(nvram get wl0_frag)" ] || [ "$(nvram get wl0_frag)" -ge 2346 ];then echo 'OK'; else echo 'Not OK';fi) Wireless: Fragmentation Threshold == 2346
$(if [ -z "$(nvram get wl0_rts)" ] || [ "$(nvram get wl0_rts)" -eq 2347 ];then echo 'OK'; else echo 'Not OK';fi) Wireless: RTS Threshold == 2347
$(if [ "$(nvram get wl0_mrate)" -eq 5500000 ];then echo 'OK'; else echo 'Not OK';fi) Wireless: Multicast Rate == 5.5 Megabit/s
$(test -n "$(nvram get ff_adm_latlon)" && echo 'OK' || echo 'Not OK') System: GPS Position
$(test -n "$(nvram get wan_hostname)" && echo 'OK' || echo 'Not OK') System: Host Name
EOF TOTMEM=$(grep MemTotal: /proc/meminfo|if read line;then set $line;echo $2;fi) install_todo=freifunk-ipv6 if [ -z "$TOTMEM" ] || [ 8192 -lt $TOTMEM ]; then install_todo=freifunk-recommended-en fi grep -q $install_todo /usr/lib/ipkg/status && echo 'OK' || echo 'Not OK' cat< Software 1: "$install_todo"
EOF . ${SCRIPT%/*}/cgi-bin-post.sh