|
Re: Samba Share
You may be being blocked by several things - your firewall, and possibly
SELinux permissions.
Ensure that you have smb and nmb running and enabled, then
verify that samba is listed as a trusted service.. Check the firewall
to be sure that smb/nmb are permitted..
Then check SELinux. I'm not certain which ones would be needed for
your specific application though. The list of booleans that control
SAMBA are:
use_samba_home_dirs
samba_enable_home_dirs
samba_export_all_ro -------- this one maybe?
samba_export_all_rw
samba_create_home_dirs
allow_smbd_anon_write
samba_share_fusefs
samba_share_nfs
samba_run_unconfined
For mine, the only thing enabled is the samba_enable_home_dirs, which
allows an XP laptop read/write access to home directories.
|