This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

How to make inadyn work with NO-IP service.

Yeah I also noticed that while the inadyn plugin works and updates correctly from VU+ box.
The no-ip still requires to visit their website and update hosts manually once per month.
 
My configuration doesn't work. What's wrong?

#!/bin/sh
DAEMON=/usr/bin/inadyn
NAME=inadyn
DESC="InaDyn dynamic DNS Client"
INADYN_ON=1
INADYN_USERNAME=my email@gmail.com
INADYN_PASSWORD=password for my email
INADYN_ALIAS=xxxx.ddns.net
UPDATE_PERIOD=3600000
LOG_FILE_ON=1
LOG_NAME=/var/log/inadyn.log
DYN_SYSTEM_ON=1
DYN_SYSTEM=default@no-ip.com

I get in the log

W:INADYN: Error validating DYNDNS svr answer. Check usr,pass,hostname!
 
Back
Top