Here is my smb.conf
[root@paladin samba]# cat smb.conf
# Samba config file created using SWAT
# from duke.nunya.net (192.168.1.4)
# Date: 2002/12/21 23:11:11
# Global parameters
[global]
workgroup = NUNYA
netbios name = PALADIN
server string = paladin
encrypt passwords = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
unix password sync = Yes
log file = /var/log/samba/%m.log
max log size = 0
name resolve order = host wins lmhosts bcast
time server = Yes
deadtime = 15
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 83
preferred master = True
dns proxy = No
wins support = Yes
printing = lprng
[homes]
comment = Home Directories
valid users = %S
read only = No
create mask = 0664
directory mask = 0775
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = Yes
[public]
comment = Read-Only Files
path = /usr/local/public/ftp/pub/
guest ok = Yes
[grp]
comment = Group File Sharing
path = /usr/local/public/grp
read only = No
[app]
comment = Applications Volume
path = /usr/local/public/app
read only = No
[dev]
comment = Applications Volume
path = /usr/local/public/dev
read only = No
[root@paladin samba]#
This is an extremely FAST, EXTREMELY HUGE machine, only has ~2TB of Drive space in it... only about 3GB of RAM. I use an LDAP server to do global auth, I use SAMBA(CIFS) sharing, FTP sharing, NFS sharing, WebDAV sharing, among other things. All of my printers are Networked printers, hooked up via either using SMB printing or LPRng.
Hopefully you can see where your problems exists. As this one is working flawlessly. Also, have all of your Windows machines add your SAMBA server as a WINS server(under advanced properties of TCP/IP in W2K and XPP. Under WINS in 95/98/ME)... You should be able to see thing poroperly.
BTW, I am using a combo of Win98/WinME/WinNT4/Win2K/WinXPP on all of my workstations. We have yet to see a need to force Windows Xtra Pain on EVERYONE yet.