View Single Post
Old 17th December 2018, 16:11   #16478  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
Quote:
Originally Posted by ReinerSchweinlin View Post
As far as I remember, the machines here with this issue were:

- older Core2DUO over a VPN (Router - Router) with Win 7 Ultimate 64 Bit (fairly fresh install, only some tax software is present, too....)..
- Intel NUC with Win 10 S 64 Bit on the same net as the master machine, completely fresh install, only one plex-server present, too.
- i5 Notebook with Windows 10PRO 64 Bit in the same net as master machine

All of them used to work fine in the past, nothing has changed on the machines (maybe some automatik updates from windows which I don`t monitor or keep track of..)
Good news. I found the problem. During authentication instead of client's local computer name I was using ip address.

for example
Code:
net use \\192.168.1.100\RipBot264temp /user:UserName UserPassword
instead of
Code:
net use \\Client-PC\RipBot264temp /user:UserName UserPassword
I remember that someone in the past asked if I could use IP address instead of local computer name. In practice it turned out that it was a terrible idea because accessing shared folder via IP is ULTRA slow. I immediately reverted back my code to old method but I totally forgot about authentication command for server!
Atak_Snajpera is offline   Reply With Quote