LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Firewall Problem (https://www.linuxquestions.org/questions/linux-security-4/firewall-problem-539298/)

Peter_APIIT 03-21-2007 06:49 AM

Firewall Problem
 
I am truly a newbie to linux as well as computers.

My question is what firewall that comes together with fedora core 6 ?

A billion thanks to any help.

Thanks for your help.

Your help is greatly appreciated by me and others.

MensaWater 03-21-2007 08:14 AM

iptables is the "firewall" (also a GUI called firestarter is available to interact with it).

man iptables
Will give you all sorts of details about the iptables command.

iptables -L
Will show you your current rules.

service iptables stop
Will turn off iptables (useful for testing to see if iptables is what is blocking you from doing things).

service iptables start
Will turn iptables back on.

In addition to iptables you have SELinux which is an NSA sponsored security mechanism like a firewall on steroids. Many people simply disable SELinux as it is difficult to manage and causes a lot of problems if not properly configured.

Peter_APIIT 03-22-2007 01:12 AM

Thanks for your help. I feel better undestanding about linux and fedora core 6.


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