The /etc/sysctl.conf file is deprecated
https://www.archlinux.org/news/deprecation-of-etcsysctlconf/
| ... | ... |
@@ -80,7 +80,7 @@ To enable the forwarding, run as root on the host system: |
| 80 | 80 |
|
| 81 | 81 |
sysctl net.ipv4.ip_forward=1 |
| 82 | 82 |
|
| 83 |
-And, to make it persistent across reboots, enable it on the host's **/etc/sysctl.conf**: |
|
| 83 |
+And, to make it persistent across reboots, enable it on the host's **/etc/sysctl.d/net.conf**: |
|
| 84 | 84 |
|
| 85 | 85 |
:: |
| 86 | 86 |
|