#!/bin/sh export DATE="24.2.2006";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.1.4) aux adresses e-mail pour les versions Allemande et Anglaise, pour la version Française et pour la version Espagnole.

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 -n "$(nvram get ff_adm_loc)" && echo 'OK' || echo 'Not OK') Contact : Localisation
$(test "static" = "$(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
$(if [ -z "$(nvram get wl0_frag)" ] || [ "$(nvram get wl0_frag)" -ge 2346 ];then echo 'OK'; else echo 'Not OK';fi) Sans Fil : Antenne Réceptrice != Auto
$(test "$(nvram get wl0_frag)" -ge 2346 && echo 'OK' || echo 'Not OK') Sans Fil : Seuil de Fragmentation == 2346
$(test "$(nvram get wl0_rts)" -lt 251 && echo 'OK' || echo 'Not OK') Sans Fil : Seuil de RTS <= 250
$(test -n "$(nvram get wan_hostname)" && echo 'OK' || echo 'Not OK') Système : Nom d'hôte 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') Système : Start DNS/DHCP Server = Désactivé EOF fi cat<
EOF . ${SCRIPT%/*}/cgi-bin-post.sh