On Tuesday 12 June 2007 3:16 pm, Reg wrote: > Below is my smb.conf file: If anyone can tell me where my error is I > would be very thankful. > Regards Reg >
> hosts allow = 192.168.1.247/255.255.255.0 I do not know if what you have is wrong but on my box I have.... hosts allow = 192.168.0. 192.168.1. 192.168.10. 192.168.2. 192.168.79. 127. 10.0.0. 10.1.1. > > [/home/reg] > guest ok = Yes > available = No This should be something like...... [share] path = /path/to/share guest ok = yes read only = no
