Enabling IP Forwarding
- In the /etc/sysctl.conf file, add the parameter net.ipv4.ip_forward=1
-
Execute the command
sudo sysctl -p -
Verify the IP_Forwarding using the command
sysctl net.ipv4.ip_forward
