Hier ein Konfigbeispiel wie man das DynDNS-Feature auf einem Cisco 831 Router konfiguriert. Es wird dafür das mindestens Release 12.3(8)YA benötigt. Es funktioniert natürlich auch auf anderen Cisco Routern die das DDNS (DynDNS) erlauben.
ip ddns update method dyndns HTTP add http://account:password@members.dyndns.org/nic/update?system=dyndns&hostname=<h>&myip=<a> interval maximum 0 1 0 0 ! interface Dialer1 description Link zum ISP ip ddns update hostname my-Cisco-Router.dyndns.org ip ddns update dyndns
Mit „debug ip ddns update“ könnt ihr dann das ganze noch überprüfen.