|
| |||||||||
| Tags: centos, centos firewall, centos firewall configuration, command line, ftp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| 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. |
|
#2
| ||||
| ||||
| 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.” |
|
#3
| ||||
| ||||
| 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 |
|
#4
| ||||
| ||||
| 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. |
|
#5
| |||
| |||
| Re: Centos firewall configuration
From command line to configure centos firewall run: Code: /usr/bin/system-config-securitylevel-tui |
|
#6
| ||||
| ||||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |