REDIRECT target support

modulename: ipt_REDIRECT.ko

configname: CONFIG_IP_NF_TARGET_REDIRECT

Linux Kernel Configuration
└─>Networking
└─>Networking options
└─>Network packet filtering (replaces ipchains)
└─>IP: Netfilter Configuration
└─>REDIRECT target support
In linux kernel since version 2.6.12  
REDIRECT is a special case of NAT: all incoming connections are
mapped onto the incoming interface's address, causing the packets to
come to the local machine instead of passing through. This is
useful for transparent proxies.

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

source code: