dynip
ComputerStuff
Pour avoir une domaine avec une IP dynamique, il y a plusieurs services gratuits disponibles.
((http://www.zoneedit.com/ ZoneEdit))
1), 20/12/2006
http://www.zoneedit.com/doc/dynamic.html
5 domaines gratuits (pour autant qu'ils n'y ait pas plus de 1000000 de requêtes par an sur leurs serveurs), les suivants payants.
Dans le cas de Brutele (qui donne l'IP par DHCP), on peut faire comme ceci:
cat /etc/network/interfaces auto eth0 iface eth0 inet dhcp up /usr/local/admin/dynip.sh cat /usr/local/admin/dynip.sh #!/bin/bash wget -O - --http-user=toto --http-passwd=motdep 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.domaine.org'
Autres pas essayés
- 2) by Technopagan
- http://www.dyndns.com/ : leader, blahblah… bof ($24.95/an pour un domaine)
- http://www.no-ip.com/ : leader, blahblah… bof ($24.95/an pour un domaine)
- http://www.apinc.org/ (alternatif, 14 EUR/an, nb de domaines illimité)
- http://www.yi.org/ ($10/an pour un domaine)
A essayer (recommandés, pas pour dyn):
1)
http://www.informationweek.com/management/showArticle.jhtml?articleID=196701245 DNS Provider ZoneEdit Downed By Denial Of Service Attack
2)
http://www.technopagan.org/dynamic/ Dynamic DNS providers list
dynip.txt · Last modified: 2013/01/30 17:52 by 127.0.0.1