
Originally Posted by
cloferba
no..im not using a firewall (or that is i believe)
i´ve only installed cpanel on my server...nothing else..
so..how can i open a port?
im on centOS
If no firewall is in use, such as via firewall rules in an iptables configuration, then there is no action required to allow access on a specific port.
The following command may be used to check the iptables status:
Code:
# /etc/init.d/iptables status
Using the same initialization script for iptables (as seen above) it is possible to "stop" and "start" an iptables-based firewall.
If a firewall is active and assistance is needed to customize the rule set I recommend checking with the data center staff, on-site systems administrators, or server management team where applicable.