Re: [Ddclient-support] wrong ip address picked up from firewall/router
Brought to you by:
supersandro2000,
wimpunk
From: Mike S. <v....@sc...> - 2013-07-21 07:40:54
|
On 21/07/13 04:32, Kurt Bussche wrote: > Is No-IP still supported by DDClient? I see no mention of us on the below link even though we use the identical protocol as Dyn. > Must be - I'm using it :-) 'ddclient --help' offers: The 'No-IP Compatible' protocol is used to make dynamic dns updates over an http request. Details of the protocol are outlined at: http://www.no-ip.com/integrate/ Configuration variables applicable to the 'noip' protocol are: protocol=noip ## server=fqdn.of.service ## defaults to dynupdate.no-ip.com login=service-login ## login name and password registered with the service password=service-password ## fully.qualified.host ## the host registered with the service. Example ddclient.conf file entries: ## single host update protocol=noip, \ login=use...@do..., \ password=noip-password \ myhost.no-ip.biz I hope support will continue - I've just switched to using no-ip from dyndns, who've started making life expensive. (BTW is top/bottom preferred for this list please? Or don't people mind?) > http://sourceforge.net/apps/trac/ddclient/wiki/Protocols > > I need to check the code and see if our external IP detection is still in there, which would solve your issue. > > > On Jul 20, 2013, at 12:18 AM, Mike Scott <v....@sc...> wrote: > >> >> Hi; I've recently started using ddclient (3.8.1). I'm fetching the WAN >> ip address from my router, a netgear dg834g. >> >> It's been running for a couple of weeks or so, but I noticed a hiccup >> today: the system log contained: >> >> Jul 19 14:42:41 data ddclient[71264]: SUCCESS: updating >> XXXXXXXXXX.dnsd.info: good: IP address set to 192.168.1.254 >> Jul 19 14:42:43 data ddclient[71264]: SUCCESS: updating >> XXXXXXXXXX.no-ip.info: good: IP address set to 192.168.1.254 (snip) |