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

Title: Connect to iBay
Post 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
Title: Re: Connect to iBay
Post by: Jean-Philippe Pialasse on November 03, 2021, 12:56:43 AM
what do you mean by connect?
which protocol?

smb?
http
https
ftp
ssh
rsync
sftp
scp
dav
Title: Re: Connect to iBay
Post by: p-jones on November 03, 2021, 01:53:31 AM
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

Title: Re: Connect to iBay
Post by: Jean-Philippe Pialasse on November 03, 2021, 02:23:20 AM
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
Title: Re: Connect to iBay
Post by: p-jones on November 03, 2021, 09:19:35 AM
You are saying I should replace the 'cifs' part of this line with SMB3 ?
Title: Re: Connect to iBay
Post by: sages on November 03, 2021, 10:16:05 AM
I'd be inclined to read the post before your last post, it may be good advice.  :cool: