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

Bienvenido a las páginas de administración de este punto de acceso. Por favor, envía comentarios o correcciones sobre esta interfaz web (por favor, menciona la versión 1.2.5) a las direcciones de correo por la versión alemana e inglés y por la versión francés y por la versión español.

Consejo: Pulsa [F1] o pasa con el ratón sobre uno de los controles para visualizar un texto de ayuda.

===Todo-List:===

===The following settings are required for a typical node.===

Estatus Ajuste
$(test -n "$(nvram get ff_pw)" && echo 'OK' || echo 'Not OK') Contraseña: Contraseña
$(test -n "$(nvram get ff_adm_mail)" && echo 'OK' || echo 'Not OK') Información de contacto: Correo Electrónico
$(test -n "$(nvram get ff_adm_loc)" && echo 'OK' || echo 'Not OK') Información de contacto: Localidad
$(test "static" = "$(nvram get wifi_proto)" && echo 'OK' || echo 'Not OK') Wireless: Protocolo WLAN = Estatico
$(test -n "$(nvram get wifi_ipaddr)" && echo 'OK' || echo 'Not OK') Wireless: Dirección IP WLAN
$(test -n "$(nvram get wifi_netmask)" && echo 'OK' || echo 'Not OK') Wireless: Mascara de red WLAN
$(test "$(nvram get wl0_mode)" != "ap" && test "$(nvram get wl0_infra)" != "1" && echo 'OK' || echo 'Not OK') Wireless: Modo WLAN = 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: Canal
$(test "$(nvram get wl0_antdiv)" -ge 0 && echo 'OK' || echo 'Not OK') Wireless: Antena de recepción != Auto
$(if [ -z "$(nvram get wl0_frag)" ] || [ "$(nvram get wl0_frag)" -ge 2346 ];then echo 'OK'; else echo 'Not OK';fi) Wireless: Umbral de fragmentación == 2346
$(test "$(nvram get wl0_rts)" -lt 251 && echo 'OK' || echo 'Not OK') Wireless: Umbral RTS <= 250
$(test -n "$(nvram get wan_hostname)" && echo 'OK' || echo 'Not OK') Sistema: Nombre de Host 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') Sistema: ===Start DNS/DHCP Server = Deshabilitar=== EOF fi cat<
EOF . ${SCRIPT%/*}/cgi-bin-post.sh