Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Cinnamon Nemo can't connect to FreeNAS 11.1-U6

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
tl5k5
Posts: 20
Joined: 2017-12-22 19:31

Cinnamon Nemo can't connect to FreeNAS 11.1-U6

#1 Post by tl5k5 »

So I just upgraded my FreeNAS server to 11.1-U6 which no longer has SMB1 support.
Now Nemo doesn't connect to my SMB shares. How do I fix this in Debian/Cinnamon/Nemo?

Thanks!

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Cinnamon Nemo can't connect to FreeNAS 11.1-U6

#2 Post by bw123 »

I found some documentation on upgrading by searching the internets http://doc.freenas.org/11/install.html but I did not thoroughly research the issue. Can you explain, "...no longer has SMB1 support."

What freenas ver did you upgrade from, and what debian ver are you using?
resigned by AI ChatGPT

tl5k5
Posts: 20
Joined: 2017-12-22 19:31

Re: Cinnamon Nemo can't connect to FreeNAS 11.1-U6

#3 Post by tl5k5 »

See FreeNAS SMB1 info here: https://www.ixsystems.com/blog/library/freenas-11-1-u6/

I want to work with SMB 2 or 3 with their better performance and security. I do not want to enable SMB1.
Is gvfsd-smb not SMB 2/3 capable?

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Cinnamon Nemo can't connect to FreeNAS 11.1-U6

#4 Post by debiman »

here's a Quick Search (tm) for you.
looks promising.
ubuntuforums stuff can be very useful, but always keep in mind that ubuntu is not debian.

tl5k5
Posts: 20
Joined: 2017-12-22 19:31

Re: Cinnamon Nemo can't connect to FreeNAS 11.1-U6

#5 Post by tl5k5 »

This seemed to fix the issue.
/etc/samba/smb.conf, under [global] add the following lines:
client min protocol = SMB2
client max protocol = SMB3

Post Reply