Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



Centos firewall configuration

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 19-12-2009
Damien25's Avatar
Member
 
Join Date: Jul 2006
Posts: 128
Centos firewall configuration

I am looking for explanation on centos firewall configuration. Does any know how to disable the centos firewall? What is procedure to configure CentOS Firewall From Command Line? I have already search for the program and i found some program where you can set WWW and FTP allowed but need to know information about configuration.
Reply With Quote
  #2  
Old 19-12-2009
Calvin K's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,479
Re: Centos firewall configuration

A Linux firewall is software based firewall that provides protection between your server (workstation) and damaging content on the Internet or network. “The chkconfig command is used to update and queries runlevel information for system service. It is a system tool for maintaining the /etc/rc*.d hierarchy. Use this tool to disable firewall service at boot time.”
Reply With Quote
  #3  
Old 19-12-2009
Lillebror's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,259
Re: Centos firewall configuration

Thsi are command used while configuring centos firewall :

Code:
/sbin/service iptables save
/sbin/service ip6tables save
/sbin/service iptables off
/sbin/service ip6tables off
/sbin/service iptables stop
/sbin/service ip6tables stop
Reply With Quote
  #4  
Old 19-12-2009
MrChris-'s Avatar
Member
 
Join Date: Apr 2008
Posts: 3,237
Re: Centos firewall configuration

Netfilter is a host-based firewall for Linux operating systems. It is included as part of the Linux distribution and it is activated by default. # vi /etc/sysconfig/iptables is the command to enter in to ip table. Netfilter firewall is controlled by the program called iptables. netfilter is a set of hooks in kernel that allows kernel modules to register callback functions with the network stack.Netfilter filtering take place at the kernel level, before a program can even process the data from the network packet.
Reply With Quote
  #5  
Old 19-12-2009
Dr. V
 
Posts: n/a
Re: Centos firewall configuration

From command line to configure centos firewall run:
Code:
/usr/bin/system-config-securitylevel-tui
Configure the settings to your needs.
Reply With Quote
  #6  
Old 19-12-2009
Devasis's Avatar
Member
 
Join Date: Jan 2008
Posts: 3,367
Re: Centos firewall configuration

Red Hat Enterprise Linux 5 and its derivative CentOS 5 includes a graphical tool called Security Level Configuration for configuring the firewall options. During the Firewall Configuration screen of the Red Hat Enterprise Linux installation, you were given the option to enable a basic firewall as well as to allow specific devices, incoming services, and ports.
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Centos firewall configuration"
Thread Thread Starter Forum Replies Last Post
Users configuration on CentOS Fulton1990 Operating Systems 5 07-05-2011 08:05 AM
CentOS 5.5 to CentOS 5.6 Updates: Error while updating kernel-PAE fanish-war Operating Systems 5 06-05-2011 11:30 AM
Require a safe configuration for the Firewall / Network settings Vedic Networking & Security 3 16-02-2011 07:33 AM
Want to perform AIS Firewall Configuration gywin Networking & Security 3 23-12-2010 02:34 AM
How to restore default configuration of Cisco PIX 501 firewall GeforceUser Networking & Security 3 15-05-2009 01:18 PM


All times are GMT +5.5. The time now is 01:11 AM.