I have to set SELinux setenforce Permissive in order to give access to my samba share. I wonder if there is proper way to configure SELinux policy for fedora 17 as good admins do.
I have to set SELinux setenforce Permissive in order to give access to my samba share. I have also enabled null password in smb.conf for user admission as it was a simple way. I wonder if there is proper way to configure SELinux policy for fedora 17 as good admins do.
dear mr and mrs.. i need your help please.
I did Configuration samba at FC 17, i need make folder and subfolder share can access some samba users, but have error "//ip samba server/folder_share is not accessible. You might not not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions....
Disabling SELinux is not a solution. Putting it in permissive mode (setenforce 0)and getting the information on how to fix the problem, before returning to Enforcing (setenforce 1... [by pschaff]
am using fedora 17 with ubuntu and windows machines for educational purposes
i installed samba, disable SElinux, configure firewall to work with samba and i can access fedora samba shares but my fedora can't access other computer's samba shares with the graphic file manager only on terminal using this commands:
smbclient //192.168.1.4/Downloads
Enter itami's password:
smb: \>
its gr
Assalam o Alaikum!
After configuring and starting service of samba, when I access shared folder from windows XP it gives this error " Network Route was not found".
My server IP 192.168.1.252, client is on same network.
selinux is disabled
smb,conf:
Code:
workgroup = WORKGROUP
server string = Samba Server Version %v
; netbios name = MYSERVER
interfaces = eth0 192.168.1.252/24
hos
Now solved, answer was to turn off SELinux. I know that is not good but no choice, don't seem to be able to change the SELinux context of the Samba share as it is an ntfs-3g filesystem mounte... [by NickC]
Hi all, i came across the following method of how to permanently disabling selinux and it's notifications. Although changing enforcement from the gui into permissive mode does most of the job, the notifications still pop-up when some applications are started.
So to disable it do the following:
open terminal as root and execute:
So making a Fedora18 web server. working well so far. Basically its website i can listen to music through the interface on the page. The music is stored on my share which i export via samba. This is due to the majority of my systems (at one point) being windows boxes.
So i know its SELinux that is giving me the issue.