Yamaban wrote:
On Fri, 2 Dec 2016 12:20, Thomas Wagner wrote:
On 2016-12-02 11:29, Carlos E. R. wrote:
On 2016-12-02 09:11, Thomas Wagner wrote:
On 2016-12-02 03:24, Carlos E. R. wrote:
Hi,
DynDns.org TZO No-IP
Do you have comments on any of those? IMHO they are not free. Either you have to login every couple of weeks or pay.
login? Manually? :-( Yep, login on their homepage an hit a certain button there. At least for the free version of no-ip. Years ago I had the free version von dyndns with the same required procedure. Scripting a login should be possible but once they change something you'll have to update the scripts.
Well, flashing that router is totally out of the question, Ok, then I would go with a script on some raspberry (or a homeserver if available) that checks for an IP change periodically. Then your are also independent of a dynamic DNS provider.
Hmmm, many router have a "home-page" that you can see without even logging in on the router, e.g. on my router, a "easyBox 802", page is http://easy.box/ or via "gateway"-ip
If you look at that page, many routers provide the outside IP on it. use wget/curl/(other tool) to get that page, extract that outside-IP compare to a locally stored value, if changed, store new value and run ddns-update script. run that test every minute via local cron. That way only the updates leave your private network.
Yep, that's a clever way of doing it. -- Per Jessen, Zürich (3.4°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org