Installation problems of ezipupdate (a ddns client) on Dlink DNS-323
1. Downloaded this ezipupdate-0.6-ffp0.5.tgz from
http://forum.dsmg600.info/viewtopic.php?id=2274&p=1.
2. Copy it to volume_1.
3. Unpack it with this command: #funpkg -i ezipupdate-0.6-ffp0.5.tgz
4. After unpacking, delete ezipupdate-0.6-ffp0.5.tgz from volume_1.
5. As not familiar with vi, use wordpad to edit the rest of the files mentioned below by copying them (thru PuTTY) first to the root directory, and then back to where they should be after editing.
6. 1st file edited as follow (will mention only those entries that have changes made) is /ffp/etc/examples/ezipupdate.conf and then copied to /ffp/etc
user=myusername:mypassword
host=mydomain1.homeip.net mydomain2.homeip.net mydomain3.dyndns.org mydomain4.dyndns.org mydomain5.dyndns.org
7. Disconnect my xp system that had been running the ddns client from my lan to prevent it from updating my dyndns account.
8. Clone the router mac address and reboot cable modem to get a new public IP.
9. Start ezipupdate with this command: /ffp/start/ezipupdate.sh start
10. Ping mydomains and only the domain1 get updated with starhub proxy IP. The other 4 domains still with the old public IP.
11. Edit /ffp/share/ezipupdate/ezipupdate.sh url for checking of IP address as follow:
ip_command="echo `wget
http://checkip.dyndns.com:8245 -O $tmp_ip -q && cat $tmp_ip`"
12. Stop and start ezipupdate.
13. Ping my domains but IP remain under changed, ie domain1 is still the starhub proxy IP and the rest the old public IP.