You are not logged in.
I am using KDE 3.5 and it has samba installed and running. I am in a house with two windows computers and can see the files on their shared folders with no problem. However, I would like to share a folder on my system so they can see it. Can anyone help me?
Offline
I would suggest read this first !
If you want no password for your shared folders, you can replace :
security = user
by
security = share
in /etc/samba/smb.conf.
To restrict the access to your LAN, you should have something like this in smb.conf :
hosts allow = 192.168.0.0 127.0.0.1
(replace 192.168.0.0 by your actual LAN IP)
They are also plenty of posts in this forum on this problem...
Last edited by Bapman (2008-05-08 02:49:16)
Offline