You are not logged in.
Hello, I've tried like six times to configure hamachi properly, I read through the documentation, but I can't get it the way i want. I want it like this: I wanna share one folder, teh share is not going to require any username or password, only rights to read the files, not rights to write, how do I do that?
Use the Source, Luke!
Offline
Read samba docs!
[global]
workgroup = yoursambanetworkname
server string = %h server (Samba) // optional
log file = /var/log/samba/log.%m // optional
max log size = 1000 // optional
security = share
hosts allow = 192.168.1.6, 10.0.2.15 // optional
[share]
comment = share
writable = no
locking = no
path = /mnt/share
public = yes
Offline
Read samba docs!
I read through the documentation
Well.... obiously not understand some of the doc... but thanks.
Use the Source, Luke!
Offline