7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
# Enable forwarding
|
|
net.ipv4.ip_forward = 1
|
|
|
|
# Disable strict rp_filter that breaks asymmetric forwarding on multi-NIC routers
|
|
net.ipv4.conf.all.rp_filter = 0
|
|
net.ipv4.conf.default.rp_filter = 0
|