first commit
This commit is contained in:
12
etc_org/sysctl.d/10-network-security.conf
Normal file
12
etc_org/sysctl.d/10-network-security.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
# Turn on Source Address Verification in all interfaces to
|
||||
# prevent some spoofing attacks.
|
||||
net.ipv4.conf.default.rp_filter=1
|
||||
net.ipv4.conf.all.rp_filter=1
|
||||
|
||||
# Turn on SYN-flood protections. Starting with 2.6.26, there is no loss
|
||||
# of TCP functionality/features under normal conditions. When flood
|
||||
# protections kick in under high unanswered-SYN load, the system
|
||||
# should remain more stable, with a trade off of some loss of TCP
|
||||
# functionality/features (e.g. TCP Window scaling).
|
||||
net.ipv4.tcp_syncookies=1
|
||||
Reference in New Issue
Block a user