jueves, 4 de octubre de 2012

Abrir puerto CentOS 6.3

Para poder acceder a mi servidor MySQL sobre CentOS, tuve que habilitar el puerto 3306 añadiendo al fichero /etc/sysconfig/iptables la siguiente línea

-A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT

No hay comentarios: