Using Ubuntu Server 14.04.1 LTS
I've changed net.ipv4.ip_forward
to 1 in /etc/sysctl.conf
and when I run sudo sysctl -p
it works no problem but after a reboot ip_forward
is back to 0.
After a reboot I can run sudo sysctl -p
again and it works
How can I make it persist?