Set net.ipv4.conf.*.arp_filter=1

This commit is contained in:
raja-grewal 2024-12-19 10:31:43 +00:00 committed by GitHub
parent 95b535764c
commit af1d06973b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -460,7 +460,7 @@ net.ipv6.conf.*.accept_redirects=0
##
## https://cyber.gouv.fr/sites/default/files/document/linux_configuration-en-v2.pdf
##
#net.ipv4.conf.*.arp_filter=1
net.ipv4.conf.*.arp_filter=1
## Respond to ARP (Address Resolution Protocol) requests only if the target IP address is on-link.
## Reduces IP spoofing attacks by limiting the scope of allowable ARP responses.