Thanks for the tips this far as I try to mount this drive.

In response to your questions, I can use smbclient to list services

# smbclient -L //192.168.2.57/mgmrepo/ -U user
[list of services here]


but when I try to connect, with and without the trailing slash, I get errors:

# smbclient //192.168.2.57/mgmrepo -U user
tree connect failed: NT_STATUS_NETWORK_ACCESS_DENIED

# smbclient //192.168.2.57/mgmrepo/ -U user
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

I'm using the same user/password that I am in windows to map the drive.

If I use wrong user/password I get this error:

# smbclient //192.168.2.57/mgmrepo -U bogususer
Password: [password]
session setup failed: NT_STATUS_LOGON_FAILURE

# smbclient //192.168.2.57/mgmrepo -U user
Password: [boguspassword]
session setup failed: NT_STATUS_LOGON_FAILURE


ideas?

MRB



____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to