Saturday, 23 November 2019

Open a port in RHEL Linux

How open port in RHEL linux firewall?
Below is the command to open the port 9444 firewall port in RHEL linux


For RHEl5 :
iptables -I INPUT -p tcp -m tcp --dport 9444 -j ACCEPT
service iptables save

No comments: