Page 1 of 2

[SOLVED] DDNS record doesn't update?

PostPosted: Mon Jan 25, 2016 8:25 pm
by Cubytus
Hi there,

my fvdw 16.1 installation is configured to update its DDNS record automatically. I set the username, and the password is correct, but for some reason, it doesn't update the record, but displays:

Not Updated, since last restart

The question is: why? How to find out what's going wrong?

Re: DDNS record doesn't update?

PostPosted: Mon Jan 25, 2016 8:59 pm
by Jocko
Hi Cubytus,

What DDNS provider do you use ?

Note: Since January, there is an issue with no-ip and you can never update your DDNS.

Otherwise, if your DDNS is also updated by another process (e.g. router feature), the firmware will always see your DDNS as not updated.

Re: DDNS record doesn't update?

PostPosted: Mon Jan 25, 2016 9:07 pm
by Cubytus
Indeed this is No-IP, but all other devices use No-IP as well and they update just fine…

Re: DDNS record doesn't update?

PostPosted: Mon Jan 25, 2016 9:13 pm
by Jocko
No-ip has changed some rules since January and it rejects now the request used by our binary.

So attached the new binary.

Disable the DDNS feature in LAN setup menu

Save the archive in a share (I assume fvdw) and In a Putty window do
Code: Select all
tar -xf /direct-usb/fvdw/ez-ipupdate.tar -C /usr/bin

Re: DDNS record doesn't update?

PostPosted: Mon Jan 25, 2016 9:16 pm
by Cubytus
Thanks for the update. During the upgrade from 16 to 16.1, I lost access to folder fvdw, and the drive itself doesn't appear anymore in the local computer. Would you please provide a link to the correct procedure to restore it?

Re: DDNS record doesn't update?

PostPosted: Mon Jan 25, 2016 9:23 pm
by Jocko
- Check if fvdw folder still exists :
Code: Select all
ls -l /direct-usb/

- check if fvdw settings is set in the nas database:
Code: Select all
root@Acrab:/ # grep 'sharename>fvdw</' -A 23 /etc/nas_conf_db.xml
                        <sharename>fvdw</sharename>
                        <sharetype>private</sharetype>
                        <sharestatus>active</sharestatus>
                        <sharelocation>internal_share</sharelocation>
                        <access>
                                <users>
                                        <user>
                                                <username>....
                                                <accesstype>...
                                        </user>
                                </users>
                        </access>
                        <stream>0</stream>
                        <nfs>0</nfs>
                        <ftp>1</ftp>
                        <afp>0</afp>
                        <timemachine>0</timemachine>
                        <tmsize/>
                        <desc>fw_shr</desc>
                        <sharemount>1100</sharemount>
                        <volid>1100</volid>
                        <protected>0</protected>
                        <sharefstype>ext3</sharefstype>
                </share>

If you don't have this output, then try to create again the share fvdw

Re: DDNS record doesn't update?

PostPosted: Mon Jan 25, 2016 11:59 pm
by Cubytus
Actually, it is still present, and the grep line gives a slightly different output:

Code: Select all
grep 'sharename>fvdw</' -A 23 /etc/nas_conf_db.xml
         <sharename>fvdw</sharename>
         <sharetype>private</sharetype>
         <sharestatus>active</sharestatus>
         <sharelocation>internal_share</sharelocation>
         <access>
            <users>
               <user>
                  <username>usager</username>
                  <accesstype>full</accesstype>
               </user>
            </users>
         </access>
         <stream>0</stream>
         <nfs>0</nfs>
         <ftp>0</ftp>
         <afp>1</afp>
         <timemachine>0</timemachine>
         <tmsize/>
         <desc>DirSistema</desc>
         <sharemount>1000</sharemount>
         <volid>1000</volid>
         <protected>0</protected>
         <sharefstype>ext3</sharefstype>
      </share>
--
            <sharename>fvdw</sharename>
            <sharemount>1000</sharemount>
         </webshare>
         <webshare>
            <sharename>public</sharename>
            <sharemount>1000</sharemount>
         </webshare>
         <webshare>
            <sharename>tr-downloads</sharename>
            <sharemount>1000</sharemount>
         </webshare>
      </webshares>
   </explorer>
</nas_conf_db>


But the main problem seems to be that, the disk doesn't show up anymore in the left pane. I can still connect manually, but I'd rather have it automatically detected.

Re: DDNS record doesn't update?

PostPosted: Tue Jan 26, 2016 10:39 am
by Jocko
Hi Cubytus,

Your settings for fvdw are ok.

Cubytus wrote:But the main problem seems to be that, the disk doesn't show up anymore in the left pane. I can still connect manually, but I'd rather have it automatically detected.
It is not clear for me.

Do you mean: the NAS is not listed on the network node with windows Explorer or previously you have set a permanent network resource with the share fvdw ?
For this last point you may try to create it again (context menu > add a network location)

Re: DDNS record doesn't update?

PostPosted: Sat Jan 30, 2016 4:37 am
by Cubytus
Well it is normally automatically detected by the Finder, and shows up in the left pane…

Re: DDNS record doesn't update?

PostPosted: Sat Jan 30, 2016 8:47 am
by Jocko
do you install this patch ? viewtopic.php?f=7&t=2326 :shocked

At least it fixes the issue with Finder for one Mac user.