Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi everyone,
Upon trying to acces the dlink NAS, I am getting a prompt in orde to put username and password; only problem is that the username is grayed out and it is the DLINK-NAS\Guest prompt (which obviously doesn't work because there is no corresponding password).
See also attached screenshot.
This happens only from Windows XP boxes, as I have observed..
ANyone else that had the same problem?
Firmware ver is 1.06.
Offline
post your /etc/samba/smb.conf
did you touch any of the settings?
Offline
Start - run - Open: \\<ipofdlink> [enter]
Now select the volume you want --> right click --map network drive--> select "sign on as a different user"...
Does that help?
Offline
this is a windows issue. it tries to log you in using your existing credentials and when it cannot it uses WORKGROUP\guest as the username, grayed out like he said.
i'm sure there's some lame reg hack to get windows to stop behaving that way, however i've just attached the shares via cmd.exe. I liken it to mounting my shares as a drive letter. ;-)
cmd.exe /K net use z: \\192.168.1.2\Volume_1-1 /user:duhblow7
Offline
This problem is caused by the "security = share" setting in the file "/etc/samba/smb.conf" on the NAS. This seems to be the default on the DNS-323. I prefer "security = user".
If you are interested in the security option of samba read the man page either with "man smb.conf" on the NAS or in the Internet. You will find an explaination there.
If you want to change settings in the smb.conf file, don't try to edit the file in /etc/samba because this is just a RAM drive. After a reboot all changes will be lost.
Read the forum for ways how to backup and restore smb.conf via script. I don't have a link at the moment.
Offline