hello
i have a question about samba configuration
my win machines don't see the linux machines
win box can ping linux box but that is it
linux box can connect to shares on windows machines
here is the samba.conf
[global]
workgroup = mavericks
server string = Samba Server
printcap name = /etc/printcap
load printers = yes
printing = lprng
log file = /var/log/samba/%m.log
max log size = 0
security = user
security = domain
password server = *
encrypt passwords = yes
ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = 10.0.1.3/8
wins support = no
wins server = 10.10.1.2
dns proxy = no
sare modes = yes
lock directory = /var/lock/samba
[homes]
comment = Home Directories
browseable = no
writable = yes
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
[public]
comment = Public Stuff
path = /Stuff
public = yes
writable = yes
printable = no
and another thing i'd like to know
which spooler is best to use for printing to printer shared on windows machine
thanks for your help
Brane