You are not logged in.

#1 2020-08-07 14:29:32

Amplificator
Member
Registered: 2015-04-03
Posts: 8

Samba not visible on network

I'm trying to get Samba to work, but I am unable to see it on the network and if I directly connect using the hostname or ip, I get an error.

My samba config looks like this, https://pastr.io/view/OZRJrInpdvB

All folders are created and chmod to 777 just for testing. The user is created according to the wiki.

Can anyone spot the problem?

Offline

#2 2020-08-08 08:40:38

jonno2002
Member
Registered: 2016-11-21
Posts: 684

Re: Samba not visible on network

im no samba expert but try this:

remove this:

server min protocol = SMB2_02

add this:

server min protocol = NT1
security = user

im pretty sure the security line is your problem, the NT1 thing is just for browsing shares (using gvfsd-smb-browse etc) then once a share is connected to it will use smb3.

Offline

#3 2020-08-08 09:02:25

Amplificator
Member
Registered: 2015-04-03
Posts: 8

Re: Samba not visible on network

I already fixed it, just forgot to update the thread smile

Anyway, the solution was to remove "shadow_copy_zfs" from each share.
I also bumped up the version to SMB3_00 as well which works fine.

Offline

Board footer

Powered by FluxBB