mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-23 01:13:40 +07:00
Set net.ipv4.conf.*.drop_gratuitous_arp=1
This commit is contained in:
parent
95b535764c
commit
2e6e1701a0
@ -111,8 +111,8 @@ Networking:
|
||||
- Optional - 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.
|
||||
- Drop gratuitous ARP packets to prevent ARP cache poisoning via
|
||||
man-in-the-middle and denial-of-service attacks.
|
||||
|
||||
- Ignore ICMP echo requests to prevent clock fingerprinting and Smurf attacks.
|
||||
|
||||
|
@ -482,7 +482,7 @@ net.ipv6.conf.*.accept_redirects=0
|
||||
## https://patchwork.ozlabs.org/project/netdev/patch/1428652454-1224-3-git-send-email-johannes@sipsolutions.net/
|
||||
## https://www.practicalnetworking.net/series/arp/gratuitous-arp/
|
||||
##
|
||||
#net.ipv4.conf.*.drop_gratuitous_arp=1
|
||||
net.ipv4.conf.*.drop_gratuitous_arp=1
|
||||
|
||||
## Ignore ICMP echo requests.
|
||||
## Prevents clock fingerprinting through ICMP timestamps and Smurf attacks.
|
||||
|
Loading…
Reference in New Issue
Block a user