Koozali.org: home of the SME Server
Contribs.org Forums => Koozali SME Server 10.x => Topic started by: p-jones on November 02, 2021, 11:14:15 PM
-
Has anyone connect a V10 iBay to Linux Mint 20.04 (Cinnamon) ? Any hints ?
V9 connected ok but nothing I have tried works with V10.
TIA Peter
-
what do you mean by connect?
which protocol?
smb?
http
https
ftp
ssh
rsync
sftp
scp
dav
…
-
I was mounting V9 ibays via the fstab to an empty folder with CIFS as below
//3.4.5.6/library /home/user/server cifs username=user,password=pasword@,uid=1000,iocharset=utf8,vers=1.0 0 0
-
cifs aka smb1 is not secure anymore. you should use smb3 version of the protocol.
change vers=1.0 to 3.0 or simply remove it.
it should default to the right protocol
-
You are saying I should replace the 'cifs' part of this line with SMB3 ?
-
I'd be inclined to read the post before your last post, it may be good advice. :cool: