Rv042 y ddns no-ip
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
03-22-2013 06:20 AM - editado 03-21-2019 04:48 PM
buenos dias, deseaba consultar si es pocible utilizar los servicio sde no-ip en un cisco rv042, en el menu de opciones desplegable solo existen opciones de 3322.org y dyndns.
existe forma de agregar a este listado el servicio de no-ip ???
slds.
roberto
- Etiquetas:
-
Otros temas de Routing y Switching
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
el 03-22-2013 02:45 PM
Hola Roberto, me llamo johnnatan y soy parte de la comunidad de soporte de Cisco, tengo una pregunta para ti, que versión de firmware estás usando? Si tienes una reciente si deberías de poderlo cambiar. También sería importante verificar la versión de hardware que posees para verificar que firmware debes instalar.
Si la versión es la 1, la última versión es la 4.2.1.02 y puedes descargarla aquí
Si la versión es la 2, la última versión es la 4.1.1.01 y puedes descargarla aquí
Si la versión es la 3, la última versión es la 4.1.1.01 y puedes descargarla aquí
***Por favor marca la pregunta como “Respondida”, o calificala con estrellas para que evalúen mi desempeño y además ayudar a otros usuarios***
Gracias
Johnnatan Rodriguez Miranda.
Cisco Network Support Engineer.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
el 03-22-2013 03:57 PM
estimado, estoy utilizando un hardware V1,
Firmware version : 1.3.13.02-tm (Jan 28 2011 18:39:04)
por lo que he buscado en el sitio de cisco es el ultimo release disponible para el hardware que estoy utilizando, el cual es el primero de los rv042 que se comercializaron.
me extraña que un equipo de estas caracteristicas considerado como small business no cuente con un servicio tan basico como un ddns gratuito como no-ip.org,
seguramente ustedes podran indicarme como solucionar este detalle en la falta del servicio.
saludos
roberto
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
el 03-26-2013 08:32 AM
Tengo el mismo problema con el rv042g, tiene la version Firmware v4.2.1.02.
Hay alguna solucion al respecto? Me gustaria sincronizar con no-ip.
Muchas gracias
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
el 04-14-2013 06:20 AM
Jose, buenos dias, que hardware estas utilizando.
yo tengo un rv042 de la primer version, estaba pensando en cambiarlo por el V3 pero no estoy seguro si solucionaron el problema con no-ip.org.
saludos,
roberto
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
el 04-26-2013 06:17 PM
Using Your Cisco Router with No-IP Dynamic DNS Services
Cisco IOS versions 12.4 and later have the capability to directly update your No-IP hostname using a built-in DDNS client. If you have a Cisco router with the latest firmware, this support is already built into it. We offer these examples below for informational purposes only and recommend that router configuration changes be made by qualified personnel to minimize the risk of losing Internet connectivity or causing other damage to the router.
SUMMARY STEPS
- enable
- configure terminal
- ip ddns update method method-name
- ddns [both]
- internal name-cache
- http
- add url
- remove url
- interval maximum days hours minutes seconds
- exit
- exit
- interface interface-type number
- ip ddns update hostname hostname
- ip ddns update method method-name
- exit
DETAILED STEPS
Command or Action | Purpose | |
Step 1 | enable Example: Router> enable | Enables privileged EXEC mode. Enter your password if prompted. |
Step 2 | configure terminal Example: Router# configure terminal | Enters global configuration mode. |
Step 3 | ip ddns update method method-name Example: Router(config)# ip ddns update method myupdate | Specifies the update method name. |
Step 4 | ddns [both] Example: Router(DDNS-update-method)# ddns | Configures DDNS as the update method and enters update method configuration mode. The both keyword specifies that both A and PTR RRs will be updated. Note You can specify DDNS or HTTP but not both in one step. If you have specified DDNS, you must disable it by using the no ddns command before you can configure HTTP. For the HTTP configuration, see Steps 5, 6, and 7. |
Step 5 | internal name-cache Example: Router(DDNS-update-method)# internal mycache | Specifies that an internal cache will be used as the update method. |
Step 6 | http Example: Router(DDNS-update-method)# http | Configures HTTP as the update method and enters DDNS-HTTP configuration mode. |
Step 7 | add url Example: Router(DDNS-HTTP)# add http://username:password%40dynupdate.no-ip.com/nic/update%3Fhostname= hostname.yourdomain.com | Configures a URL that should be invoked in order to add or change a mapping between a hostname and an IP address. The following example of a URL specifies adding or changing the mapping information using No-IP.com: http://username:password%40dynupdate.no-ip.com/nic/update%3Fhostname=hostname.yourdomain.com. You have to input the URL string noted above. Alternatively, you can use the URL string http://username:password%40dynupdate.no-ip.com/nic/update%3Fhostname=&myip=The special character strings and will be substituted with the hostname to update and the IP address with which that hostname should be associated, respectively. Note: Use the html encoding of %40 for the "@" symbol and %3F for the "?" symbol or IOS will complain. |
Step 8 | remove url Example: Router(DDNS-HTTP)# add http://username:password%40dynupdate.no-ip.com/nic/update%3Fhostname=hostname.yourdomain.com | Configures a URL that should be invoked in order to remove a mapping between a hostname and an IP address. The URL takes the same form as the add keyword in Step 6.Note: Use the html encoding of %40 for the "@" symbol and %3F for the "?" symbol or IOS will complain. |
Step 9 | interval maximum days hours minutes seconds Example: Router(DDNS-HTTP)# interval maximum 1 0 0 0 | Configures a maximum update interval. The arguments are as follows: daysRange is from 1 to 365. hoursRange is from 1 to 24. minutesRange is from 1 to 60. secondsRange is from 1 to 60. |
Step 10 | exit Example: Router(DDNS-HTTP)# exit | Exits to update-method configuration mode. |
Step 11 | exit Example: Router(DDNS-update-method)# exit | Exits to global configuration mode. |
Step 12 | interface interface-type number Example: Router(config)# interface ether1 | Enters interface mode. |
Step 13 | ip ddns update hostname hostname Example: Router(config-if)# ip ddns update hostname hostname.yourdomain.com | Specifies a host to be used for the updates. The update will associate this hostname with the configured IP address of the interface. The hostname argument specifies the hostname that will receive the updates (for example, yourdomain.com). |
Step 14 | ip ddns update method method-name Example: Router(config-if) ip ddns update myupdate | Specifies the name of the update method to use for sending Dynamic DNS updates associated with address changes on this interface. |
Step 15 | exit Example: Router(config)# exit |
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
el 05-06-2013 04:32 PM
Ignacio, I don't fully understand by your answer if no-ip should be already in the rv042g menu, or I have to follow the steps you provide to synchronize my router with no-ip service.
Thanks in advance!
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
el 05-06-2013 04:52 PM
Son los pasos que descarge de la pagina de soporte oficial de No-IP,al parecer figura ser compatible siguiendo esos pasos, ahunque no lo he podido probar implementarlo de esa manera.
Yo tengo un RV042 (actualize ultimo firmware) y tampoco figura en la interfaz de configuración web No-IP. La verdad una desilusión!
Si funciona de alguna forma aviso...
SALUDOS
Link WEB:
http://www.noip.com/support/knowledgebase/using-your-cisco-router-with-no-ip-dynamic-dns-services/
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
el 05-06-2013 04:33 PM
Roberto, tengo el rv042g (gigabit) y lamentablemente no tiene soporte no-ip en el menu (solo tiene dyndns y 3322.org).
