mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-13 01:06:34 -04:00
Set net.ipv4.conf.*.arp_ignore=2
This commit is contained in:
parent
95b535764c
commit
c37f4efadf
@ -108,8 +108,8 @@ Networking:
|
||||
- Optional - Enable ARP filtering to mitigate some ARP spoofing and ARP
|
||||
cache poisoning attacks.
|
||||
|
||||
- Optional - Respond to ARP requests only if the target IP address is
|
||||
on-link, preventing some IP spoofing attacks.
|
||||
- Respond to ARP requests only if the target IP address is on-link,
|
||||
preventing some IP spoofing attacks.
|
||||
|
||||
- Optional - Drop gratuitous ARP packets to prevent ARP cache poisoning
|
||||
via man-in-the-middle and denial-of-service attacks.
|
||||
|
@ -470,7 +470,7 @@ net.ipv6.conf.*.accept_redirects=0
|
||||
## https://github.com/mullvad/mullvadvpn-app/pull/7141
|
||||
## https://www.x41-dsec.de/static/reports/X41-Mullvad-Audit-Public-Report-2024-12-10.pdf
|
||||
##
|
||||
#net.ipv4.conf.*.arp_ignore=2
|
||||
net.ipv4.conf.*.arp_ignore=2
|
||||
|
||||
## Drop gratuitous ARP (Address Resolution Protocol) packets.
|
||||
## Stops ARP responses sent by a device without being explicitly requested.
|
||||
|
Loading…
x
Reference in New Issue
Block a user