#!/bin/sh export DATE="16.3.2010";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 (mencionando la versión 1.7.4) a las direcciones de correo

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

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

Cosas que hacer:

Los siguientes ajustes son necesarios para un nodo típico.

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 "static" = "$(nvram get wifi_proto)" || test "olsr" = "$(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
$(if [ -z "$(nvram get wl0_rts)" ] || [ "$(nvram get wl0_rts)" -eq 2347 ];then echo 'OK'; else echo 'Not OK';fi) Wireless: Umbral RTS == 2347
$(if [ "$(nvram get wl0_mrate)" -eq 5500000 ];then echo 'OK'; else echo 'Not OK';fi) Wireless: Velocidad multicast == 5.5 Megabit/s
$(test -n "$(nvram get ff_adm_latlon)" && echo 'OK' || echo 'Not OK') Sistema: Posición GPS
$(test -n "$(nvram get wan_hostname)" && echo 'OK' || echo 'Not OK') Sistema: Nombre del Host
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-es 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