#!/bin/sh export DATE="2.3.2006";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.2.5) to the e-mail addresses for the german and english version and for the french version and for the spanish version.

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 -n "$(nvram get ff_adm_loc)" && echo 'OK' || echo 'Not OK') Contact info: Location
$(test "static" = "$(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
$(test "$(nvram get wl0_rts)" -lt 251 && echo 'OK' || echo 'Not OK') Wireless: RTS Threshold <= 250
$(test -n "$(nvram get wan_hostname)" && echo 'OK' || echo 'Not OK') System: Host Name EOF TOTMEM=$(awk 'sub("MemTotal:","") {print $1}' /proc/meminfo) if [ -n "$TOTMEM" ] && [ 8192 -gt $TOTMEM ]; then cat<
$(test "0" = "$(nvram get ff_dnsmasq)" && echo 'OK' || echo 'Not OK') System: Start DNS/DHCP Server = Disable EOF fi cat<
EOF . ${SCRIPT%/*}/cgi-bin-post.sh