mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-03 12:14:50 -04:00
Set net.ipv4.conf.*.shared_media=0
This commit is contained in:
parent
95b535764c
commit
750367a906
2 changed files with 3 additions and 3 deletions
|
@ -102,8 +102,8 @@ Networking:
|
||||||
- Disable ICMP redirect acceptance and redirect sending messages to prevent
|
- Disable ICMP redirect acceptance and redirect sending messages to prevent
|
||||||
man-in-the-middle attacks and minimize information disclosure.
|
man-in-the-middle attacks and minimize information disclosure.
|
||||||
|
|
||||||
- Optional - Deny sending and receiving shared media redirects to reduce
|
- Deny sending and receiving shared media redirects to reduce the risk of IP
|
||||||
the risk of IP spoofing attacks.
|
spoofing attacks.
|
||||||
|
|
||||||
- Optional - Enable ARP filtering to mitigate some ARP spoofing and ARP
|
- Optional - Enable ARP filtering to mitigate some ARP spoofing and ARP
|
||||||
cache poisoning attacks.
|
cache poisoning attacks.
|
||||||
|
|
|
@ -451,7 +451,7 @@ net.ipv6.conf.*.accept_redirects=0
|
||||||
## https://datatracker.ietf.org/doc/html/rfc1620
|
## https://datatracker.ietf.org/doc/html/rfc1620
|
||||||
## https://www.frozentux.net/ipsysctl-tutorial/chunkyhtml/theconfvariables.html
|
## https://www.frozentux.net/ipsysctl-tutorial/chunkyhtml/theconfvariables.html
|
||||||
##
|
##
|
||||||
#net.ipv4.conf.*.shared_media=0
|
net.ipv4.conf.*.shared_media=0
|
||||||
|
|
||||||
## Enable ARP (Address Resolution Protocol) filtering.
|
## Enable ARP (Address Resolution Protocol) filtering.
|
||||||
## Prevents the Linux kernel from handling the ARP table globally
|
## Prevents the Linux kernel from handling the ARP table globally
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue