Link to home
Start Free TrialLog in
Avatar of CEORACE
CEORACEFlag for United States of America

asked on

Drive Mapping over VPN - System Error 53 and RPC error 1726

I am stumped.  I have a Windows Server 2012 R2 machine communicating with a Windows 7 workstation over a VPN.  There is one mapped drive referred to as "G" drive.

the PC can see the G drive if I change it's IP address, Net View command works perfectly, however within 1 to 3 days, the drive mapping still shows, but the drive cannot be accessed.  Net View then returns an error 1726.  Change the IP again and it works again.

I have tried changing the NIC, and have wiped and reloaded the system, same issue.  Putting another PC in that spot seemed to resolve the issue, but I would like to repair this one if possible.
Avatar of John
John
Flag of Canada image

When this happens to me (not frequently), Persistence is often at the root of the issue.  Try this:

Set up a script for the mapping:

NET USE G: /Delete
NET USE G: \\server\folder

Try this and see if the drive works properly now.
Avatar of CEORACE

ASKER

Sorry John, I wish it was so easy.  Once it decides not to work, no amount of mapping, whether GUI, scripted, FQDN, or IP address makes it work.  

Yet, the moment you change the IP, it is up and running again for 24 to 72 hours approx.
SOLUTION
Avatar of John
John
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LeeTutor
I've requested that this question be deleted for the following reason:

Not enough information to confirm an answer.
I suggested a solution in http:#a40820881  and CEORACE accepted my solution in http:#a40821036 . Accordingly my solution should be accepted.