cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
444
Views
5
Helpful
2
Replies

ACNS 5.1 CE CIFS Server

crwhite
Level 1
Level 1

Does anyone know how to map a drive to a content engine running ACNS 5.1 with the cifs server enable and sharing all web sites. I am having trouble getting past the login window.

The setup is

CE 192.168.0.71

CDM 192.168.0.70

CR 192.168.0.72

Windows XP workstation 192.168.0.100

All on same subnet and from the CDM GUI I enabled the cifs server and shared all websites for the content engine. I am using CEUser for authentication and setup a username and cifs password on the content engine. When I try to map a drive I get an error message saying "This workstation is not authorized to connect from here"

Craig

2 Replies 2

owillins
Level 6
Level 6

One possible reason I could think of was that default authentication method for cifs server is ce-user. But you seem to be using the right username/password combination. Please share your findings.

mark.duffy
Level 1
Level 1

First off, test setup I used.

CDM 192.168.10.150

CE 192.168.10.151

Origin Webserver of Channel: 192.168.10.200

Client is Windows 2000 (Its probably similar for WinXP)

The solution is a non Cisco fix so to speak, from past experience its worth searching google for Samba related queries as thats the CIFS functionality.

The reason it won't map is samba requires unencrypted passwords in the CE implementation. I found out before that XP behaves differently because it knows a CE is running Samba.

Set global login for CE to be CE-USER under CIFS, share the website in my case just 192.168.10.200 as the path.

On the CE create the User, password and Cifs password. (ie username cher password cher, username cher cifs-password etc)

Then on your client Control Panel->Admin Tools->Local Security Policy->Local Policies->security options, look for "Send unecrypted passwords to third party SMB servers", change the policy setting to enabled, reboot the client and try mapping a drive using:

net use * \\192.168.10.151\192.168.10.200 /user:cher

.151 is the CE, .200 is the channel share name you configured earlier and cher is a skinny bird who looks good for her age!

For info, if you use the public option you can browse without doing any of the above just map a drive to

the CE and it should all work.

All tested using ACNS 5.1.5.2-k9 on 565A's and 510A's

Sorry its a long answer but I like them that way.

Mark