salut,
et si tu fais:
lynx -source
http://admin:@192.168.0.1/system_status.htm
ca donne quoi ?
il se peut que le password vide soit genant. Est-ce-que tu peux creer un
password ?
ce n'est pas tres bon de laisser un routeur sans protection, surtout si
ton reseau a du wifi: une clef wep se craque en dix minutes et une wpa
peut se trouver soit en une minute (si clef = un mot) soit jamais (si clef
= une phrase).
Stephane
Le Ven 26 septembre 2008 01:00, Patrick Dupre a écrit :
> Bonsoir,
>
> Pour connaitre l'adresse IP que me decerne mon "provider" je fais:
>
> wget -q -O /var/log/trendnet.log
> http://admin:@192.168.0.1/system_status.htm
>
> C'est un routeur Trendnet.
> Cependant, le routeur ne me renvoie le status que si je m'y connecte
> auparavant (via http). Est-ce qu'il y a une erreur de syntax ? (login:
> admin, sans mot de passe), ou bien est-ce un probleme de configuration ?
>
> Merci.
>
>> salut,
>>
>> j'ai fait un script simple pour dyndns:
>> MYIP=`wget -q -O - http://checkip.dyndns.org \
>> | grep Address | awk '{print $4}'`
>> MYOLDIP=`cat /var/tmp/MYOLDIP`
>> if [ "$MYIP" != "$MYOLDIP" ]; then
>> HOST="planetphoto.dyndns.org,fermedantan.dyndns.org"
>> USER=
>> PASSWD=
>> wget -O /var/log/ipchange.log \
>> "http://${USER}:${PASSWD}@???/nic/update?system=dyndns&hostname=$HOST"
>> grep -e nochg -e good /var/log/ipchange.log >& /dev/null && echo
>> "$MYIP"
>>> /var/tmp/MYOLDIP
>> sleep 3600 # Pour eviter un rebouclage suite a un probleme d'ecriture
>> # dans /var/tmp ...
>> fi
>>
>> tu peux ajouter un crontab journalier qui efface le /var/tmp/MYOLDIP
>> pour
>> forcer une mise a jour au moins chaque 24h
>>
>> Le Lun 22 septembre 2008 23:23, Patrick Dupre a écrit :
>>> Bonsoir,
>>>
>>> J'ai un petit probleme avec dyndns. J'ai une adresse ip dynamique
>>> qui ne ce met pas a jour automatiquement (je dois le faire
>>> manuellement en me connectant sur le site). Je pense que j'ai
>>> mal configurer mon /etc/ddclient.conf
>>> J'ai mis:
>>> daemon=300
>>> syslog=yes
>>> mail=root
>>> mail-failure=root
>>> pid=/var/run/ddclient/ddclient.pid
>>> ssl=yes
>>> protocol=dyndns2
>>> server=members.dyndns.org
>>> login=pdupre
>>> password=thepassword
>>> eschyle.homedns.org
>>>
>>>
>>> Je n'utilise pas use=
>>> car cela me donne une erreur.
>>> Je suis derriere un routeur.
>>> Je recupere un warning:
>>> WARNING: file /var/cache/ddclient/ddclient.cache, line 1: program
>>> version
>>> misma
>>> tch; ignoring /var/cache/ddclient/ddclient.cache
>>> regards,
>>> ddclient@Eschyle (version 3.7.3)
>>>
>>> ou encore:
>>> WARNING: caught SIGTERM; exiting
>>>
>>> Dans /var/cache/ddclient/ddclient.cache
>>>
>>> ## ddclient-3.7.1
>>> ## last updated at Sun Dec 16 14:44:28 2007 (1197816268)
>>> atime=1197815966,backupmx=0,custom=0,host=eschyle.homedns.org,ip=192.168.0.101,mtime=1197815966,mx=,static=0,status=good,warned-min-error-interval=0,warned-min-interval=0,wildcard=0,wtime=30
>>> eschyle.homedns.org
>>>
>>> qui a ete installe par ddclient-3.7.3-1.fc7 (je ne comprends pas que la
>>> version ne soit pas correcte, mais c'est juste un warning).
>>>
>>> Dans la configuration du routeur il y a:
>>> use dynamic DNS Service
>>> Service Provider DynDns.org
>>> Host Name members.dyndns.org
>>> User Name pdupre
>>> Password *******
>>>
>>> Des idees ?
>>>
>>> --
>>> ---
>>> ==========================================================================
>>> Patrick DUPRÃ | |
>>> Department of Chemistry | | Phone:
>>> (44)-(0)-1904-434384
>>> The University of York | | Fax:
>>> (44)-(0)-1904-432516
>>> Heslington | |
>>> York YO10 5DD United Kingdom | | email: pd520@???
>>> ==========================================================================
>>
>>
>>
>>
>>
>
> --
> ---
> ==========================================================================
> Patrick DUPRÃ | |
> Department of Chemistry | | Phone: (44)-(0)-1904-434384
> The University of York | | Fax: (44)-(0)-1904-432516
> Heslington | |
> York YO10 5DD United Kingdom | | email: pd520@???
> ==========================================================================