I am having trouble using linux smbclient to access password protected shares on the DNS-343...
I configured the Volume_1 share to be anonymous access, but read-only, and the connection works fine:
kevin@crom:~$ smbclient //192.168.1.105/Volume_1 -d 2 -D Music
added interface eth0 ip=fe80::204:23ff:fe46:a167%eth0 bcast=fe80::ffff:ffff:ffff:ffff%eth0 netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=192.168.1.100 bcast=192.168.1.255 netmask=255.255.255.0
Enter kevin's password:
Domain=[LORE] OS=[Unix] Server=[Samba 3.0.28]
Server not using user level security and no password supplied.
smb: \Music\> exit
But when accessing the read-write Volume_1-1 share, I get a strange message: "connect failed: SUCCESS - 0" and no smb prompt:
kevin@crom:~$ smbclient //192.168.1.105/Volume_1-1 -d 2 -D Music
added interface eth0 ip=fe80::204:23ff:fe46:a167%eth0 bcast=fe80::ffff:ffff:ffff:ffff%eth0 netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=192.168.1.100 bcast=192.168.1.255 netmask=255.255.255.0
Enter kevin's password:
Domain=[LORE] OS=[Unix] Server=[Samba 3.0.28]
Server not using user level security and no password supplied.
Server requested LANMAN password (share-level security) but 'client lanman auth' is disabled
tree connect failed: SUCCESS - 0
Any advice you can give me would be great!
Note: Access to each volume is fine using Windows.