mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-17 17:56:47 +00:00
added comments for rp_filter (BCP38)
This commit is contained in:
parent
7ec9bd7ef5
commit
fbe72f187d
@ -2,7 +2,7 @@
|
|||||||
# Author: K4YT3X
|
# Author: K4YT3X
|
||||||
# Contributors: IceCodeNew
|
# Contributors: IceCodeNew
|
||||||
# Date Created: October 5, 2020
|
# Date Created: October 5, 2020
|
||||||
# Last Updated: October 19, 2020
|
# Last Updated: October 21, 2020
|
||||||
|
|
||||||
# Licensed under the GNU General Public License Version 3 (GNU GPL v3),
|
# Licensed under the GNU General Public License Version 3 (GNU GPL v3),
|
||||||
# available at: https://www.gnu.org/licenses/gpl-3.0.txt
|
# available at: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
@ -143,8 +143,8 @@ net.ipv4.conf.all.send_redirects = 0
|
|||||||
net.ipv4.conf.default.accept_source_route = 0
|
net.ipv4.conf.default.accept_source_route = 0
|
||||||
net.ipv4.conf.all.accept_source_route = 0
|
net.ipv4.conf.all.accept_source_route = 0
|
||||||
|
|
||||||
# enable reverse path source validation
|
# enable reverse path source validation (BCP38)
|
||||||
# refer to RFC1812
|
# refer to RFC1812, RFC2827, and BCP38 (http://www.bcp38.info)
|
||||||
net.ipv4.conf.default.rp_filter = 1
|
net.ipv4.conf.default.rp_filter = 1
|
||||||
net.ipv4.conf.all.rp_filter = 1
|
net.ipv4.conf.all.rp_filter = 1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user