cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2362
Views
0
Helpful
0
Comments
dshornstein
Level 1
Level 1

Hi keith

I will use the cisco community to answer your question.  

dynamic dns are now going to charge for the dynamic dns resolution.  So an alternative is to grab one free Dynamic DNS host account at www.noip.com

 

Here is the cli that has to be incorporated into the startup script and then tftp'd to the ISR881W router (reason, cannot paste some of the characters).

 

The debug on my router, as shown below,  indicates that the update may have worked. My free account at noip.com  however does not indicate that a update occured.  This may not be an error.

regards Dave

 

ip ddns update method no-ip
 HTTP
  add http://userid:password@dynupdate.no-ip.com/nic/update?hostname=<h>&myip=<a>
  remove http://userid:password@dynupdate.no-ip.com/nic/update?hostname=<h>&myip=<a>
 interval maximum 2 0 0 0
 interval minimum 1 0 0 0

!
ip dhcp-client update dns


interface FastEthernet4

 description $WAN$
 ip ddns update hostname myname.no-ip.biz
 ip ddns update no-ip

 ip address dhcp
 ip nat outside
 ip virtual-reassembly in
 duplex auto
 speed auto
end

Then I shut down the wan interface  and did a no shut on the wan interface .  DDNS updated so the debug and interaction with noip.com showed.

 

 

Raleigh(config)#int fast 4
Raleigh(config-if)#no shut
Raleigh(config-if)#
May  1 01:31:33 EDT: DYNUPD: SWIF comingup 'FastEthernet4'
May  1 01:31:33 EDT: DYNUPD: SWIF comingup 'FastEthernet4'
May  1 01:31:35.482 EDT: %LINK-3-UPDOWN: Interface FastEthernet4, changed stateto up
May  1 01:31:36.482 EDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet4, changed state to up


May  1 01:31:42.578 EDT: %DHCP-6-ADDRESS_ASSIGN: Interface FastEthernet4 assigned DHCP address 174.109.25.20, mask 255.255.240.0, hostname myname.no-ip.biz

 

May  1 01:31:43 EDT: DYNDNSUPD: Adding DNS mapping for myname.no-ip.biz <=> 174.109.25.20
May  1 01:31:43 EDT: HTTPDNS: Update add called for myname.no-ip.biz <=> 174.109.25.20
May  1 01:31:43 EDT: HTTPDNSUPD: Session ID = 0x9
May  1 01:31:43 EDT: HTTPDNSUPD: URL = 'http://userid:password@dynupdate.no-ip.com/nic/update?hostname=myname.no-ip.biz&myip=174.109.25.20'

May  1 01:31:43 EDT: HTTPDNSUPD: Sending request
May  1 01:31:44 EDT: HTTPDNSUPD: Response for update myname.no-ip.biz <=> 174.109.25.20

May  1 01:31:44 EDT: HTTPDNSUPD: DATA STARTnochg
May  1 01:31:44 EDT: HTTPDNSUPD: DATA END, Status is Response data recieved, successfully
May  1 01:31:44 EDT: HTTPDNSUPD: Call returned SUCCESS, update of myname.no-ip.biz <=> 174.109.25.20 succeeded


May  1 01:31:44 EDT: DYNDNSUPD: Another update completed (outstanding=0, total=0)
May  1 01:31:44 EDT: HTTPDNSUPD: Clearing all session 9 info

 

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: