marcos.ths
(usa Ubuntu)
Enviado em 01/05/2011 - 10:22h
Fiz o procedimento que voce me disse mas nada funcionou ainda continua sem funcionar nas outras maquinas.
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
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=strict
iptables
target prot opt source destination
[root@localhost /]# iptables -F
[root@localhost /]# iptables -nL
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination