Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

After 6.11 No longer can access SMB via Network

Featured Replies

Not sure what happened but I had everything setup with an MS user logging in to the network shares just fine. After 6.11 when I click tower it asks for user credentials and tells me my credentials are wrong. In the WebUI I have reset the password, and in windows i have cleared all saved credentials and still nothing. I (Accidently) ran New Permissions to try to help (and destroyed all of my dockers yay) and still nothing. diagnostics below, not sure where to start.

tower-diagnostics-20220924-1254.zip

Edited by Uplinkpro

  • Replies 50
  • Views 16.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Add this to "Settings/SMB/SMB Extras/Samba extra configuration"   ntlm auth = Yes   Please report back if this solves connectivity issues.

  • Wish i could say it worked, it did not.

  • My current assumption is that one or more GPOs on windows prevent the communication due to security restrictions. But there are dozens of them, and it takes always an hour or more just to try out one

Posted Images

  • Community Expert

Please post the output of

ls -la /mnt/user

 

  • Author

root@Tower:~# ls -la /mnt/user
total 0
drwxrwxrwx  1 nobody users  61 Sep 24 09:53 ./
drwxr-xr-x 11 root   root  220 Sep 24 09:42 ../
drwxrwxrwx  1 nobody users  43 Sep 18 03:32 .Trash-0/
drwxrwxrwx  1 nobody users 360 Sep 21 15:25 appdata/
drwxrwxrwx  1 nobody users   6 Jul 20 19:26 backups/
drwxrwxrwx  1 nobody users  27 Jul  6 00:08 data/
drwxrwxrwx  1 nobody users 254 Sep 24 09:43 docker/
drwxrwxrwx  1 nobody users   6 Sep 15 05:58 roms/

  • Community Expert

Try rebooting the Windows Client as that worked for me.

  • Author
Just now, Frank1940 said:

Try rebooting the Windows Client as that worked for me.

first and 3rd thing I tried haha sadly no luck

  • Community Expert

Try booting Unraid in safe mode.

  • Author
19 minutes ago, JorgeB said:

Try booting Unraid in safe mode.

nothings changed

  • Author

here you go 

setting.png

  • Author
19 minutes ago, dlandon said:

Remove NerdPack and reboot.


Done, same issue

The log shows a lot of master browser elections to Unraid:

Sep 24 10:38:40 Tower  nmbd[7511]: [2022/09/24 10:38:40.683165,  0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2)
Sep 24 10:38:40 Tower  nmbd[7511]:   *****
Sep 24 10:38:40 Tower  nmbd[7511]:   
Sep 24 10:38:40 Tower  nmbd[7511]:   Samba name server TOWER is now a local master browser for workgroup WORKGROUP on subnet 172.17.0.1
Sep 24 10:38:40 Tower  nmbd[7511]:   
Sep 24 10:38:40 Tower  nmbd[7511]:   *****
Sep 24 10:38:40 Tower  nmbd[7511]: [2022/09/24 10:38:40.683231,  0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2)
Sep 24 10:38:40 Tower  nmbd[7511]:   *****
Sep 24 10:38:40 Tower  nmbd[7511]:   
Sep 24 10:38:40 Tower  nmbd[7511]:   Samba name server TOWER is now a local master browser for workgroup WORKGROUP on subnet 172.18.0.1
Sep 24 10:38:40 Tower  nmbd[7511]:   
Sep 24 10:38:40 Tower  nmbd[7511]:   *****
Sep 24 10:43:33 Tower  nmbd[7511]: [2022/09/24 10:43:33.862075,  0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2)
Sep 24 10:43:33 Tower  nmbd[7511]:   *****
Sep 24 10:43:33 Tower  nmbd[7511]:   
Sep 24 10:43:33 Tower  nmbd[7511]:   Samba name server TOWER is now a local master browser for workgroup WORKGROUP on subnet 192.168.1.50
Sep 24 10:43:33 Tower  nmbd[7511]:   
Sep 24 10:43:33 Tower  nmbd[7511]:   *****

 

I think you may have a conflict in the Master Browser election.  This might cause SMB server lookup issues.  Remove the Master Browser plugin and see if it makes a difference.

 

Edit: Your router may also be trying to be the Master Browser.

Show the output of the following command:

cat /etc/samba/smb-shares.conf

 

It will show how the shares are set up for user access.

  • Author
3 minutes ago, dlandon said:

Show the output of the following command:

cat /etc/samba/smb-shares.conf

 

It will show how the shares are set up for user access.



here is the output ( i also removed the addon and yea still nothing new) 

 

root@Tower:~# cat /etc/samba/smb-shares.conf
[flash]
        path = /boot
        comment = Unraid OS boot device
        browseable = yes
        # Secure
        public = yes
        writeable = no
        write list = 
        case sensitive = auto
        preserve case = yes
        short preserve case = yes
        map archive = no
        map system = no
        map hidden = no
        map readonly = yes
        force user = root
[appdata]
        path = /mnt/user/appdata
        comment = 
        browseable = yes
        # Secure
        public = yes
        writeable = no
        write list = uplinkpro
        case sensitive = auto
        preserve case = yes
        short preserve case = yes
[backups]
        path = /mnt/user/backups
        comment = 
        browseable = yes
        # Secure
        public = yes
        writeable = no
        write list = uplinkpro
        case sensitive = auto
        preserve case = yes
        short preserve case = yes
[data]
        path = /mnt/user/data
        comment = 
        browseable = yes
        # Public
        public = yes
        writeable = yes
        case sensitive = auto
        preserve case = yes
        short preserve case = yes
[roms]
        path = /mnt/user/roms
        comment = 
        browseable = yes
        # Public
        public = yes
        writeable = yes
        case sensitive = auto
        preserve case = yes
        short preserve case = yes

 

Review your SMB share settings for each share.  Alll your shares are set for Public access.  Your flash device should not be set to Public.  Set it to Private and then set desired user access.

 

Did you intend for all your shares to be Public?  If you did, you should set up users in Unraid and the set user access for each share you want them to access.  Only set Public access for things that make sense for Public access.

 

I'm wondering if your flash has some issues.  I'm seeing some strange entries in your smb-shares.conf.

  • Author
4 minutes ago, dlandon said:

Review your SMB share settings for each share.  Alll your shares are set for Public access.  Your flash device should not be set to Public.  Set it to Private and then set desired user access.

 

Did you intend for all your shares to be Public?  If you did, you should set up users in Unraid and the set user access for each share you want them to access.  Only set Public access for things that make sense for Public access.

 

I'm wondering if your flash has some issues.  I'm seeing some strange entries in your smb-shares.conf.

 

The flash drive is pretty new as well thats kinda crappy, but what you say makes since about the public access, i dont have it set for that if you see in the gui, this is how they are set
 

 

setting.png

  • Author
15 minutes ago, dlandon said:

Try Private instead of Secure for "Security".

Swapped it all and rebooted it changed the output but still cannot access it.

  • Author
Just now, dlandon said:

Can't browse to shares, or credential issues still?


credential issues, i click tower it asks for login, i type the IP in and its the same. I tried root and the user i added and both fail.

Try one last thing, and then I'll go off and do some research if this doesn't work:

/etc/rc.d/rc.samba restart

 

  • Author
47 minutes ago, dlandon said:

Try one last thing, and then I'll go off and do some research if this doesn't work:

/etc/rc.d/rc.samba restart

 

Wish i could say it worked, it did not.

14 minutes ago, Uplinkpro said:

Wish i could say it worked, it did not.

Didn't really think it would.  Just had to eliminate all possibilities.

  • Author
3 minutes ago, dlandon said:

Why are you using Jumbo frames?  Use the default MTU.


My network is setup to support it but I'll change it back for debuging sake.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.