2024-bsc-sebastian-lenzlinger/code/enable-forwarding.sh
Sebastian Lenzlinger fa48b15fc7 SYNC commit.
2024-03-26 04:02:05 +01: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