Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- Optional - Log packets with impossible source or destination addresses to
enable further inspection and analysis.
- Log packets with impossible source or destination addresses to enable further
inspection and analysis.

- Optional - Enable IPv6 Privacy Extensions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ net.ipv4.tcp_timestamps=0
##
## 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.
## The temporary/privacy address is used as the source for all outgoing traffic.
Expand Down