Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic DNS in router??

Status
Not open for further replies.

yemaya

Technical User
Joined
Sep 13, 2006
Messages
140
Location
CA
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:
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>
For this:
Code:
/nic/update?system=no-ip&hostname=<h>&10.0.0.2=<a>

Thanks in advance.
 
im not sure if no-ip.org has a http:// link to update your information

i believe you need a specific client for it.

if you can find the web url to do the update then it should be as easy as replacing those variables..
 
This in-fact doesn't seem to work. The fact that the username is an email addess seems to throw the whole system off. Basically anything after the AT sign is considered the URL location to call. So when doing username%40domain:password%40dynupdate.no-ip.com...... instead of going to dynupdate.no.ip.com it tries to go to the URL domain:password%40dynupdate.no-ip.com. Not sure of the workaround for this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top