From patchwork Mon Apr 27 15:24:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3013 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 499pVc6Frfz3xQy for ; Mon, 27 Apr 2020 15:24:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 499pVc3mdkz1kd; Mon, 27 Apr 2020 15:24:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 499pVc30xPz2yVn; Mon, 27 Apr 2020 15:24:56 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 499pVb4JpSz2y3Z for ; Mon, 27 Apr 2020 15:24:55 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 499pVZ5cB2z1VR for ; Mon, 27 Apr 2020 15:24:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1588001095; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mdc3HKkzGyWAVxYlgKkH6tDIfRoaBPlZ3AxybYCVD00=; b=sp9PnqjXXGLLLTyAloHYv87QOq/fEfaLSqUbJR6/QaFhtQdtLK0A7FJg6fOzXT0Jjd3L27 uuW20tSlOH5ubVCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1588001095; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mdc3HKkzGyWAVxYlgKkH6tDIfRoaBPlZ3AxybYCVD00=; b=sWUbFWtM5uFu69iSxPp3F1hWg4xxaMeGGDh+XcLQCymj3UAesVuzlZZ9US8zNitrkoZIim RX3DEpnmE4kXNT43ou09jYxRv8nllmO1Wvhlpu/Ue3XTmPFLSf39jxTLDfmy3NZXgdBvs8 dw7MnH751iBuhg9ZfgTbCYQJ/BLpZu0K92cUkxQz2D41DrOTaaler3ek80fFiQuc6Ob04h aPJWK3zVbGOeu4M75lJ6eTFrh+ylxe7fLeiXmrn5V9r/0iceCe3C9jqclk+pcp27QweNFm oqcjkeI2Fqv6V9RooNu54TKJlzWkrkTG49rKC76Pv9h5cYpHpnyEI8ZxYg9BEQ== Subject: [PATCH 3/4] de.pl: mention technical detail regarding new not SYN packets To: "IPFire: Development-List" References: <5e1ca950-4738-3676-0de6-fb62d48c6ed6@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: Date: Mon, 27 Apr 2020 17:24:52 +0200 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Since an appropriate translation of the firewall hits graph is not possible due to limited space, mentioning "NewNotSYN" at least clarifies the relationship between "Verworfene neue Pakete ohne SYN-Markierung protokollieren" and "NewNotSYN". Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- langs/de/cgi-bin/de.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index c3702cc09..64df1abe5 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -900,7 +900,7 @@ 'drop action2' => 'Standardverhalten der (Input) Firewall', 'drop forward' => 'Verworfene, von der Firewall weitergeleitete Pakete protokollieren', 'drop input' => 'Verworfene eingehende Pakete protokollieren', -'drop newnotsyn' => 'Verworfene neue Pakete ohne SYN-Markierung protokollieren', +'drop newnotsyn' => 'Verworfene neue Pakete ohne SYN-Markierung protokollieren (NewNotSYN)', 'drop outgoing' => 'Verworfene, von der Firewall ausgehende Pakete protokollieren', 'drop portscan' => 'Verworfene Portscan Pakete protokollieren', 'drop proxy' => 'Alle Pakete verwerfen, die nicht direkt an den Proxy gerichtet sind',