No-ip.org dynamic-dns error

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
user521
Posts: 4
Joined: Sun Oct 14, 2012 11:01 am

No-ip.org dynamic-dns error

Post by user521 »

I just got a new Gargoyle router yesterday with latest firmware 1.4.7 pre-installed. Was trying to setup Dynamic DNS using no-ip.com with my hostname as foobar.no-ip.org. It gives me following error:

"Update of new dynamic DNS service configuration(s) failed:
foobar.no-ip.org
Service(s) could not be updated properly and have therefore been removed.
"

I did add Custom DNS servers in Connection section. Can someone let me know what i'm missing here ?

Thanks

user521
Posts: 4
Joined: Sun Oct 14, 2012 11:01 am

Re: No-ip.org dynamic-dns error

Post by user521 »

Looks like 1.5.7 is the latest firmware but mine says 1.4.7 in status page. I thought the product page says all Gargoyle routers come with latest firmware installed. I just got this yesterday..

user521
Posts: 4
Joined: Sun Oct 14, 2012 11:01 am

Re: No-ip.org dynamic-dns error

Post by user521 »

Sorry, its an issue in my network that causing the Dynamic DNS registration issue. There is another router in same sub-net as new Gargoyle.

Also, I see that 1.4.7 is the latest stable release.

So far, i had a pleasant experience with this router. Thanks

mtr
Posts: 29
Joined: Sun Oct 28, 2012 1:14 pm

Re: No-ip.org dynamic-dns error

Post by mtr »

I'm using Gargoyle 1.5.9 and No-IP.org updating suddenly stop working.

So, I changed this config (on /etc/ddns_providers.conf):

Code: Select all

service no-ip.com
    url_template    https://dynupdate.no-ip.com/ducupdate.php?username=[[USERNAME]]&pass=[[PASSWORD]]&h[]=[[DOMAIN]]&ip=[[IP]]
    required_variables    domain username password
    required_variable_names    Domain Name,Username,Password
    success_regexp    /:01/
to this config:

Code: Select all

service no-ip.com
	url_template			https://[[USERNAME]]:[[PASSWORD]]@dynupdate.no-ip.com/nic/update?hostname=[[DOMAIN]]&myip=[[IP]] 
	required_variables		domain username password
	required_variable_names		Domain Name,Username,Password
	success_regexp			/^(good|nochg)/
and works like a charm.

Source: http://www.noip.com/integrate/request

Post Reply