Cannot map network disk

3

I have a NAS, problem is that I cannot map network disk in NAS.

Command:

net use u: \\192.168.1.3\home

Output:

System error 59 has occured.

An unexpected network error occurred.

I am using Windows 7 Home Premium 64-bit, NAS is on the same LAN. I tried to map it from another computer in the same network and it works, but it doesn't work on my PC.

I tried to:

  • disable the firewall;
  • ping the NAS – success;
  • log into NAS webadmin – success;
  • remove my network adapter and reinstall its network driver;
  • change Network security: LAN Manager authentication level to Send LM & NTLM - use NTLMv2 session security if negotiated in Computer Configuration/Windows Settings/Security Settings/Local Policies/Security Options using gpedit.msc;
  • create a new key Smb2 in HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters to 0 and 1 (second try);
  • create a new key EnableDfsLoopbackTargets in HKLM:\SYSTEM\CurrentControlSet\Services\Mup\Parameters with value 1.

tomsk

Posted 2017-02-28T20:52:17.543

Reputation: 171

What troubleshooting have you tried? Did you check the top couple results in Google when you search for this error (Microsoft has an article specifically about this)? – music2myear – 2017-02-28T21:20:11.743

can you ping the IP? can you telnet to it on 445? If you can connect to it from one device on the same network, then the issue is likely on the host that is failing, or in the protocol it is trying to use to connect (if both same OS, then not likely protocol, possibly software firewall). – MaQleod – 2017-02-28T22:47:16.413

1I updated the main post, what I tried to do. – tomsk – 2017-03-01T13:20:27.427

Is the nas blocking the connection to that specific pc/IP? I've had that before – unknownSPY – 2017-03-02T18:20:32.623

I dont think so, I can ping NAS and login into WebAdmin, also I tried remove network driver and reinstall driver but it doesnt help – tomsk – 2017-03-03T19:48:47.743

What about telnet/netcat on 445? ping just means you have IP routing to it, webui is port 80 or 8080, but doesn't clear TCP on the port you need for files. Validate that 445 works. – MaQleod – 2017-03-07T00:00:09.587

No answers