Hi
Please to give more detail.
So
chrislev7 wrote:In sens Fw-> QNAP, It's ok with SSL or not.
It seeems to be ok and then we stop to deepen this case
chrislev7 wrote:With my 2 qnap, I try to acess (sens qnap->fw) with rsync, RTRR srv, CIFS/SMB srv no way...no modules reeched
First there is no RTRR support with fvdw-sl firmware. It is a QNAP protocol and then can be used only with QNAP hosts (I think)
- So CIFS/SMB what did try to do ? Tried to mount a remote samba share on the QNAP nas
- rsync, you still don't answer my question... Do you mean you enabled a rsync server on fvdw-sl nas and you tried to use a rsync client command line from you qnap ?
If it is your attempt, we can check if at least on fvdw-sl side there is no issue.
So enable the rsync server (and of course you enabled also some modules/users on it). Then open a shell terminal on it and run this command
- Code: Select all
/usr/sbin/rsync --port=873 username@nasname::
where username is a login allowing to get at least a read access on a share. If all is ok you should get an answer like this
- Code: Select all
root@Acrab:/ # /usr/sbin/rsync --port=873 jocko@ACRAB::
Welcome on the rsync ACRAB server
Perso Private
public default
If yes then it is an issue on your qnap side how you tried to connect to the rsync server