Browse code

Update archlinux.rst

The /etc/sysctl.conf file is deprecated
https://www.archlinux.org/news/deprecation-of-etcsysctlconf/

Thermionix authored on 2013/09/30 21:44:09
Showing 1 changed files
... ...
@@ -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