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!

DDNS

Status
Not open for further replies.

burtsbees

Programmer
Joined
Jan 29, 2007
Messages
7,657
Location
US
Has anyone successfully configured dynamic dns in a Cisco router (with dyndns.org), and if so, could you please provide a sample config? Mine does not seem to work.
Also, if it cannot work, could I just point the dns server the router uses to a Windows 2003 Server, and maybe use some dynamic dns program pointing to dyndns.org on the server? Thanks.

Burt
 
I managed to get it to work with dyndns.org, however I think they have some policy whereby they only accept updates at certain intervals?
Code:
ip ddns update method test
 HTTP
  add [URL unfurl="true"]http://username:password@members.dyndns.org/nic/update?system=[/URL]
dyndns&hostname=hostname.homedns.org&myip=<a>
 interval maximum 28 0 0 0
 interval minimum 1 0 0 0
!
interface Dialer1
 ip ddns update test

It does work but it gets out of sync easily when you renegotiate the IP address.

Andy
 
I tried to put ip ddns update xxx on int di0 (my outgoing interface), but it came back with "%DYNUPD: warning: method test is not configured"...

Also, did you configure "ip ddns update hostname xxx.dyndns.org" on the interface?

Burt
 
I know this is the router forum but do any of you know how or if you can do this with a PIX501?
 
Try using SDM---if you can, the option will be available.

Burt
 
No, a pix 501 doesn't support dynamic dns.

On a side note, with a pix running 6.x code and less its called a PDM not an SDM. :)
 
Ah...thanks. Duly noted. Si puo' anche notare que.

Burt
 
ya the ? is a good trick.. i was stuck looking for that one a few months ago.


Note Before entering the question mark (?) character, press the control (Ctrl) key and the v key together on your keyboard. This will allow you to enter the ? without the software interpreting the ? as a help query.
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Question Question
Replies
0
Views
71
  • Locked
  • Question Question
Replies
1
Views
65

Part and Inventory Search

Sponsor

Back
Top