Question : Cisco router ddns help!!!

I am trying to folow this tutorial but it isnt working not sure i am even writting my syntax correctly. please help:
http://www.petri.co.il/csc_configuring_dynamic_dns_in_cisco_ios.htm

Answer : Cisco router ddns help!!!

Here is the step by step:

Good luck
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
router>
router>enable
router#
router#debug ip ddns update

router#conf t
router(config)#ip ddns update method dyndns
router#(DDNS-update-method)http

#IMPORTANT!!!!!!!!!
#!Before entering the question mark (?) [update?system] character in the add http CLI, 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.


router#(DDNS-update-method)add http://hockey15:[email protected]/nic/update?system=dyndns&hostname=<h>&myip=<a>
router#(DDNS-update-method)interval maximum 1 0 0 0
router#(DDNS-update-method)exit


#use the interface that your cablemodem is plugged into!!! (might be fast0, fast0/1, fast1/0, etc.)

router#(config)interface fast1/0
router#(config-if)ip ddns update hostname connect.hockey15.com
router#(config-if)ip ddns update dyndns

#after you enter this, you will need to shut down your interface and bring it back up as the update is triggered via the
#update interval or when the dhcp client is activated and assigns an IP on the interface.

router#(config-if)shut
router#(config-if)no shut

# you then should start seeing output on the command from the debug you enabled earlier.

Hope this helps
Random Solutions  
 
programming4us programming4us