How open port in RHEL linux firewall?
Below is the command to open the port 9444 firewall port in RHEL linux
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:
Post a Comment