Проблема такая: WinXP норм видит расшаренные папки (папку public) на самбе, но в эту папку заходить отказывается, появлется табличка для ввода юзера/пароля, но юзер уже введен: гость, а пароль неподходит никакой. Как зайти в этот ресурс?
smb.conf:
Код: Выделить всё
[global]
workgroup = MSHOME
server string = zodiac's home server
bind interfaces only = yes
interfaces = eth0 192.0.0.1 192.168.0.2 192.0.0.3 127.0.0.1
hosts deny = ALL
hosts allow = eth0 192.0.0.1 192.168.0.2 192.0.0.3 127.0.0.1
printcap name = /etc/printcap
printing = cups
cups options = raw
log file = /var/log/samba/log.smbd
max log size = 50
security = share
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
local master = yes
preferred master = yes
domain master = no
wins support = no
dns proxy = no
guest ok = yes
guest account = nobody
unix charset = utf8
dos charset = cp1251
display charset = cp1251
[Public]
comment = Public Folder
path = /pub/Samba/Public
writeable = yes
guest ok = yes
create mask = 0666
directory mask = 0777
read only = no