I'm using Slackware 10.2 and just downloaded/installed Samba. I've got it set so my Linux box (LINUXBOX), is in the same Workgroup (MSHOME) as my Windows box (THUMPER). I can mount THUMPER's shares onto LINUXBOX as a guest. But I can't access any LINUXBOX shares from THUMPER. When I try to browse LINUXBOX, I get a login screen and nothing works!
All I want is a simple public share on LINUXBOX that one doesn't need to log in to. But even if I could get logging in to work, I be happy. I've read some stuff saying your Windows usernames need to be the same as your Linux usernames.. is that really true or is there another way. That seems incredibly inconvenient; moreso than the idea of Samba in general.
My smb.conf file as listed by testparm:
Code:
[global]
workgroup = MSHOME
server string = Bedroom
log file = /var/log/samba/samba.%m
max log size = 50
dns proxy = No
[homes]
comment = Home
read only = no
create mask = 0750
browsable = No
[public]
path = /usr/public
read only = No
guest only = Yes
guest ok = Yes
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browsable = No
/usr/public is chmoded to 777. But it still appears to be a problem with permissions/users.
Any suggestions on getting this thing working correctly?