OS2 World Community Forum
OS/2, eCS & ArcaOS - Technical => Networking => Topic started by: rdunkle on March 23, 2015, 02:09:28 pm
-
I am trying to connect to a Win 8.1 share and a Samba share.
I notice I am unable to connect to either one.
A quick check with Wireshark shows the User ID is not being sent
to the server.
--snip ---
Negotiate Protocol Request
Negotiate Protocol Response
Session Setup AndX Request, User: anonymous
Session Setup AndX Response
Tree Connect AndX Request, Path: \\SKY2\AA
Tree Connect AndX Response, Error: STATUS_ACCESS_DENIED
--snip ---
I found out from a Netlabs Trac report that there is a command line
interface. I think I am missing something and cannot get the cli to
work:
[c:\]evfscli mount smbfs h:\ ;WORKGROUP=HOME;SERVER=SKY2;SHARE=AA;USER=XXXXX;PAS
SWORD=XXXX;EASUPPORTED=0 W
EVC0052: [smbfs] resource was not mounted to h:\
The specified drive does not exist or is not a virtual drive.
Here are the version numbers:
Samba Client Versions:
File system EVFS Version 1.002
Plugin file C:\ECS\DLL\NDPSMB.DLL
Commandline utilities Version 3.3.16-eCS 1.1.2-760
EVFSGUIVersion 2.5.RC4-[2013-04-09]
-
http://www.eracc.com/content/ecs-samba-client-windows-7-professional
-
I am aware of those security settings in Win 8.
The problem is more basic -- Wireshark showing the userid sent --> anonymous
-
If you use the command line, you need to run
evfscli attach h:
first, before issuing the mount command.
-
I have found I am able to connect to Windows XP shares. The EVFSGUI works as normal.
I am not able to connect to Samba 4.1 or Windows 8.1 servers.