Koozali.org: home of the SME Server

Connect to iBay

Offline p-jones

  • *
  • 594
  • +0/-0
Connect to iBay
« 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
...

Offline Jean-Philippe Pialasse

  • *
  • 2,907
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Connect to iBay
« Reply #1 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

Offline p-jones

  • *
  • 594
  • +0/-0
Re: Connect to iBay
« Reply #2 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

...

Offline Jean-Philippe Pialasse

  • *
  • 2,907
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Connect to iBay
« Reply #3 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

Offline p-jones

  • *
  • 594
  • +0/-0
Re: Connect to iBay
« Reply #4 on: November 03, 2021, 09:19:35 AM »
You are saying I should replace the 'cifs' part of this line with SMB3 ?
...

Offline sages

  • *
  • 190
  • +0/-0
    • http://www.sages.com.au
Re: Connect to iBay
« Reply #5 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:
...