Re: [Ddclient-support] Cannot update local address.
Brought to you by:
supersandro2000,
wimpunk
From: Alec L. <lea...@gm...> - 2018-01-09 20:59:33
|
On 09/01/18 20:57, wimpunk via Ddclient-support wrote: > On 12/20/2017 04:19 PM, Alec Leamas wrote: >> Dear list, >> >> I'm trying to update to a non-routable address using "use=if, if=eth0" >> against freedns.afraid.org. The relevant part of the logs are below. >> The problem is that despite that eth0 reports 10.136.128.148, ddclient >> seemingly uses the external address XX.20.62.212, the same as would be >> used if configured with "use=web". > I think freedns doesn't use the IP ddclient provides. It uses the IP > the request is coming from. That's what I think is happening. Yup, you are right. I managed to pick the only service actually discarding the address provided. It's a protocol thing, their protocol doesn't allow anything but using the addresses visible from afraid.org. I have learned some things about this since my original post. This mess inspired me to write ddupdate[1], a in my eyes more sane updating client than ddclient. These kind of mistakes just shouldn't happen using this. Cheers! --alec [1] https://github.com/leamas/ddupdate |