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.

Yet another thread about not being able to connect to Shares

Featured Replies

Hello everyone.

 

Newb here trying my best to connect to a share that I've made on Windows 11 (23H2).

 

I can connect to Unraid via the GUI. And I can see the share and it's contents by using the GUI Built in Browse feature. But is really not ideal for moving files around for me.

 

Share is set to Public

Export: Yes

 

I've looked up basic videos of how to make shares on YT from TechnGo.

 

The pop ups I get in Win are all  Windows Cannot Aceess \\IP Address

 

I've been messing around with every SMB setting in windows that was suggested on this forum not really knowing much about them.

I've enabled every network permission I've been pointed to on this forum as well in Windows

 

It feels like I've tried so many things that I can't keep track.

 

Thanks everyone.

Edited by dead_verdi

Solved by bmartino1

  • Community Expert

windows 10/111 changed oauth and other smb security settings. There are quite a few post and there is a gpu/registry fix as default windows msb now disables guest no passowrd for accessing shares...

if your unable to hit the shares at \\unraid ip address then theres a deeper problem..

please post unraid diagnositc.

as I will need the ouotput of testparm and ohter data in there to check.
 

  • Author
5 hours ago, bmartino1 said:

windows 10/111 changed oauth and other smb security settings. There are quite a few post and there is a gpu/registry fix as default windows msb now disables guest no passowrd for accessing shares...

if your unable to hit the shares at \\unraid ip address then theres a deeper problem..

please post unraid diagnositc.

as I will need the ouotput of testparm and ohter data in there to check.
 

Here you go:

 

tower-diagnostics-20241029-0653.zip

  • Community Expert
  • Solution

Your on Unriad 6.12.6 why not update to latest 6 stable 6.12.13

Your Diag is showing a dhcp IP. You should realy set that static.

looks like your using bond and bridgin.
lo               UNKNOWN        127.0.0.1/8 ::1/128 
tunl0@NONE       DOWN           
eth0             UP             
bond0            UP             
br0              UP             169.XXX.XXX.80/16 
virbr0           DOWN           192.168.122.1/24 

I only see 1 interfce, is ther a reson for bond0 on?

testparm samba config:

    bind interfaces only = Yes
    disable netbios = Yes
    disable spoolss = Yes
    host msdfs = No
    interfaces = 169.XXX.XXX.80/16 127.0.0.1

?can you ping your unraid ip 169....

at 1801 it looks like things were up...

then something or you ran a smb restart and it went down...

ct 28 18:07:48 Tower emhttpd: shcmd (2101): /etc/rc.d/rc.samba restart
Oct 28 18:07:48 Tower wsdd2[12010]: 'Terminated' signal received.
Oct 28 18:07:48 Tower winbindd[12031]: [2024/10/28 18:07:48.627647,  0] ../../source3/winbindd/winbindd_dual.c:1950(winbindd_sig_term_handler)
Oct 28 18:07:48 Tower winbindd[12036]: [2024/10/28 18:07:48.627641,  0] ../../source3/winbindd/winbindd_dual.c:1950(winbindd_sig_term_handler)
Oct 28 18:07:48 Tower winbindd[12031]:   Got sig[15] terminate (is_parent=1)
Oct 28 18:07:48 Tower wsdd2[12010]: terminating.
Oct 28 18:07:48 Tower winbindd[12036]:   Got sig[15] terminate (is_parent=0)
Oct 28 18:07:48 Tower winbindd[16559]: [2024/10/28 18:07:48.627765,  0] ../../source3/winbindd/winbindd_dual.c:1950(winbindd_sig_term_handler)
Oct 28 18:07:48 Tower winbindd[16559]:   Got sig[15] terminate (is_parent=0)
Oct 28 18:07:50 Tower root: Starting Samba:  /usr/sbin/smbd -D
Oct 28 18:07:50 Tower smbd[23033]: [2024/10/28 18:07:50.802719,  0] ../../source3/smbd/server.c:1741(main)
Oct 28 18:07:50 Tower smbd[23033]:   smbd version 4.17.12 started.
Oct 28 18:07:50 Tower smbd[23033]:   Copyright Andrew Tridgell and the Samba Team 1992-2022
Oct 28 18:07:50 Tower root:                  /usr/sbin/wsdd2 -d -4
Oct 28 18:07:50 Tower root:                  /usr/sbin/winbindd -D
Oct 28 18:07:50 Tower wsdd2[23047]: starting.

Using a use script or edited smb?

if so i would have you review:


i ususaly use a windwos registry edit to renable guest no passowrod logins..
 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"EnablePlainTextPassword"=dword:00000000
"EnableSecuritySignature"=dword:00000001
"ServiceDllUnloadOnStop"=dword:00000001
"AllowInsecureGuestAuth"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LimitBlankPasswordUse"=dword:00000001
"NoLmHash"=dword:00000001
"everyoneincludesanonymous"=dword:00000001
"restrictanonymous"=dword:00000000
"restrictanonymoussam"=dword:00000001

 

  • Author
On 10/29/2024 at 12:56 PM, bmartino1 said:

Your on Unriad 6.12.6 why not update to latest 6 stable 6.12.13

Your Diag is showing a dhcp IP. You should realy set that static.

looks like your using bond and bridgin.
lo               UNKNOWN        127.0.0.1/8 ::1/128 
tunl0@NONE       DOWN           
eth0             UP             
bond0            UP             
br0              UP             169.XXX.XXX.80/16 
virbr0           DOWN           192.168.122.1/24 

I only see 1 interfce, is ther a reson for bond0 on?

testparm samba config:

    bind interfaces only = Yes
    disable netbios = Yes
    disable spoolss = Yes
    host msdfs = No
    interfaces = 169.XXX.XXX.80/16 127.0.0.1

?can you ping your unraid ip 169....

at 1801 it looks like things were up...

then something or you ran a smb restart and it went down...

ct 28 18:07:48 Tower emhttpd: shcmd (2101): /etc/rc.d/rc.samba restart
Oct 28 18:07:48 Tower wsdd2[12010]: 'Terminated' signal received.
Oct 28 18:07:48 Tower winbindd[12031]: [2024/10/28 18:07:48.627647,  0] ../../source3/winbindd/winbindd_dual.c:1950(winbindd_sig_term_handler)
Oct 28 18:07:48 Tower winbindd[12036]: [2024/10/28 18:07:48.627641,  0] ../../source3/winbindd/winbindd_dual.c:1950(winbindd_sig_term_handler)
Oct 28 18:07:48 Tower winbindd[12031]:   Got sig[15] terminate (is_parent=1)
Oct 28 18:07:48 Tower wsdd2[12010]: terminating.
Oct 28 18:07:48 Tower winbindd[12036]:   Got sig[15] terminate (is_parent=0)
Oct 28 18:07:48 Tower winbindd[16559]: [2024/10/28 18:07:48.627765,  0] ../../source3/winbindd/winbindd_dual.c:1950(winbindd_sig_term_handler)
Oct 28 18:07:48 Tower winbindd[16559]:   Got sig[15] terminate (is_parent=0)
Oct 28 18:07:50 Tower root: Starting Samba:  /usr/sbin/smbd -D
Oct 28 18:07:50 Tower smbd[23033]: [2024/10/28 18:07:50.802719,  0] ../../source3/smbd/server.c:1741(main)
Oct 28 18:07:50 Tower smbd[23033]:   smbd version 4.17.12 started.
Oct 28 18:07:50 Tower smbd[23033]:   Copyright Andrew Tridgell and the Samba Team 1992-2022
Oct 28 18:07:50 Tower root:                  /usr/sbin/wsdd2 -d -4
Oct 28 18:07:50 Tower root:                  /usr/sbin/winbindd -D
Oct 28 18:07:50 Tower wsdd2[23047]: starting.

Using a use script or edited smb?

if so i would have you review:


i ususaly use a windwos registry edit to renable guest no passowrod logins..
 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"EnablePlainTextPassword"=dword:00000000
"EnableSecuritySignature"=dword:00000001
"ServiceDllUnloadOnStop"=dword:00000001
"AllowInsecureGuestAuth"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LimitBlankPasswordUse"=dword:00000001
"NoLmHash"=dword:00000001
"everyoneincludesanonymous"=dword:00000001
"restrictanonymous"=dword:00000000
"restrictanonymoussam"=dword:00000001

 

The solution.

I'm in Canada with a Rogers modem. I had it set to bridge mode because I own a mesh system.

 

Turned it off... everything works.

 

If you hadn't mentioned bridge mode, I wouldn't have thought of it so thank you!

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.