Enable IP Forwarding in Linux

Most Linux distros do not have IP forwarding enabled by default, and Kali/Backtrack are no exceptions! To allow traffic to flow through our machine, IP forwarding needs to be enabled. Open a terminal and run the following command; echo 1 > /proc/sys/net/ipv4/ip_forward All Done!