hi,

i installed sammba on my asus and it seems to run, because i can access it easy with linux.
But windows asks for a username and password?

thats my smb.conf:

[Global]
workgroup = Arbeitsgruppe
netbios name = WL700gE
server string = WL700gE Samba
name resolve order = lmhosts hosts bcast

log file = /opt/var/log/samba/log.%m
max log size = 1000
syslog = 0


log level = 1
security = user
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
encrypt passwords = yes

#will allow everyone on local lan (192.168.1.1-192.168.1.255) deny everyone else
hosts allow = 127.0.0.1 192.168.1.
hosts deny = 0.0.0.0/0
guest account = nobody
passwd program = /usr/bin/passwd %u

# this disables printer service
printcap name = /dev/null
load printers = no
printing = bsd


[MP3]
comment = mp3
path = /mnt/mp3
guest ok = yes
browseable = yes
public = yes
writeable = yes
create mask = 0777
directory mask = 0777


thx for advice

maxtremist