informatica:linux:red:actualizar_nombre_con_ip_dinamica
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatica:linux:red:actualizar_nombre_con_ip_dinamica [2009/03/23 16:45] – editor externo 127.0.0.1 | informatica:linux:red:actualizar_nombre_con_ip_dinamica [2015/04/13 20:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| 3. (Como root) Instalar ddclient | 3. (Como root) Instalar ddclient | ||
| - | aptitude update && aptitude install ddclient | + | |
| 4. Responder a las preguntas, no importa como porque luego vamos a cambiar el fichero de configuración. | 4. Responder a las preguntas, no importa como porque luego vamos a cambiar el fichero de configuración. | ||
| - | 5. mv / | + | 5. |
| - | 6. nano / | + | sudo mv / |
| + | |||
| + | 6. | ||
| + | |||
| + | sudo vim / | ||
| 7. Pegar el siguiente contenido: | 7. Pegar el siguiente contenido: | ||
| - | ## ddclient configuration file | ||
| - | daemon=600 | ||
| - | syslog=yes | ||
| - | pid=/ | ||
| - | | ||
| - | ## Detect IP with our CheckIP server | ||
| - | use=web, web=checkip.dyndns.com/, | ||
| - | | ||
| - | ## DynDNS username and password here | ||
| - | login=mi_usuario_dyndns | ||
| - | password=mi_contrasenya_dyndns | ||
| - | | ||
| - | ## Default options | ||
| - | protocol=dyndns2 | ||
| - | server=members.dyndns.org | ||
| - | | ||
| - | ## Dynamic DNS hosts | ||
| - | maquina1.mine.nu, | ||
| - | 8. / | + | < |
| + | # Basic configuration file for ddclient | ||
| + | # | ||
| + | # / | ||
| + | daemon=600 | ||
| + | cache=/ | ||
| + | pid=/ | ||
| + | use=web, web=checkip.dyndns.com/, | ||
| + | login=your-username | ||
| + | password=your-password | ||
| + | protocol=dyndns2 | ||
| + | server=members.dyndns.org | ||
| + | wildcard=YES | ||
| + | example.dyndns.org | ||
| + | </ | ||
| + | |||
| + | 8.(REVISAR) Editar: | ||
| + | |||
| + | sudo vim / | ||
| + | |||
| + | Y dejar la siguiente linea tal que así: | ||
| + | |||
| + | run_daemon=" | ||
| + | |||
| + | 9. Grabar y cerrar el fichero | ||
| + | |||
| + | 10. Reiniciar servicio: | ||
| + | |||
| + | sudo / | ||
informatica/linux/red/actualizar_nombre_con_ip_dinamica.1237826727.txt.gz · Last modified: (external edit)
