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

Benvinguts i benvingudes a les pàgines d'administració d'aquest punt d'accés. Si us plau, envieu comentaris o correccions sobre aquesta interfície web (si us plau, mencioneu la versió 1.6.25) a les adreçes de correu.

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

Consell: Polsa [F1] o passa amb el ratolí sobre un del controls per visualizar un text d'ajuda.

Llista de Coses per Fer:

Els següents paràmetres són necessaris en un node típic.

Estat Configuració
$(test -n "$(nvram get ff_pw)" && echo 'OK' || echo 'Not OK') Contrasenya: Contrasenya
$(test -n "$(nvram get ff_adm_mail)" && echo 'OK' || echo 'Not OK') Informació de contacte: Correu Electrònic
$( ( test "static" = "$(nvram get wifi_proto)" || test "olsr" = "$(nvram get wifi_proto)" ) && echo 'OK' || echo 'Not OK') Ràdio: Protocol WLAN = Estàtic
$(test -n "$(nvram get wifi_ipaddr)" && echo 'OK' || echo 'Not OK') Ràdio: Adreça IP WLAN
$(test -n "$(nvram get wifi_netmask)" && echo 'OK' || echo 'Not OK') Ràdio: Màscara de xarxa WLAN
$(test "$(nvram get wl0_mode)" != "ap" && test "$(nvram get wl0_infra)" != "1" && echo 'OK' || echo 'Not OK') Ràdio: Mode WLAN = Ad Hoc
$(test -n "$(nvram get wl0_ssid)" && echo 'OK' || echo 'Not OK') Ràdio: ESSID
$(test -n "$(nvram get ff_bssid)" && echo 'OK' || echo 'Not OK') Ràdio: BSSID
$(test -n "$(nvram get wl0_channel)" && echo 'OK' || echo 'Not OK') Ràdio: Canal
$(test "$(nvram get wl0_antdiv)" -ge 0 && echo 'OK' || echo 'Not OK') Ràdio: Antena de recepció != Auto
$(if [ -z "$(nvram get wl0_frag)" ] || [ "$(nvram get wl0_frag)" -ge 2346 ];then echo 'OK'; else echo 'Not OK';fi) Ràdio: Llindar de fragmentació == 2346
$(if [ -z "$(nvram get wl0_rts)" ] || [ "$(nvram get wl0_rts)" -eq 2347 ];then echo 'OK'; else echo 'Not OK';fi) Ràdio: Llindar RTS == 2347
$(if [ "$(nvram get wl0_mrate)" -eq 5500000 ];then echo 'OK'; else echo 'Not OK';fi) Ràdio: Velocitat multicast == 5.5 Megabit/s
$(test -n "$(nvram get ff_adm_latlon)" && echo 'OK' || echo 'Not OK') Sistema: Posició GPS
$(test -n "$(nvram get wan_hostname)" && echo 'OK' || echo 'Not OK') Sistema: Nom de l'ordinador central EOF TOTMEM=$(grep MemTotal: /proc/meminfo|if read line;then set $line;echo $2;fi) if [ -z "$TOTMEM" ] || [ 8192 -lt $TOTMEM ]; then cat<
$(grep -q freifunk-recommended /usr/lib/ipkg/status && echo 'OK' || echo 'Not OK') Paquets 1: "freifunk-recommended" EOF fi cat<
EOF . ${SCRIPT%/*}/cgi-bin-post.sh