1. Home
  2. Computing & Technology
  3. Linux

Linux Network Administrators Guide

From Authors, for About.com


   Linux Network Administrators Guide
   Prev    Chapter 9. TCP/IP Firewall    Next

9.4. Setting Up Linux for Firewalling

To build a Linux IP firewall, it is necessary to have a kernel built with IP firewall support and the appropriate configuration utility. In all production kernels prior to the 2.2 series, you would use the ipfwadm utility. The 2.2.x kernels marked the release of the third generation of IP firewall for Linux called IP Chains . IP chains use a program similar to ipfwadm called ipchains . Linux kernels 2.3.15 and later support the fourth generation of Linux IP firewall called netfilter . The netfilter code is the result of a large redesign of the packet handling flow in Linux. The netfilter is a multifaceted creature, providing direct backward-compatible support for both ipfwadm and ipchains as well as a new alternative command called iptables . We'll talk about the differences between the three in the next few sections.


9.4.1. Kernel Configured with IP Firewall
9.4.2. The ipfwadm Utility
9.4.3. The ipchains Utility
9.4.4. The iptables Utility

* License

* Linux Network Administrators Guide Guide Index

Explore Linux

More from About.com

  1. Home
  2. Computing & Technology
  3. Linux
  4. Linux Documentation
  5. Linux Network Admin Guide
  6. Linux Network Administrators Guide - Setting Up Linux for Firewalling

©2008 About.com, a part of The New York Times Company.

All rights reserved.