mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 18:12:39 -04:00
Revert logging of martians
This commit is contained in:
parent
a9886a3119
commit
132b41ae73
1 changed files with 3 additions and 2 deletions
|
@ -81,8 +81,9 @@ kernel.io_uring_disabled=2
|
||||||
|
|
||||||
## A martian packet is a one with a source address which is blatantly wrong
|
## A martian packet is a one with a source address which is blatantly wrong
|
||||||
## Recommended to keep a log of these to identify these suspicious packets
|
## Recommended to keep a log of these to identify these suspicious packets
|
||||||
net.ipv4.conf.all.log_martians=1
|
## Good for troubleshooting and diagnostics but not necessary by default
|
||||||
net.ipv4.conf.default.log_martians=1
|
#net.ipv4.conf.all.log_martians=1
|
||||||
|
#net.ipv4.conf.default.log_martians=1
|
||||||
|
|
||||||
## Protects against time-wait assassination.
|
## Protects against time-wait assassination.
|
||||||
## It drops RST packets for sockets in the time-wait state.
|
## It drops RST packets for sockets in the time-wait state.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue