Basically I'm assuming the security fixes that disabled smb1 on freenas / smbd broke the shield. The shares work on every other Linux / window pc /android in the house
How have people fixed this issue?
Here is my smb config:
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = SERVER-SHARE
security = user
map to guest = bad user
name resolve order = bcast host
dns proxy = no
bind interfaces only = yes
[UPLOADS]
path = /mnt/share/Downloads
writable = yes
guest ok = yes
guest only = yes
read only = no
create mode = 0777
directory mode = 0777
force user = localuser
force group = HOSTWRITE
[Share]
path = /mnt/share/
writable = no
guest ok = yes
guest only = yes
read only = yes
force user = nobody
force group = HOSTWRITE
You could try using NFS alongside SMB. FreeNAS fully supports NFS shares . Generally with *nix clients, such as Android, NFS is the better way to go. Using both SMB and NFS means you will be optimizing for both Windows and *nix clients.