firmware/src/packages/fff/fff-layer3/files/etc/sysctl.d/60-fff-layer3.conf
Adrian Schmutzler 7e552761f6 packages/fff: rename fff-gateway to fff-layer3
The term "gateway" is ambiguous, and we are using "layer 3" for this
flavor now. Reflect that in the package name as well.

This is cosmetic otherwise.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Christian Dresel <freifunk@dresel.systems>
2020-12-17 15:38:28 +01:00

9 lines
267 B
Plaintext

# Enable forwarding
net.ipv4.conf.all.forwarding=1
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1
net.ipv6.conf.default.forwarding=1
# Use inbound ifaddr for icmp errors to ensure correct PMTUD when using far-away NAT
net.ipv4.icmp_errors_use_inbound_ifaddr=1