Netfilter

From Hackepedia
Revision as of 11:06, 29 February 2008 by Pbug (talk | contribs) (→‎Applying filters to RHEL 3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Netfilter is the standard firewall software shipped with Linux.

Applying filters to RHEL 3

One can create the rules with the iptables command and then writes the configuration to a file with iptables-save(8). When this file happens to be /etc/sysconfig/iptables and the rc scripts have iptables enabled then this file will be used to enable the rules as you have created them.