How can I tell if its running?
Where is the default location?
Thanks..
On Wed, May 28, 2008 at 11:13 AM, Chris Heiner cheiner@networkdesignsinc.net wrote:
How can I tell if its running?
IPChains is pretty oldschool. The only version of centos which might still use ipchains would be 2.1.
What version of centos are you using?
You can probably get the information you want from 'service iptables status'.
Version 4.5, there all fairly new.
Thanks
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Wednesday, May 28, 2008 8:19 AM To: CentOS mailing list Subject: Re: [CentOS] IPChains
On Wed, May 28, 2008 at 11:13 AM, Chris Heiner cheiner@networkdesignsinc.net wrote:
How can I tell if its running?
IPChains is pretty oldschool. The only version of centos which might still use ipchains would be 2.1.
What version of centos are you using?
You can probably get the information you want from 'service iptables status'.
On May 28, 2008, at 11:26 AM, Chris Heiner wrote:
Version 4.5, there all fairly new.
In 4.5, ipchains is no longer used; iptables is used instead.
The changes you make (using the iptables command) are made in the kernel's memory. To save the changes to /etc/sysconfig/iptables, use the "service iptables save" command. When the system is booted (and the iptables service is enabled) it will read that file back into the kernel's memory.