How to make inadyn work with NO-IP service.

ALPA

BH Lover
I recently switched from dyndns to no-ip, but it seem that I cannot put right instructions in inadyn plugin in order to update my no-ip alias.
Does anyone know how exactly to make BH inadyn client work with no-ip alias.

thnx,
 

ALPA

BH Lover
Hmmm, unfortunately it's not working here.
I'm not using the front (actual) no-ip domain, I'm using zapto. which is also no-ip domain.
really strange tried also with default@zapto.xxx in dyn system but it's not working.

ATM I can only update manualy via browser.
 

PieFav

Administrator
Hmmm, unfortunately it's not working here.
I'm not using the front (actual) no-ip domain, I'm using zapto. which is also no-ip domain.
really strange tried also with default@zapto.xxx in dyn system but it's not working.

ATM I can only update manualy via browser.
for no-ip domain always use
Code:
DYN_SYSTEM=default@no-ip.com
default@no.ip.com identify the type of system



from the man of inadyn xxx.inatech.eu/inadyn/readme.html

'--dyndns_system': [NAME] - optional DYNDNS service type. SHOULD be one of the following:
-For dyndns.org DNS system: dyndns@dyndns.org OR statdns@dyndns.org OR custom@dyndns.org.
-For freedns.afraid.org DNS system: default@freedns.afraid.org .
-For the servcie ofered by zoneedit.com: default@zoneedit.com.
- For no-ip.com : default@no-ip.com
-For generic DNS system: custom@http_svr_basic_auth
DEFAULT value is intended for default service at dyndns.org: dyndns@dyndns.org
 

ALPA

BH Lover
This is my config what is wrong?
Code:
DESC="InaDyn dynamic DNS Client"
INADYN_ON=1
INADYN_USERNAME=xxxxxxx
INADYN_PASSWORD=xxxxxxx
INADYN_ALIAS=xxxxxxx.zapto.org
UPDATE_PERIOD=3600000
LOG_FILE_ON=1
LOG_NAME=/var/log/inadyn.log
DYN_SYSTEM_ON=1
DYN_SYSTEM=default@no-ip.com




This is error from log:
Code:
W:INADYN: Error validating DYNDNS svr answer. Check usr,pass,hostname!

YES I triple checked usr,pass,hostname.
 

PieFav

Administrator
This is my config what is wrong?
Code:
DESC="InaDyn dynamic DNS Client"
INADYN_ON=1
INADYN_USERNAME=xxxxxxx
INADYN_PASSWORD=xxxxxxx
INADYN_ALIAS=xxxxxxx.zapto.org
UPDATE_PERIOD=3600000
LOG_FILE_ON=1
LOG_NAME=/var/log/inadyn.log
DYN_SYSTEM_ON=1
DYN_SYSTEM=default@no-ip.com




This is error from log:
Code:
W:INADYN: Error validating DYNDNS svr answer. Check usr,pass,hostname!

YES I triple checked usr,pass,hostname.
If you edit your script manualy try this command and then try to rerun the script
Code:
dos2unix -u /usr/bin/inadyn_script.sh
 

memus

Vu+ Newbie
hello do i ahve to add this in file inadyn sh?
dos2unix -u /usr/bin/inadyn_script.sh

im am using zapto aswell and its not working
 

memus

Vu+ Newbie
i just found this file dos2unix in user/bin but it wont open what shall i do please can you lead me?
 

PieFav

Administrator
i am not

i am not understanig what he means with this...................If you edit your script manualy try this command and then try to rerun the script
Code:
dos2unix -u /usr/bin/inadyn_script.sh
can you lead me pl step by step?
You need to get into the box via telnet:

from windox xp > cmd > telnet IPbox > user >password
then
dos2unix -u /usr/bin/inadyn_script.sh

from Windows 7 o 8, before need to activate telnet in control panel > Programs and Features > flag Telnet client >ok
then
telnet IPBox > user > Password
then
dos2unix -u /usr/bin/inadyn_script.sh
 

memus

Vu+ Newbie
from Windows 7 o 8, before need to activate telnet in control panel > Programs and Features > flag Telnet client >ok
wimdows 8.1 i have i reach to Programs and Features nut telnet client i cant find it it is not there
 
Last edited:

PieFav

Administrator
from Windows 7 o 8, before need to activate telnet in control panel > Programs and Features > flag Telnet client >ok
wimdows 8.1 i have i reach to Programs and Features nut telnet client i cant find it it is not there
Turn-Of-On-Windows8.jpg

Turn windows features on or off

you need only Telnet client not telnet server !!!
 

dabezt

Vu+ User
Here the config like i use:

INADYN_ON=1
INADYN_USERNAME=xxxxxx@mail.com
INADYN_PASSWORD=password
INADYN_ALIAS=login.no-ip.org
UPDATE_PERIOD=3600000
LOG_FILE_ON=1
LOG_NAME=/var/log/inadyn.log
DYN_SYSTEM_ON=1
DYN_SYSTEM=default@no-ip.com

With this configuration it works to my in a vu_plus solo 2... but just for one NoIp host alias...

N1 here knows how to add more aliases? I have 3 NoIp hosts (in the same account) I want to be IP updated with inadyn script,

I've tried with:
INADYN_ALIAS=first.zapto.org,second.no-ip.org,third.zapto.org
but it just update the first alias.

With space betwen comma and next alias:
INADYN_ALIAS=first.zapto.org, second.no-ip.org, third.zapto.org
It updates NONE, it gives me an error (for the space I asume).

And I've tried also to:
INADYN_ON=1
INADYN_USERNAME=xxxxxx@mail.com
INADYN_PASSWORD=password
INADYN_ALIAS=first.zapto.org
INADYN_ALIAS=second.no-ip.org
INADYN_ALIAS=third.zapto.org
UPDATE_PERIOD=3600000
LOG_FILE_ON=1
LOG_NAME=/var/log/inadyn.log
DYN_SYSTEM_ON=1
DYN_SYSTEM=default@no-ip.com

And it doesnt' works (for no one of the 3).

Noone here knows how to use more than one alias? Thnx!
 

dabezt

Vu+ User
REFRESH 2 OR MORE NO-IP HOSTS SOLVED:

Edit /usr/bin/inadyn_script.sh like this:
INADYN_ON=1
INADYN_USERNAME=user@mail.com
INADYN_PASSWORD=password
INADYN_ALIAS=host1.no-ip.org
INADYN_ALIAS_2=host2.zapto.org
INADYN_ALIAS_3=another.zapto.org
UPDATE_PERIOD=360000
LOG_FILE_ON=1
LOG_NAME=/var/log/inadyn.log
DYN_SYSTEM_ON=1
DYN_SYSTEM=default@no-ip.com


And then search the line with the ARGS, like this one:
ARGS="-u $INADYN_USERNAME -p $INADYN_PASSWORD -a $INADYN_ALIAS --update_period $UPDATE_PERIOD"

And 'add' all other aliases with -a parameter:
ARGS="-u $INADYN_USERNAME -p $INADYN_PASSWORD -a $INADYN_ALIAS -a $INADYN_ALIAS_2 -a $INADYN_ALIAS_3 --update_period $UPDATE_PERIOD"

Done! Cheers!
 

Wendy

Vu+ User
It worked fine on vu+solo2 but I still got the email from no-ip reminding me to activate my hostname.
So I logged in and activated my hostname.
Did anybody also receive the email?
 
Top