Enable IP Forwarding in Linux


1) Edit/Add the following line below in sysctl.conf

#vim /etc/sysctl.conf
net.ipv4.ip_forward = 1
#sysctl -p /etc/sysctl.conf

,