mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Enable reverse path filtering
This commit is contained in:
parent
0c25a96b59
commit
30289c68c2
@ -33,4 +33,9 @@ net.ipv4.tcp_syncookies=1
|
||||
net.ipv4.conf.all.accept_source_route=0
|
||||
net.ipv4.conf.default.accept_source_route=0
|
||||
|
||||
## Enable reverse path filtering to prevent IP spoofing and
|
||||
## mitigate vulnerabilities such as CVE-2019-14899.
|
||||
net.ipv4.conf.default.rp_filter=1
|
||||
net.ipv4.conf.all.rp_filter=1
|
||||
|
||||
#### meta end
|
||||
|
Loading…
Reference in New Issue
Block a user