Menu

Tree [r214] / trunk /
 History

HTTPS access


File Date Author Commit
 .gitignore 2015-09-28 wimpunk [r188] Cleanup: removing old ignore files
 COPYING 2015-09-28 wimpunk [r187] FSF address
 COPYRIGHT 2008-06-13 wimpunk [r96] Moved old trunk/svn to ddclient and it will be ...
 ChangeLog 2018-08-09 wimpunk [r213] Preparing the release of v3.9.0
 Changelog.old 2015-09-28 wimpunk [r186] Cleanup: removing Id tags from the files
 README.cisco 2015-09-28 wimpunk [r186] Cleanup: removing Id tags from the files
 README.md 2018-08-09 wimpunk [r213] Preparing the release of v3.9.0
 README.ssl 2017-04-30 wimpunk [r202] Adding support for freemyip.com
 RELEASENOTE 2018-08-09 wimpunk [r213] Preparing the release of v3.9.0
 TODO 2008-11-19 wimpunk [r104] Added ddclient wrapper script
 UPGRADE 2008-06-13 wimpunk [r96] Moved old trunk/svn to ddclient and it will be ...
 ddclient 2018-08-09 wimpunk [r213] Preparing the release of v3.9.0
 sample-ddclient-wrapper.sh 2008-11-19 wimpunk [r104] Added ddclient wrapper script
 sample-etc_cron.d_ddclient 2015-09-28 wimpunk [r186] Cleanup: removing Id tags from the files
 sample-etc_ddclient.conf 2018-08-09 wimpunk [r211] Fix sample Cloudflare config (#57)
 sample-etc_dhclient-exit-hooks 2015-09-28 wimpunk [r186] Cleanup: removing Id tags from the files
 sample-etc_dhcpc_dhcpcd-eth0.exe 2015-09-28 wimpunk [r186] Cleanup: removing Id tags from the files
 sample-etc_ppp_ip-up.local 2015-09-28 wimpunk [r186] Cleanup: removing Id tags from the files
 sample-etc_rc.d_init.d_ddclient 2008-06-13 wimpunk [r96] Moved old trunk/svn to ddclient and it will be ...
 sample-etc_rc.d_init.d_ddclient.alpine 2017-04-30 wimpunk [r202] Adding support for freemyip.com
 sample-etc_rc.d_init.d_ddclient.lsb 2015-09-28 wimpunk [r186] Cleanup: removing Id tags from the files
 sample-etc_rc.d_init.d_ddclient.redhat 2015-09-28 wimpunk [r186] Cleanup: removing Id tags from the files
 sample-etc_rc.d_init.d_ddclient.ubuntu 2015-10-13 wimpunk [r193] Prevent service to start multiple times.
 sample-get-ip-from-fritzbox 2018-08-09 wimpunk [r210] Adding sample-get-ip-from-fritzbox

Read Me

Method 1 ------------------------------------------------------

The following config will allow the Linux machine (10.1.1.2) to read
the IP address from the DHCP interface on the Cisco router (eth0) as
user ddclient.  Since ddclient is configured with a priv level of 1 it
cannot do anything except look at the routers stats, ip addresses,
etc.  This should be pretty harmless even if ddclient's password were
to be discovered.

This has been tested with Cisco IOS 12.1(5)T5 running on a Cisco 2621
router.

Cisco Router Config (Assuming eth0 is DHCP interface)
-----------------------------------------------------
user ddclient password password
user ddclient priv 1
ip http auth local
ip http access-class 99
ip http port 1021
ip http server
access-list 99 permit host 10.1.1.2

DDClient Config
---------------------------------------------------
use=cisco, fw=10.1.1.1, if=eth0, fw-login=ddclient, fw-password=password


Method 2 ------------------------------------------------------

use=fw
fw=192.168.1.1/exec/show/interfaces/CR
fw-skip=FastEthernet0/0
fw-login=ddclient
fw-password=xxxxxxxx
MongoDB Logo MongoDB