Server shared folder - the solution to the problem that the client cannot search the shared directory on the server

Server shared folder - the solution to the problem that the client cannot search the shared directory on the server

[Server] 192.168.1.46 (client) access 192.168.1.43 (server)

[Scenario]: The internal and external network of the server is not connected, so the data synchronization is carried out by ferrying the xml file through the shared folder. Due to a sudden power failure, the shared folder is unavailable, and the client cannot access the server.

【Question Screenshot】

 【Solution steps】

1. Turn off the server and client firewalls

2. Whether the ports 135, 136, 137, 138, 139, and 445 of the server are connected through the client telnet

Example telnet 192.168.1.43 135

For me, 136, 137, and 138 are not connected, but others can be connected. There should only be one connection

 3. Check whether the Server service and TCP/IP NetBIOS Helper service of the server and the client are started

If it is not running, it is not started. Change the property to automatic, and then start

(Change to automatic to avoid this from happening again)

run - enter services.msc

 

 

 4. On the client computer - map network drive

5. Enter the server share name

6. The connection is successful!

Guess you like

Origin blog.csdn.net/weixin_43536460/article/details/122058434