I've only used /proc/sys/net/ipv4/ip_forward to enable/disable IP forwarding so far.
However, I recently came across a video where the author uses /etc/sysctl.conf to enable IP forwarding. Did he do that so that the modification survives reboots?
Asked
Active
Viewed 224 times
0
Shawn M.
- 1
- 3
1 Answers
0
It turns out it was true - Writing to sysctl.conf allows for permanent changes. Source - https://www.cyberciti.biz/faq/making-changes-to-proc-filesystem-permanently/
Shawn M.
- 1
- 3