From b814f338b803ae33380551919b00144bb63a53b8 Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Thu, 16 May 2019 16:33:03 +0000 Subject: [PATCH] Update tcp_hardening.conf --- etc/sysctl.d/tcp_hardening.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/sysctl.d/tcp_hardening.conf b/etc/sysctl.d/tcp_hardening.conf index dcc8afb..0cea4be 100644 --- a/etc/sysctl.d/tcp_hardening.conf +++ b/etc/sysctl.d/tcp_hardening.conf @@ -3,10 +3,6 @@ # Protects against time-wait assassination. It drops RST packets for sockets in the time-wait state. net.ipv4.tcp_rfc1337=1 -# Enables source validation of packets and protects against IP spoofing methods. -net.ipv4.conf.default.rp_filter=1 -net.ipv4.conf.all.rp_filter=1 - # Disables ICMP redirect acceptance. net.ipv4.conf.all.accept_redirects=0 net.ipv4.conf.default.accept_redirects=0