ring4:# cat /etc/samba/smb.conf [global] workgroup = core netbios name = ISOserver server string = ISOs for burning on DVD robot hosts deny = ALL EXCEPT 172.29.2.151 127.0.0.1 log file = /var/log/samba/smbd.log log level = 1 # use share instead of users, to allow anonymous access security = share large readwrite = Yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 bind interfaces only = yes interfaces = 172.29.1.243/255.255.0.0 127.0.0.1 local master = no dns proxy = no template shell = /bin/false [images0] comment = ISO images on /mnt/csb0 path = /mnt/csb0/images browseable = yes writeable = yes public = yes guest ok = yes guest only = yes hosts deny = ALL hosts allow = 172.29.2.151 127.0.0.1 [images1] comment = ISO images on /mnt/csb1 path = /mnt/csb1/images browseable = yes writeable = yes public = yes guest ok = yes guest only = yes hosts deny = ALL hosts allow = 172.29.2.151 127.0.0.1