How to make inadyn work with NO-IP service.

ALPA

BH Lover
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.
 

cga

Vu+ Newbie
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!
 
Top