LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Access my firewall configuration after installation (https://www.linuxquestions.org/questions/linux-enterprise-47/access-my-firewall-configuration-after-installation-243205/)

dramous 10-15-2004 07:16 PM

Access my firewall configuration after installation
 
i need to access my firewall configuration after installation to open another port for ssh services. i tried gnome-lokkit, and cannot access the firewall config, i guess i installled the wrong rpm...
please help

Capt_Caveman 10-17-2004 11:28 PM

What linux distribution/version are you using?

For most newer Redhat/Fedora versions you can use redhat-config-securitylevel if it is installed. Otherwise you'll manually need to modify iptables. To do that:

iptables -I INPUT -p tcp --dport 22 -j ACCEPT


All times are GMT -5. The time now is 11:42 AM.