Page 1 of 1

No-ip.org dynamic-dns error

Posted: Sun Oct 14, 2012 11:09 am
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

Re: No-ip.org dynamic-dns error

Posted: Sun Oct 14, 2012 11:39 am
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..

Re: No-ip.org dynamic-dns error

Posted: Tue Oct 16, 2012 2:56 am
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

Re: No-ip.org dynamic-dns error

Posted: Sat Jan 19, 2013 3:20 pm
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