Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Stuart

#1
Ironman,

You have the ? in the wrong place in the URL.

In your code you have it after nic (e.g. no-ip.com/nic/?) when in fact it should come between "update" and "hostname" (e.g. no-ip.com/nic/update?hostname)

Move the ? to the correct location and then it should work.

No-ip.com also have the following guide for setting up DDNS on Cisco routers.
http://www.noip.com/support/knowledgebase/using-your-cisco-router-with-no-ip-dynamic-dns-services/

Edit: so the correct URL to use should be:

http://ironman401:password@dynupdate.no-ip.com/nic/update?hostname=<h>&myip=<a>

Regards,

S.
#2
@Ironman,

I believe the answer to your problem is that the update URL requires a question mark between the "update" and "hostname" portion (e.g. dynupdate.no-ip.com/nic/update?hostname)

Now as we all know, you can't enter a ? in the IOS.  But you can. :)

Enter the URL until you get to the end of "update", type CTRL + V and then press ? which will give you the question mark.  You can then continue to enter the remainder of the URL.

I have the following configured on my router and it works fine:-


ip ddns update method DynamicDNS
HTTP
  add http://USERNAME:PASSWORD@nic.changeip.com/nic/update?system=dyndns&hostname=HOSTNAME
interval maximum 7 0 0 0
interval minimum 0 6 0 0
!


Regards,

S.
#3
Forum Lobby / Re: New Member Introductions Thread
March 26, 2015, 06:02:35 AM
Morning All,

Lurker from networking-forum.com and have migrated over here. :)

Work and live in South East UK (between London and Brighton) and work as a 2nd line engineer in a NOC.

Currently hold CCNA and CCNP in R&S.  Working towards CCNA:Sec.

Regards,

S.