Preparing the release of v3.9.0
[ddclient.git] / README.cisco
blob29cb13dcd60993e870a9d399370574282a72f436
1 Method 1 ------------------------------------------------------
3 The following config will allow the Linux machine (10.1.1.2) to read
4 the IP address from the DHCP interface on the Cisco router (eth0) as
5 user ddclient.  Since ddclient is configured with a priv level of 1 it
6 cannot do anything except look at the routers stats, ip addresses,
7 etc.  This should be pretty harmless even if ddclient's password were
8 to be discovered.
10 This has been tested with Cisco IOS 12.1(5)T5 running on a Cisco 2621
11 router.
13 Cisco Router Config (Assuming eth0 is DHCP interface)
14 -----------------------------------------------------
15 user ddclient password password
16 user ddclient priv 1
17 ip http auth local
18 ip http access-class 99
19 ip http port 1021
20 ip http server
21 access-list 99 permit host 10.1.1.2
23 DDClient Config
24 ---------------------------------------------------
25 use=cisco, fw=10.1.1.1, if=eth0, fw-login=ddclient, fw-password=password
28 Method 2 ------------------------------------------------------
30 use=fw
31 fw=192.168.1.1/exec/show/interfaces/CR
32 fw-skip=FastEthernet0/0
33 fw-login=ddclient
34 fw-password=xxxxxxxx