This commit is contained in:
raja-grewal 2025-11-23 16:41:02 +00:00 committed by GitHub
commit 1f1d2b5bee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -132,8 +132,8 @@ configuration file and significant hardening is applied to a myriad of component
- Disable TCP timestamps as they can allow detecting the system time. - Disable TCP timestamps as they can allow detecting the system time.
- Optional - Log packets with impossible source or destination addresses to - Log packets with impossible source or destination addresses to enable further
enable further inspection and analysis. inspection and analysis.
- Optional - Enable IPv6 Privacy Extensions. - Optional - Enable IPv6 Privacy Extensions.

View file

@ -576,7 +576,7 @@ net.ipv4.tcp_timestamps=0
## ##
## The logging of martian packets is currently disabled. ## The logging of martian packets is currently disabled.
## ##
#net.ipv4.conf.*.log_martians=1 net.ipv4.conf.*.log_martians=1
## Enable IPv6 Privacy Extensions to prefer temporary addresses over public addresses. ## Enable IPv6 Privacy Extensions to prefer temporary addresses over public addresses.
## The temporary/privacy address is used as the source for all outgoing traffic. ## The temporary/privacy address is used as the source for all outgoing traffic.