Connection tracking (required for masq/NAT)

modulename: ip_conntrack.ko

configname: CONFIG_IP_NF_CONNTRACK

Linux Kernel Configuration
└─>Networking
└─>Networking options
└─>Network packet filtering (replaces ipchains)
└─>IP: Netfilter Configuration
└─>Connection tracking (required for masq/NAT)
In linux kernel since version 2.6.12  
Connection tracking keeps a record of what packets have passed
through your machine, in order to figure out how they are related
into connections.

This is required to do Masquerading or other kinds of Network
Address Translation (except for Fast NAT). It can also be used to
enhance packet filtering (see `Connection state match support'
below).

To compile it as a module, choose M here. If unsure, say N.

source code: