Hi Guys.
I want to setup ddns in my router (i have dynamic IP), i opened an account with no-ip.org to do this, i'm trying this configuration but i'm having problems with it, i'm following this cisco link with dyndns.org configuration but i don't unsderstand the step 9, i'm using no-ip.org so, are the changes that i'm doing correct for no-ip.org?
Cisco Link:
Change this:
For this:
test --> email address
:test --> password
members.dyndns.org --> hostname.no-ip.org
no-ip.org uses email and password to access
Change this:
For this:
Thanks in advance.
I want to setup ddns in my router (i have dynamic IP), i opened an account with no-ip.org to do this, i'm trying this configuration but i'm having problems with it, i'm following this cisco link with dyndns.org configuration but i don't unsderstand the step 9, i'm using no-ip.org so, are the changes that i'm doing correct for no-ip.org?
Cisco Link:
Code:
Step 9 - add url
Example:
Router(DDNS-HTTP)# add [URL unfurl="true"]http://test:test@members.dyndns.org/nic/update?[/URL] system=dyndns&hostname=<h>&myip=<a>
Change this:
Code:
test:test@members.dyndns.org
For this:
test --> email address
:test --> password
members.dyndns.org --> hostname.no-ip.org
Code:
emailaddress:password@hostname.no-ip.org
no-ip.org uses email and password to access
Change this:
Code:
/nic/update?system=dyndns&hostname=<h>&myip=<a>
Code:
/nic/update?system=no-ip&hostname=<h>&10.0.0.2=<a>
Thanks in advance.