ho provato a configurare samba seguendo gli appunti di informatica libera.
il config che ho fatto per provare č questo:
Codice:
workgroup = SIS
server string = NA01
hosts allow = 5.255.0.105 localhost
log file = /var/log/samba.%m
encrypt password = yes
null password = no
security = user
ssl CA certDir = /etc/ssl/certs
socket options = TCP_NODELAY
dns proxy = no
[Condivisione]
comment = Home
browseable = yes
public = no
path = /home/ultio/Download/Condivisione
writable = no
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
poi ho dato l'accesso a 5.255.0.105 (l'altro pc) sulla porta 6000 (č quella di samba, giusto?), ho laciato /etc/rc.samba start.
ho acceso il portatile e provato a collegarmi da risorse di rete (win98), ma non vede nulla
dove sbaglio?
cia!