Difference between revisions of "Net.ipv4.ip forward"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
== Related == | == Related == | ||
* <code>[[/proc/net/]]</code> | * <code>[[/proc/net/]]</code> | ||
+ | * [[lineinfile]] | ||
== See also == | == See also == |
Revision as of 11:50, 24 January 2024
sysctl -w net.ipv4.ip_forward=1
sudo sed -i '/#net.ipv4.ip_forward=1/s/^#//g' /etc/sysctl.conf
sysctl -a | grep -w net.ipv4.ip_forward cat /etc/sysctl.conf | grep -w net.ipv4.ip_forward
Related
See also
Advertising: