This is a discussion on Setting up ddclient for dyndns.org within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Hi all: I've emerged the ddclient and am now trying to understand it's configuration file in order to finish ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all: I've emerged the ddclient and am now trying to understand it's configuration file in order to finish setting it up. As to RTFM, I have attempted to man ddclient and get No Page Found, nor does info work and yet the docs are installed but unreadable by normal means. Any input appreciated, links to proper docs more so. |
| |||
| Dirk Grappendorf wrote: > Whyld-Chyld wrote: > >> Hi all: >> >> I've emerged the ddclient and am now trying to understand it's >> configuration file in order to finish setting it up. As to RTFM, I have >> attempted to man ddclient and get No Page Found, nor does info work and >> yet the docs are installed but unreadable by normal means. >> >> Any input appreciated, links to proper docs more so. > > I found it easier to use > > net-misc/dyndnsupdate > > Just add following line to your /etc/ppp/ip-up file: > > /usr/bin/dyndnsupdate -h <your.dyndns.host> \ > -i <your.network.interface> \ > -u <your.dyndns.account>:<your.dyndns.password> > > To read the ddclient documentation (which is packed with gzip) enter > > less /usr/share/doc/ddclient-3.6.2/README.gz > > Sample ddclient configuration files can be found in the directory > > /etc/ddclient > > And the sample config is not very clear but it appears that I have suceeded in getting it working. |