How to permanently enable IPv4 forwarding in Alpine Linux
This simple command will permanently enable IPv4 forwarding on Alpine Linux. Run this as root
:
echo net.ipv4.ip_forward=1 | tee -a /etc/sysctl.conf && sysctl -p
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow