View Single Post
Old 02-01-2003, 19:17   #2
VICIUS
Senior Member
 
L'Avatar di VICIUS
 
Iscritto dal: Oct 2001
Messaggi: 11471
io utilizzo samba per condividere dei file con delle machine su cui gira winxp e il tutto funziona perfettamente.
il mio file di configurazione è questo se ti puo servire come aiuto

[global]
#
# identificazione del server
#
workgroup = lan
netbios name = vic
server string = Vicius

#
# opzioni rete
#
hosts allow = 192.168.1. 192.168.0. localhost
interfaces = 192.168.1.1/24 192.168.0.66
bind interfaces only = yes

#
# opzioni per la stampa
#
printing = bsd
printcap name = /etc/printcap
load printers = yes

#
# opzioni per il log
#
log file = /var/log/samba/%m.log
max log size = 10
log level = 3

#
# opzioni per l'accesso alle condivisioni
#
encrypt password = yes
null password = yes
guest account = nobody
security = share

[Share]
comment = Share
browseable = yes
guest ok = yes
path = /home/vicius/share
writable = no
readable = yes

[upload]
comment = Upload
browseable = yes
guest ok = yes
path = /home/vicius/share/uploads
writable = yes
readable = yes
VICIUS è offline   Rispondi citando il messaggio o parte di esso