13.4. IPTables-1.3.6

iptables is the userspace command line program used to configure the Linux firewall.

13.4.1. Installation of iptables

Compile the package:

make CC="${CC} ${BUILD} -Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
   LIBDIR=/lib BINDIR=/sbin

Install the package:

make DO_MULTI=1 PREFIX=/usr \
   LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}

13.4.2. Contents of iptables

Installed programs: To be Written