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

Benvenuto nelle pagine di amministrazione di questo access point. Perfavore invia commenti e/o correzioni a questa interfaccia web (perfavore indica la versione 1.4.5) all'indirizzo e-mail

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

Suggerimento: Premi [F1] muovi il mouse uno dei controlli per visualizzare un breve testo di aiuto.

Cose da Fare:

I seguenti settaggi sono richiesti per la configurazione tipica di un nodo.

Stato Settaggi
$(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') Informazioni di contatto: Email
$(test -n "$(nvram get ff_adm_loc)" && echo 'OK' || echo 'Not OK') Informazioni di contatto: Località
$( ( test "static" = "$(nvram get wifi_proto)" || test "olsr" = "$(nvram get wifi_proto)" ) && echo 'OK' || echo 'Not OK') Wireless: Protocollo WLAN = Statico
$(test -n "$(nvram get wifi_ipaddr)" && echo 'OK' || echo 'Not OK') Wireless: Indirizzo IP WLAN
$(test -n "$(nvram get wifi_netmask)" && echo 'OK' || echo 'Not OK') Wireless: Machera di Rete WLAN
$(test "$(nvram get wl0_mode)" != "ap" && test "$(nvram get wl0_infra)" != "1" && echo 'OK' || echo 'Not OK') Wireless: Modalità 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: Canale
$(test "$(nvram get wl0_antdiv)" -ge 0 && echo 'OK' || echo 'Not OK') Wireless: Antenna RX != Auto
$(if [ -z "$(nvram get wl0_frag)" ] || [ "$(nvram get wl0_frag)" -ge 2346 ];then echo 'OK'; else echo 'Not OK';fi) Wireless: Soglia di Frammentazione == 2346
$(if [ -n "$(nvram get wl0_rts)" ] && [ "$(nvram get wl0_rts)" -lt 251 ];then echo 'OK'; else echo 'Not OK';fi) Wireless: Soglia RTS <= 250
$(test -n "$(nvram get wan_hostname)" && echo 'OK' || echo 'Not OK') Sistema: Nome Host 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') Software 1: "freifunk-recommended" EOF fi cat<
EOF . ${SCRIPT%/*}/cgi-bin-post.sh