From d82f8524972086862f64750f325ba067ea993d86 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Mon, 3 Jul 2017 09:46:42 +0200 Subject: fastd working --- roles/configure_sysctl/files/ff.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/configure_sysctl/files') diff --git a/roles/configure_sysctl/files/ff.conf b/roles/configure_sysctl/files/ff.conf index a80a925..584bd67 100644 --- a/roles/configure_sysctl/files/ff.conf +++ b/roles/configure_sysctl/files/ff.conf @@ -1,4 +1,7 @@ net.ipv4.ip_forward=1 +# Sonst landen ICMP-Fehlerpakete auf eth0 - mit source-IP 10.222.x.y... +# https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt +net.ipv4.icmp_errors_use_inbound_ifaddr = 1 net.ipv6.conf.all.forwarding=1 -- cgit v1.2.3-54-g00ecf