Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddclient/ddclient
Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services.
https://github.com/ddclient/ddclient
ddclient dynamic-dns-services
Last synced: 25 days ago
JSON representation
Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services.
- Host: GitHub
- URL: https://github.com/ddclient/ddclient
- Owner: ddclient
- License: gpl-2.0
- Created: 2012-08-14T13:40:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T06:07:40.000Z (6 months ago)
- Last Synced: 2024-05-23T06:43:19.077Z (6 months ago)
- Topics: ddclient, dynamic-dns-services
- Language: Perl
- Homepage: https://ddclient.net
- Size: 1.69 MB
- Stars: 2,136
- Watchers: 38
- Forks: 321
- Open Issues: 47
-
Metadata Files:
- Readme: README.cisco
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - ddclient/ddclient - Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services. (others)
- jimsghstars - ddclient/ddclient - Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services. (Perl)
- awesome-repositories - ddclient/ddclient - Ddclient updates dynamic DNS entries for accounts on a wide range of dynamic DNS services. (Perl)
README
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.2DDClient Config
---------------------------------------------------
use=cisco, fw=10.1.1.1, if=eth0, fw-login=ddclient, fw-password=passwordMethod 2 ------------------------------------------------------
use=fw
fw=192.168.1.1/exec/show/interfaces/CR
fw-skip=FastEthernet0/0
fw-login=ddclient
fw-password=xxxxxxxx