Modem ADSL SpeedTouch Home
Revision as of 21:34, 24 November 2010 by <bdi>PhilippeTeuwen</bdi> (talk | contribs) (Reverted edits by Etegohy (Talk) to last revision by PhilippeTeuwen)
Converted with HTML::WikiConverter::MediaWiki from my old phpwiki site
Intro
Le modem ADSL Alcatel SpeedTouchHome avec connexion Ethernet est en fait un routeur qui est capable de faire du NAT ainsi que du port forwarding, de servir de serveur DHCP et DNS...
Il permet même de garder sa connexion active donc plus besoin de PPTP ou PPPoE, il se connecte lui-même en PPPoA au provider ADSL et vos machines deviennent de simples clients DHCP.
Bref il possède les caractéristique du SpeedTouchPro et il suffit de le débrider pour accéder à ces fonctions.
Débrider le SpeedTouchHome en SpeedTouchPro
Transformer le SpeedTouchHome en SpeedTouch510
Autres pages relatives au débridage:
- http://www.google.be/search?hl=fr&lr=&ie=UTF-8&oe=UTF-8&sa=G&q=%22security.sdsc.%2Bedu/self-help/alcatel/challenge.cgi%22
- http://www.hightech-industry.com/adsl/
Pages utiles
- Scripts et add-ons
- Accès au Shell du SpeedTouch Home via un câble
- User's guide du SpeedTouch Pro
- Autres docs
- Site en français sensé contenir des infos intéressantes, pas encore eu l'occasion de le voir... http://www.forpage.com
Qqs liens à trier:
- http://lea-linux.org/hardware/pack-xtense.php3
- http://www.rhapsodyk.net/adsl/HOWTO/
- http://linux-usb.sourceforge.net/SpeedTouch/howto.html
- http://benoit.papillault.free.fr/speedtouch/user.php3
- http://www.linux-france.org/article/install/debian/speedtouch/debian_sid_speedtouch.html
- http://lea-linux.org/hardware/speedtouchusb.php3
- http://lea-linux.org/hardware/speedtouch2.php3
- http://lea-linux.org/reseau/adsl.php3
- http://sdb.suse.de/fr/sdb/html/configSpeedTouch.html
Scripts:
voir aussi InternetScripts
Pour mettre le DNS à jour via ZoneEdit
à lancer via un cron toutes les 5 mins
#!/bin/bash
LASTIPFILE="/var/log/lastip.log"
LOGFILE="/var/log/ippub.log"
DEBUG="false"
USER="TPhilippe"
PASSWD="xxxxxx"
ZONE="*.teuwen.org"
read_ippub () {
# Pour lire l'IP lorsque le modem est en bridge et que le PPP aboutit à l'ordi:
NEWIP=$(ifconfig ppp0|grep "inet addr"|cut -c 21-40|cut -d " " -f 1)
# Pour lire l'IP sur un modem SpeedTouch (ici pour un compte ADSL Skynet)
# NEWIP=$(lynx http://10.0.0.138/cgi/router/index.htm -dump|gawk '$1 ~ /Skynet/{print $2}')
# Pour lire l'IP sur un modem/access-point Philips
# echo -n "pws=mypassword"| POST http://192.168.1.1/cgi-bin/login.exe
# sleep 1
# NEWIP=$(wget -O - -q http://192.168.1.1/status_main.stm|grep "wan_ip="|sed 's/^.*"\(.*\)".*$/\1/')
# sleep 1
# wget -O /dev/null -q http://192.168.1.1/cgi-bin/logout.exe
}
update_ippub () {
# Il faut un wget SSL-capable si on veut communiquer en HTTPS. Le paquet wget-ssl semble avoir disparu de la Debian...
MSG=$(wget -q --output-document=- --http-user=$USER --http-passwd=$PASSWD "https://dynamic.zoneedit.com/auth/dynamic.html?host=$ZONE&dnsto=$NEWIP")
}
read_ippub # Lit l'IP courante
$DEBUG && echo "Newip: $NEWIP"
# LASTIPFILE doit exister et contenir qqch
if [ ! -s $LASTIPFILE ] || {
. $LASTIPFILE
$DEBUG && echo "Lastip: $LASTIP"
[ "$NEWIP" != "$LASTIP" ] # ce qqch doit être égal à l'IP courante
}
then # sinon
date >> $LOGFILE
update_ippub # met à jour ZoneEdit
$DEBUG && echo "Message: $MSG"
echo "$MSG" >> $LOGFILE
echo >> $LOGFILE
if echo "$MSG" | grep "SUCCESS"
then
$DEBUG && echo "Update of the IP info..."
echo "LASTIP=$NEWIP" > $LASTIPFILE
else
$DEBUG && echo "There was an error, I will not touch $LASTIPFILE"
exit 1
fi
fi
exit 0
Gros hack tant que LaTribu donne de mauvaises IP
à lancer via un cron toutes les 5 mins
#!/bin/bash
NEWIP=$(ifconfig ppp0|grep "inet addr"|cut -c 21-40|cut -d " " -f 1)
if [ "${NEWIP%.*}" = "217.145.35" ]
then
ping -c 2 -q -n 139.165.32.13>/dev/null
if [ $? == 0 ]; then
if [ ! -e /tmp/latribu-ok ]; then
echo -e "$(date) \n\n $(ifconfig)" | mail -s 'Bad LaTribu IP solved apparently...' phil
touch /tmp/latribu-ok
fi
exit 0
else
rm -f /tmp/latribu-ok
echo -e "$(date) \n\n $(ifconfig)" | mail -s 'Bad LaTribu IP rejected!!' phil
poff; sleep 5; pon dsl-provider;
exit 1
fi
fi
exit 0
Philips SNA6500/18
- http://www.p4c.philips.com/cgi-bin/dcbint/cpindex.pl?scy=BE&slg=FRA&ctn=SNA6500%2F00
- http://www.belgacom.be/private/fr/jsp/dynamic/product.jsp?dcrName=hbs_ad_wrlp_phil_g
Livré avec firmware 0.34c
Upgradé avec firmware 0.36a
Firmware 0.46??