This chapter discusses iptables, the program used to configure Linux firewalls using Netfilter. Iptables provides more features than older programs like ipchains and allows packets to be filtered through built-in chains. The document explains how packets flow differently with Netfilter compared to older implementations, traversing a single chain rather than multiple chains. It also provides the basic syntax for iptables commands.