-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Description
while following the guide from the first video I can into an issue with not being able to connect to the servers samba shares from any device. They would be listed as available from the server. Found that I needed to update the global section of my smb.conf file to the following before I was able to connect from my MAC.
[global]
server string = Servarr
workgroup = WORKGROUP
client min protocol = SMB3
client max protocol = SMB3
client smb encrypt = required
client signing = required
server min protocol = SMB3
server max protocol = SMB3
ntlm auth = ntlmv2-only
security = user
map to guest = Bad User
name resolve order = bcast host
bind interfaces only = yes
#hosts allow = 10.0.0.0/24
#hosts deny = 0.0.0.0/0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels