Configuring Dynamic DNS on Cisco Router

Most of the network administrators got a problem on how to track their Dynamic IP address. Now, we will setup our router for DDNS. With this configuration we can easily track our Dynamic IP address by mapping it to a name (e.g. router.dyndns.org).

Steps:
[1] Register to no-ip.com or dyndns.org for free (We will use DynDNS.org as an example).
[2] After we setup our account at no-ip.com or dyndns.org remermber your username/password and hostname (e.g. router.dyndns.org)
[3] Configure the Cisco Router.

Summary of Commands
1. enable
2. configure terminal
3. ip ddns update method METHOD_NAME
4. http
5. add & remove url

add
http://username:password@members.dyndns.org/nic/
update?system=dyndns&hostname=<h>&myip=<a>

remove
http://username:password@members.dyndns.org/nic/
update?system=dyndns&hostname=<h>&myip=<a>


Note:
- We can skip adding the REMOVE URL.
- To add “?” character, press CTRL+V then “?”

6. interval maximum days hours minutes seconds
7. exit
8. exit
9. interface interface-type number
10. ip ddns update hostname DYNDS_HOSTNAME
11. ip ddns update METHOD_NAME host members.dyndns.org
12. do write
13. end

________________________________________________________
Note: Dont forget to change the username/password and hostname
________________________________________________________

Helpful Link:

To those who want to use no-ip account follow the link below.
no-ip.com Dynamic DNS Guide

If you enjoyed this post, make sure you subscribe to my RSS feed!

Leave a Reply