Merge pull request #288 from raja-grewal/shared_media

Deny sending and receiving shared media redirects
This commit is contained in:
Patrick Schleizer 2025-01-10 10:28:05 -05:00 committed by GitHub
commit 27d19ba568
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -102,8 +102,8 @@ Networking:
- Disable ICMP redirect acceptance and redirect sending messages to prevent
man-in-the-middle attacks and minimize information disclosure.
- Optional - Deny sending and receiving shared media redirects to reduce
the risk of IP spoofing attacks.
- Deny sending and receiving shared media redirects to reduce the risk of IP
spoofing attacks.
- Optional - Enable ARP filtering to mitigate some ARP spoofing and ARP
cache poisoning attacks.