jeroen2009
Technical User
thread557-1469420
I have read this earlier thread about the IOS configuration for a DynDNS custom DNS account with full domain name from DynDNS, but it still not clear to me what has to change. Below is a working free DynDNS configuration I use, what lines exactly need to change when using DynDNS custom DNS with a domain name and host in stead of the myhostname.dyndns.org below?
Thx
Jeroen
router#configure terminal
router(config)#ip domain lookup
router(config)#ip domain name dyndns.org
router(config)#ip host members.dyndns.org 63.208.196.96
router(config)#ip ddns update method mydyndns
router(config)#http
router(config)#add router(config)#interval maximum 28 0 0 0
router(config)#interval minimum 28 0 0 0
router(config)#end
router#configure terminal
router(config)#interface dialer0
router(config-if)#ip ddns update hostname myhostname.dyndns.org
router(config-if)#ip ddns update mydyndns host members.dyndns.org
I have read this earlier thread about the IOS configuration for a DynDNS custom DNS account with full domain name from DynDNS, but it still not clear to me what has to change. Below is a working free DynDNS configuration I use, what lines exactly need to change when using DynDNS custom DNS with a domain name and host in stead of the myhostname.dyndns.org below?
Thx
Jeroen
router#configure terminal
router(config)#ip domain lookup
router(config)#ip domain name dyndns.org
router(config)#ip host members.dyndns.org 63.208.196.96
router(config)#ip ddns update method mydyndns
router(config)#http
router(config)#add router(config)#interval maximum 28 0 0 0
router(config)#interval minimum 28 0 0 0
router(config)#end
router#configure terminal
router(config)#interface dialer0
router(config-if)#ip ddns update hostname myhostname.dyndns.org
router(config-if)#ip ddns update mydyndns host members.dyndns.org