2024-bsc-sebastian-lenzlinger/code/misc/enable-forwarding.sh
Sebastian Lenzlinger a78222a0e6 Devel
2024-05-02 02:08:09 +00:00

7 lines
101 B
Bash
Executable File

#!
# Run as root
#
sysctl -w net.ipv4.conf.all.forwarding=1
sysctl -w net.ipv6.conf.all.forwading=1