Samba reference
Posted on March 11th, 2010 by Paul
When trying to set up a samba server, I found these links to be very useful.
References:
And… here’s my /etc/samba/smb.conf file.
[global] bind interfaces only = yes deadtime = 15 default case = lower disable netbios = no netbios name = server-one dns proxy = no encrypt passwords = true guest ok = yes guest only = yes hosts allow = 192.168.1.0/255.255.252.0 127.0.0.1 hosts deny = all invalid users = root load printers = no max connections = 10 preferred master = yes preserve case = yes printable = no security = share socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536 strict sync = no sync always = no server string = %h server (Samba) map to guest = nobody syslog = 0 log file = /var/log/samba/log.%m max log size = 1000 usershare allow guests = Yes panic action = /usr/share/samba/panic-action %d [tera] path = /tera read only = Yes create mask = 0664 directory mask = 0775 [incoming] path = /tera/Temp read only = No create mask = 0664 directory mask = 0775
