[SOLVED] DDNS record doesn't update?

[SOLVED] DDNS record doesn't update?

Postby Cubytus » Mon Jan 25, 2016 8:25 pm

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?
Last edited by Cubytus on Mon Feb 01, 2016 3:38 am, edited 1 time in total.
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: DDNS record doesn't update?

Postby Jocko » Mon Jan 25, 2016 8:59 pm

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.
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: DDNS record doesn't update?

Postby Cubytus » Mon Jan 25, 2016 9:07 pm

Indeed this is No-IP, but all other devices use No-IP as well and they update just fine…
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: DDNS record doesn't update?

Postby Jocko » Mon Jan 25, 2016 9:13 pm

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
You do not have the required permissions to view the files attached to this post.
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: DDNS record doesn't update?

Postby Cubytus » Mon Jan 25, 2016 9:16 pm

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?
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: DDNS record doesn't update?

Postby Jocko » Mon Jan 25, 2016 9:23 pm

- 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
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: DDNS record doesn't update?

Postby Cubytus » Mon Jan 25, 2016 11:59 pm

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.
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: DDNS record doesn't update?

Postby Jocko » Tue Jan 26, 2016 10:39 am

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)
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: DDNS record doesn't update?

Postby Cubytus » Sat Jan 30, 2016 4:37 am

Well it is normally automatically detected by the Finder, and shows up in the left pane…
Cubytus
Donator VIP
Donator VIP
 
Posts: 202
Joined: Fri Apr 10, 2015 1:45 am

Re: DDNS record doesn't update?

Postby Jocko » Sat Jan 30, 2016 8:47 am

do you install this patch ? viewtopic.php?f=7&t=2326 :shocked

At least it fixes the issue with Finder for one Mac user.
Jocko
Site Admin - expert
 
Posts: 11558
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Next

Return to Lacie cloudbox (white casing)

Who is online

Users browsing this forum: No registered users and 8 guests