About
ip forwarding is a feature used mostly in a VPN configuration where a server forwards an incoming network traffic to the external world.
Configuration
Linux
On Linux, you need to set the kernel parameter net.ipv4.ip_forward to 1
net.ipv4.ip_forward = 1