[global] restrict anonymous = 2 # if you use Win9x, set "restrict anonymous" to 1 instead log file = /var/log/samba.log workgroup = home # workgroup name needs to be the same as workgroup name on # Windows computers. security = user encrypt passwords = yes # "security" should be set to share or user, unless you have a domain network # (if you don't know what a domain network is, you don't have one). and we want # password encryption interfaces = lo eth0 hosts allow = 127.0.0.1 192.168.1.116 192.168.1.115 192.168.1.110 192.168.1.125 # second number in "hosts allow" should be set to your network IP address. # we also have loopback in there in case we need it for testing purposes hosts deny = 0.0.0.0/0 # "no one can access me unless they are in 'hosts allow.'" [share] comment = Gentoo File Server Share path = /home/bry2k200/Media browsable = yes guest ok = yes read only = no create mask = 0755