Network Configuration

iptables

English

Overview

A traditional firewall feature that performs packet filtering.

Details

A traditional command that operates the Netfilter framework, filtering packets based on rules. Rules are organized into chains such as INPUT, OUTPUT, and FORWARD, and which chain applies depends on whether a packet is addressed to the local host, originates from it, or is merely passing through.

More Linux terms