indyns plugin for Vti

nino2610

Registered
Messages
4
hi can you help me with indyns plugin

how can setup it at the Vti 3.2 image for i will use no-ip.com services

i was use BH 1.7.2 . but i chose to try this image

can any one help me
 

nino2610

Registered
Messages
4
thank you . but i was maka a mistake


this what i want


configure inadyn

only this for using no-ip.com service

can you help me with it
 

Rickk

Registered
Messages
2,375
installation and configuration of inadyn on vti images for being able to use service no-ip:
1) download enigma2-plugin-extensions-inadyn.vuplus_1.2-r0_mipsel.ipk.
2) copy it with ftp on the receiver in the /tmp folder
3) connect to the receiver in telnet and type the following command: ipkg install /tmp/enigma2-plugin-extensions-inadyn.vuplus_1.2-r0_mipsel.ipk
4) modify in the receiver the file inadyn.conf in /var/etc in the following way:
--background
--update_period_sec 060 (indicate time interval with which it comes controlled if the ip address is changed)
--username (yours login of the service)
--password (yours password of the service)
--dyndns_system [email protected]
--alias (the address that you have set up to your host, es.: myweb.no-ip.com)
--forced_update_period 86400
--log_file /var/log/inadyn.log (set up this for the log file)
5) Modify the /usr/bin/enigma2.sh and before the line:
ld_preload=/usr/lib/libopen.so.0.0 /usr/bin/enigma2
add:
inadyn
6) reboot the receiver. If all it has been executed correctly, read the /var/log/inadyn.log in order to verify the correct run of the system.
 
Top