Skip to content

unable to connect to samba shares #49

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions