Windows 11 SMB Client cannot connect to SMB share - error 53 on `net view`

Aaron You 16 Reputation points
2022-08-05T19:06:36.643+00:00

Machine in question: Windows 11 21H2 22000.832
OSes on other devices that can successfully connect to the share: MacOS Ventura built-in SMB; iOS 16.5 built-in SMB; ES File Explorer on iOS, Windows 10; etc.
Share Host: TrueNAS-13.0 with domain name truenas.lan and NETBIOS name ALANG-NAS

After swimming through unuseful posts for hours, I felt the need to start actively seeking help.

Situation: The win11 SMB Client cannot connect to an SMB share hosted on the same network with its own fully qualified domain name. I cannot connect to it either via domain name or IP address.

As I was typing this, I found that I cannot connect to any SMB share on my network anymore..

Screenshots
228656-smberror-netbios.png
228609-smberror-ip.png
228610-smberror-domain.png
Here is some common information requested on this issue:
ipconfig /all

Windows IP Configuration  
  
   Host Name . . . . . . . . . . . . : Alang-Desktop  
   Primary Dns Suffix  . . . . . . . :  
   Node Type . . . . . . . . . . . . : Hybrid  
   IP Routing Enabled. . . . . . . . : No  
   WINS Proxy Enabled. . . . . . . . : No  
   DNS Suffix Search List. . . . . . : local  
  
Ethernet adapter Ethernet:  
  
   Connection-specific DNS Suffix  . :  
   Description . . . . . . . . . . . : Intel(R) Ethernet Connection (7) I219-V  
   Physical Address. . . . . . . . . : 0C-9D-92-C2-3D-B4  
   DHCP Enabled. . . . . . . . . . . : Yes  
   Autoconfiguration Enabled . . . . : Yes  
   IPv6 Address. . . . . . . . . . . : fd14:27e9:a812:40ec:7034:3796:bd55:7eea(Preferred)  
   Temporary IPv6 Address. . . . . . : fd14:27e9:a812:40ec:f0a8:83ab:bb1f:1637(Preferred)  
   Link-local IPv6 Address . . . . . : fe80::7034:3796:bd55:7eea%10(Preferred)  
   IPv4 Address. . . . . . . . . . . : 192.168.10.100(Preferred)  
   Subnet Mask . . . . . . . . . . . : 255.255.255.0  
   Lease Obtained. . . . . . . . . . : Friday, August 5, 2022 2:22:04 PM  
   Lease Expires . . . . . . . . . . : Monday, September 11, 2158 9:04:10 PM  
   Default Gateway . . . . . . . . . : 192.168.10.1  
   DHCP Server . . . . . . . . . . . : 192.168.10.1  
   DHCPv6 IAID . . . . . . . . . . . : 336371090  
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-2A-27-00-34-0C-9D-92-C2-3D-B4  
   DNS Servers . . . . . . . . . . . : 192.168.10.1  
   NetBIOS over Tcpip. . . . . . . . : Enabled  

nslookup truenas.lan

Server:  openwrt.lan  
Address:  192.168.10.1  
  
Name:    truenas.lan  
Address:  192.168.10.5  

Test-NetConnection -ComputerName 192.168.10.15 -CommonTCPPort SMB
ComputerName : 192.168.10.5
RemoteAddress : 192.168.10.5
RemotePort : 445
InterfaceAlias : Ethernet
SourceAddress : 192.168.10.100
TcpTestSucceeded : True

Test-NetConnection -ComputerName truenas.lan -CommonTCPPort SMB
ComputerName : 192.168.10.5
RemoteAddress : 192.168.10.5
RemotePort : 445
InterfaceAlias : Ethernet
SourceAddress : 192.168.10.100
TcpTestSucceeded : True

telnet 192.168.10.5 445  
  
able to connect  



net view \\192.168.10.5\Vault  
  
System error 53 has occurred.  
  
The network path was not found.  

The network page is populated. Double-clicking on the computer that contains the share results in the same error as trying to connect using NetBIOS name

Things I have tried

  1. netsh winsock reset
  2. Enabling SMBv1 support on both client and host
  3. resetting network via Settings

I am beyond desperate now and really do not wish to reset my PC. Any help will be appreciated.

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,272 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,164 questions
{count} votes

11 answers

Sort by: Most helpful
  1. Quantum Hosting® 6 Reputation points
    2022-10-21T20:59:45.677+00:00

    Hi Aaron, Hi Fred,

    I managed to fix this! I don't now you enabled SMBv1 but this is how I did and it fixed everything:

    1. Windows key + R, type optionalfeatures.exe and press enter
    2. You will get this:
      253155-windows10-feature-smb-file-sharing-support.jpg
    3. Tick the box "SMB 1.0/CIFS Client", and press OK! (it will take a while to complete the action)
    4. You will be prompted to reboot: make sure you have closed everything and reboot! (it will look as if you have triggered a Windows update)
    5. After the reboot: try the command net view \\YourServerIP\ and rejoice!

    Regards,
    Quantum Hosting®

    1 person found this answer helpful.

  2. Matthew Hornung 6 Reputation points
    2022-12-16T20:25:40.643+00:00

    I am having the same problem, however, enabling the CIFS option did not work. What's interesting to me is that if I open a command prompt with elevated permissions, I am able to view/map the SMB share. However, trying to access as a normal user presents the error above. Anyone else seen that?

    1 person found this answer helpful.
    0 comments No comments

  3. Carmelo Magnafico 6 Reputation points
    2022-12-19T17:08:06.943+00:00

    @Matthew Hornung and all,

    I'm facing the same problem on a new win11 enterprise installation.

    By attemting

    Test-NetConnection -ComputerName ******** -CommonTCPPort SMB  
      
    ComputerName     : ********  
    RemoteAddress    : fe80::265e:beff:****:1056%5  
    RemotePort       : 445  
    InterfaceAlias   : Ethernet  
    SourceAddress    : fe80::5f0:48e8:****:9222%5  
    TcpTestSucceeded : True  
    

    I even try to connect mounting the drive via explore GUI and every kind of credential authentication fails.

    After hard work, seems a connection with New-SmbMapping command resolved the issue... https://learn.microsoft.com/en-us/powershell/module/smbshare/new-smbmapping?view=windowsserver2022-ps, but every restart the mounting desappearing.

    I tried to add -Persistent to the command and... explorer.exe starts to lag and, at the end, to crash systematically. This attempt lead me to reinstall the system, so DO NOT DO THAT

    I'm using at the same time a win10 system. It works like a charm.

    Microsoft guys, this is a blocking issue, please thake account of that problem!

    1 person found this answer helpful.
    0 comments No comments

  4. Fred 1 Reputation point
    2022-10-17T19:42:56.11+00:00

    I have the same exact issue.

    Can't find and answer to this.

    0 comments No comments

  5. Carmelo Magnafico 6 Reputation points
    2023-01-16T18:32:55.19+00:00

    UPDATE:

    I created a local user on the same PC and he can access the remote folder. I'm running win11 enterprise

    So, the problem appears to be when using a the azureAD/user enterprise user.

    It is absolutely crazy!