Fedora 18
Sponsored Link

FireWall2013/01/16

[1] If some firewalls are running in your LAN and iptables in the server is unnecessarry, Stop it.
[root@localhost ~]#
systemctl stop firewalld.service

[ 708.149082] Ebtables v2.0 unregistered
[root@localhost ~]#
systemctl disable firewalld.service

rm '/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service'
rm '/etc/systemd/system/basic.target.wants/firewalld.service'
SELinux
[2] Disable SELinux (Security-Enhanced Linux) if you don't need it.
[root@localhost ~]#
vi /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#
enforcing - SELinux security policy is enforced.

#
permissive - SELinux prints warnings instead of enforcing.

#
disabled - SELinux is fully disabled.

SELINUX=
disabled
# change

# SELINUXTYPE= type of policy in use. Possible values are:
#
targeted - Only targeted network daemons are protected.

#
strict - Full SELinux protection.

SELINUXTYPE=targeted
Matched Content