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

Bienvenu sur la page d'administration de ce point d'accès. Envoyer les commentaires, les questions ou les erreurs de traduction à apporter à cette interface web (mentionner le numéro de version 1.7.5) aux adresses e-mail

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

Astuce : Appuyer sur [F1] ou déplacer doucement la souris sur les zones de contrôle pour afficher un petit message d'aide.

Liste reste à faire :

Le paramétrage suivant est nécessaire pour un noeud typique.

Statut Réglage
$(test -n "$(nvram get ff_pw)" && echo 'OK' || echo 'Not OK') Mot de Passe : Mot de Passe
$(test -n "$(nvram get ff_adm_mail)" && echo 'OK' || echo 'Not OK') Contact : Email
$( ( test "static" = "$(nvram get wifi_proto)" || test "olsr" = "$(nvram get wifi_proto)" ) && echo 'OK' || echo 'Not OK') Sans Fil : Protocole Sans Fil = Statique
$(test -n "$(nvram get wifi_ipaddr)" && echo 'OK' || echo 'Not OK') Sans Fil : Adresse IP WLAN
$(test -n "$(nvram get wifi_netmask)" && echo 'OK' || echo 'Not OK') Sans Fil : Masque de sous-réseau WLAN
$(test "$(nvram get wl0_mode)" != "ap" && test "$(nvram get wl0_infra)" != "1" && echo 'OK' || echo 'Not OK') Sans Fil : Mode Sans Fil = Ad Hoc
$(test -n "$(nvram get wl0_ssid)" && echo 'OK' || echo 'Not OK') Sans Fil : ESSID
$(test -n "$(nvram get ff_bssid)" && echo 'OK' || echo 'Not OK') Sans Fil : BSSID
$(test -n "$(nvram get wl0_channel)" && echo 'OK' || echo 'Not OK') Sans Fil : Canal
$(test "$(nvram get wl0_antdiv)" -ge 0 && echo 'OK' || echo 'Not OK') Sans Fil : Antenne Réceptrice != Auto
$(if [ -z "$(nvram get wl0_frag)" ] || [ "$(nvram get wl0_frag)" -ge 2346 ];then echo 'OK'; else echo 'Not OK';fi) Sans Fil : Seuil de Fragmentation == 2346
$(if [ -z "$(nvram get wl0_rts)" ] || [ "$(nvram get wl0_rts)" -eq 2347 ];then echo 'OK'; else echo 'Not OK';fi) Sans Fil : Seuil de RTS == 2347
$(if [ "$(nvram get wl0_mrate)" -eq 5500000 ];then echo 'OK'; else echo 'Not OK';fi) Sans Fil : Débit multicast == 5.5 Megabit/s
$(test -n "$(nvram get ff_adm_latlon)" && echo 'OK' || echo 'Not OK') Système : GPS Position
$(test -n "$(nvram get wan_hostname)" && echo 'OK' || echo 'Not OK') Système : Nom d'hôte
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-fr fi grep -q $install_todo /usr/lib/ipkg/status && echo 'OK' || echo 'Not OK' cat< Paquetages Logiciels 1 : "$install_todo"
EOF . ${SCRIPT%/*}/cgi-bin-post.sh