Não consigo fazer estações windows acessar o samba
	
	
		Oi pessoal blz
Estou usando o samba 2.2 com red hat 9, ja inclui o nome das estações, parece estar tudo correto mas as estaçõies windows não acesam, o compartilhamento do samba do win98 ao XP não consegue, esta estação linux não é um pdc como faço p/ as estações simplesmente acessar um diretório compartilhado no samba.
Até mais.
	 
	
	
	
		Não consigo fazer estações windows acessar o samba
	
	
		suas estacoes nao conseguem acessar o servidor samba? windows 98/xp?
eh isso?
qual tipo de security vc esta usando? user, share .. ?
se for "user" vc precisa cadastrar os usuarios no samba .. share nao necessita disso!
falow
	 
	
	
	
		Não consigo fazer estações windows acessar o samba
	
	
		tenho estações 98, Me, XP e 2000, não tenho muita experiência em samba então to mandando meu arquivo p/ vc verem:
                Código :
                
 
[global]
 
# workgroup = NT-Domain-Name or Workgroup-Name
	workgroup = nt-federal
 
# server string is the equivalent of the NT Description field
	server string = servidor samba
 
# the smb.conf man page
   hosts allow = 10.11.60.1. 10.11.60.254.
 
# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
	printcap name = /etc/printcap
	load printers = yes
	printing = cups
 
;  guest account = pcguest
 
	log file = /var/log/samba/%m.log
 
# Put a capping on the size of the log files (in Kb).
	max log size = 5000
	smb passwd file = /etc/samba/smbpasswd
 
# The following is needed to keep smbclient from spouting spurious errors
# when Samba is built with support for SSL.
;   ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt
 
;	unix password sync = Yes
;	passwd program = /usr/bin/passwd %u
;	passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
;	pam password change = yes
 
 
 
;[public]
 ;  comment = Public Stuff
  ; path = /servidor
   ;public = yes
   ;writable = yes
   ;printable = yes
   #write list = @staff
 
 
 
;[servidor]
;	path = /servidor
;	public = yes
;	browseable = yes
;	writeable  =  yes
;	read only = no
;	valid users = no 
;	;invalid users = %S
[public]
	comment = Public Stuff
	path = /root
	read only = No
	guest ok = Yes
	printable = Yes
  
	 
	
	
	
		Não consigo fazer estações windows acessar o samba
	
	
		Cara da uma olhada neste site.
http://www.conectiva.com.br/cpub/pt/...res.samba.html
La voce vai encontrar diversas informaçoes sobre o Samba.
voce pode pegar o exemplo e configurar seu smb.conf ou criar um via SWAT