NAS with SAMBA v1 only ?
Paul C. 48878
Posts: 1 ✭✭
in Internet
Hello,
I had issue accessing the NAS from a windows 10 computer (ok from a Linux one).
Unless I'm mistaken, the modem is using only SMB v1 for the NAS, which is really not secure, new windows 10 version have it disabled by default : https://docs.microsoft.com/en-us/windows-server/storage/file-server/troubleshoot/smbv1-not-installed-by-default-in-windows.
If this is the case, could we have SMB v2/v3 in a next modem firmware update please ?
And no, I don't want to activate SMB v1 on my win computers
Thanks !
I had issue accessing the NAS from a windows 10 computer (ok from a Linux one).
Unless I'm mistaken, the modem is using only SMB v1 for the NAS, which is really not secure, new windows 10 version have it disabled by default : https://docs.microsoft.com/en-us/windows-server/storage/file-server/troubleshoot/smbv1-not-installed-by-default-in-windows.
If this is the case, could we have SMB v2/v3 in a next modem firmware update please ?
And no, I don't want to activate SMB v1 on my win computers
Thanks !
12
Answers
-
From the guide I was not able to find the samba version
https://dimelo-answers-production.s3-eu-west-1.amazonaws.com/321/b6de44f141d236e9/hitron_coda_4x8x_original.pdf?9a3a52d2 -
Fizz modem uses SMB v1. Even if it was SMB v2 or v3 it wouldn't be worth it to use because the performance is horrible ( it's less than 1Mb/s )1
-
If you already have a linux machine, it's probably easier to set up the NAS on that one:
1. https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
2. https://hub.docker.com/r/dperson/samba/
eg.
sudo docker run -it --name samba -p 139:139 -p 445:445
-v /path/to/directory:/mount
--restart unless-stopped
-d dperson/samba -p1 -
I advise you in chatted with fizz via the chat bubble or via messenger from their Facebook page. They respond pretty quickly good day0
This discussion has been closed.