From patchwork Tue Dec 26 19:46:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7415 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4T04z20f6Dz3wlw for ; Tue, 26 Dec 2023 19:46:38 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4T04yz5fDKzZ6; Tue, 26 Dec 2023 19:46:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4T04yz1y9Rz32fh; Tue, 26 Dec 2023 19:46:35 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4T04yx0CtSz3093 for ; Tue, 26 Dec 2023 19:46:33 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4T04yw1clhz7y; Tue, 26 Dec 2023 19:46:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1703619992; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pwwX7OMWvyjfkJ0QEz69ZrDb23GtsxQYiFIFe0JisjA=; b=/XVqJTeKGcNPVzMFn7EjXJ8sAXTUDpX91H+t5qMfWuMeyEDmlNt5f1IV1uP1U4GLUbhmkC jlEutS+QkFlLHdCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1703619992; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pwwX7OMWvyjfkJ0QEz69ZrDb23GtsxQYiFIFe0JisjA=; b=LJGCVtlHdJv+Lrp1/fYZfs/D8BseJ2FKKSlPlPueHziqpu5IbbfyPWC0XK9yN5Nx588Wpr dNL5aCCJCmBDI0kiYrqTlD/+ap0IqtR3EpU2HPYnUu+08LDyyoHDzK+Znc0knNBBu12H2F nEKzUUhhlg1VrsXHtRu/Cvmqt6sfieZYP2pmzAdi0Pqfb+5zYA4LZiPyr0YoZX5vR64y9O 7qALy914ufJ56l4V/rjosfO2DT9jHMjuf5w3/kbHguvHL/pCY97VulWJQwHzr+o/qRNvwF y9x4IRTT1XgKRX4Vi6cvDqnzraR5DnW20b4u/PzGuZqL5ylaYXzxQMAUjNVimA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] optionsfw.cgi: Fix bug12981 - Add option to log or not log dropped hostile traffic Date: Tue, 26 Dec 2023 20:46:22 +0100 Message-ID: <20231226194624.3273192-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: CBYSUC7LU3TCFO5S4MAOUFIPJ5VYCKBQ X-Message-ID-Hash: CBYSUC7LU3TCFO5S4MAOUFIPJ5VYCKBQ X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Added option with drop hostile section to decide if the dropped traffic should be logged or not. Fixes: bug12981 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- html/cgi-bin/optionsfw.cgi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/html/cgi-bin/optionsfw.cgi b/html/cgi-bin/optionsfw.cgi index fbff67b2f..4b2b8ef91 100644 --- a/html/cgi-bin/optionsfw.cgi +++ b/html/cgi-bin/optionsfw.cgi @@ -94,6 +94,9 @@ if (!$settings{'DROPSPOOFEDMARTIAN'}) { if (!$settings{'DROPHOSTILE'}) { $settings{'DROPHOSTILE'} = 'off'; } +if (!$settings{'LOGDROPHOSTILE'}) { + $settings{'LOGDROPHOSTILE'} = 'on'; +} if (!$settings{'LOGDROPCTINVALID'}) { $settings{'LOGDROPCTINVALID'} = 'on'; } @@ -125,6 +128,9 @@ $checked{'DROPSPOOFEDMARTIAN'}{$settings{'DROPSPOOFEDMARTIAN'}} = "checked='chec $checked{'DROPHOSTILE'}{'off'} = ''; $checked{'DROPHOSTILE'}{'on'} = ''; $checked{'DROPHOSTILE'}{$settings{'DROPHOSTILE'}} = "checked='checked'"; +$checked{'LOGDROPHOSTILE'}{'off'} = ''; +$checked{'LOGDROPHOSTILE'}{'on'} = ''; +$checked{'LOGDROPHOSTILE'}{$settings{'LOGDROPHOSTILE'}} = "checked='checked'"; $checked{'LOGDROPCTINVALID'}{'off'} = ''; $checked{'LOGDROPCTINVALID'}{'on'} = ''; $checked{'LOGDROPCTINVALID'}{$settings{'LOGDROPCTINVALID'}} = "checked='checked'"; @@ -293,6 +299,13 @@ END $Lang::tr{'off'} + + $Lang::tr{'log drop hostile'} + + $Lang::tr{'on'} / + $Lang::tr{'off'} + +
From patchwork Tue Dec 26 19:46:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7416 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4T04z80c40z3wlw for ; Tue, 26 Dec 2023 19:46:44 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4T04z20XTfzqZ; Tue, 26 Dec 2023 19:46:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4T04z15Qrbz30SJ; Tue, 26 Dec 2023 19:46:37 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4T04yx0k4Qz32cc for ; Tue, 26 Dec 2023 19:46:33 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4T04yw59BfzB5; Tue, 26 Dec 2023 19:46:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1703619992; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zCw49O5t9V2LOIqMmgrBTcO2r91b9MdoC6euxPj3yUU=; b=oUbmTyD6aFFj5uLgONGnb1asGocsjU777cs/vGw+x8rFwXMFRqSvmn56dkVkUUT3nWliJZ XQlz90zoWgVmyEAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1703619992; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zCw49O5t9V2LOIqMmgrBTcO2r91b9MdoC6euxPj3yUU=; b=PxAF6pfQTi5dkPbODqWd8Gm6hbhh6TvApMkhuvlrUqQv73W/y79N7cT9MfLw5S4Acix5TI qkgpRhzmFbLoFX6hjzAJrffSCUYcZs0zAVsnJOg6nAtF7ASL/Y0okDivXQGDpfIBoqrwlx 85qKGOhGNfXV8ImuZzN5wmtbv4uvCR1xbwrQSpppDRbMeaTGos+qCInAdMQl/Kal1H3QqS C/wMJ/kwBseaQLwRLuIvttbqY9vFH2qbJdfxB7eH+4eYZmZccLxG651bivit2QJBnZu1hS 7KW0x2tXEQeLLTUBmBVBdn5dRVhoD2D9Scl5B9YpwYYVifU8D+6wlhAiiuG+IQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] firewall: Fixes bug12981 - add if loop to log or not log dropped hostile traffic Date: Tue, 26 Dec 2023 20:46:23 +0100 Message-ID: <20231226194624.3273192-2-adolf.belka@ipfire.org> In-Reply-To: <20231226194624.3273192-1-adolf.belka@ipfire.org> References: <20231226194624.3273192-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 2JBKDMLZSUN6PVMYFHAQX6PLZRDB3MBT X-Message-ID-Hash: 2JBKDMLZSUN6PVMYFHAQX6PLZRDB3MBT X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Dependent on the choice in optionsfw.cgi this loop will either log or not log the dropped hostile traffic. Fixes: bug12981 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- src/initscripts/system/firewall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall index 50f2b3e02..352ae2496 100644 --- a/src/initscripts/system/firewall +++ b/src/initscripts/system/firewall @@ -177,7 +177,9 @@ iptables_init() { iptables -A OUTPUT -j HOSTILE iptables -N HOSTILE_DROP - iptables -A HOSTILE_DROP -m limit --limit 10/second -j LOG --log-prefix "DROP_HOSTILE " + if [ "$LOGDROPHOSTILE" == "on" ]; then + iptables -A HOSTILE_DROP -m limit --limit 10/second -j LOG --log-prefix "DROP_HOSTILE " + fi iptables -A HOSTILE_DROP -j DROP -m comment --comment "DROP_HOSTILE" # IP Address Blocklist chains From patchwork Tue Dec 26 19:46:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7417 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4T04z96ZcHz3wlw for ; Tue, 26 Dec 2023 19:46:45 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4T04z36lkxz1Kp; Tue, 26 Dec 2023 19:46:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4T04z367b3z3093; Tue, 26 Dec 2023 19:46:39 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4T04yx2Rcyz3093 for ; Tue, 26 Dec 2023 19:46:33 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4T04yx0BMNzZ6; Tue, 26 Dec 2023 19:46:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1703619993; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bBJIVy/m5q0GRnLyif5BHmhX/p9HwgrQriqlRI+9Vzg=; b=OcwgAhNUbauSHnHvY7mmLKsUGpnSKde8947an/J84uOPkqLC4ktQn8Hnw2faBDAHgMXz7b zEdsIEeC0Ceu9ADg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1703619993; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bBJIVy/m5q0GRnLyif5BHmhX/p9HwgrQriqlRI+9Vzg=; b=WuFNSMHWPpeYiKRsXkvQZdfhwCKiM6WZnNKKvCL42SUVsMkRYyfSthTS27+lq8p+Ai10og OnV5+tkCP+k7Bw8SY18ue3B76Mhi6CuSBcEIwy9VpMlV7D8oqwcK1JMplgGkzwha54KGh3 0BWSoI/G8LjjzvZT6r8xJu/G87tCrD2dTT7BJxNf02CFcEkd95KftBi1+tIAUjnDMfnz1Z 7N7/SmU7w1INPMcPXcJkbGfb9KtS7Ugm2yvn5EmYcxoBAu/Hv+eOwly/4W666CMrMtjvbd fhQHTmHvEGdC9WIbYLOGHR31gc/jwPtKgEnvvGVPGqi3Bfv1gcPJ8r9x/BOyZA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] en.pl: Fixes bug12981 - adds english language input for choice of drop hostile logging Date: Tue, 26 Dec 2023 20:46:24 +0100 Message-ID: <20231226194624.3273192-3-adolf.belka@ipfire.org> In-Reply-To: <20231226194624.3273192-1-adolf.belka@ipfire.org> References: <20231226194624.3273192-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: RWI2ZZA3TNAS6YZXGC3C3KVUCTV6IYOW X-Message-ID-Hash: RWI2ZZA3TNAS6YZXGC3C3KVUCTV6IYOW X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Fixes: bug12981 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- doc/language_issues.de | 1 + doc/language_issues.en | 1 + doc/language_issues.es | 1 + doc/language_issues.fr | 1 + doc/language_issues.it | 1 + doc/language_issues.nl | 1 + doc/language_issues.pl | 1 + doc/language_issues.ru | 1 + doc/language_issues.tr | 1 + doc/language_missings | 8 ++++++++ langs/en/cgi-bin/en.pl | 1 + 11 files changed, 18 insertions(+) diff --git a/doc/language_issues.de b/doc/language_issues.de index 4fd5a0819..cb8e5b16d 100644 --- a/doc/language_issues.de +++ b/doc/language_issues.de @@ -929,6 +929,7 @@ WARNING: untranslated string: ipsec dns server address is invalid = Invalid DNS WARNING: untranslated string: ipsec invalid ip address or fqdn for rw endpoint = Invalid IP address or FQDN for Host-to-Net Endpoint WARNING: untranslated string: ipsec roadwarrior endpoint = Host-to-Net Endpoint WARNING: untranslated string: link-layer encapsulation = Link-Layer Encapsulation +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: netbios nameserver daemon = NetBIOS Nameserver Daemon WARNING: untranslated string: no entries = No entries at the moment. WARNING: untranslated string: optional = Optional diff --git a/doc/language_issues.en b/doc/language_issues.en index b4327cb78..0fc63ca96 100644 --- a/doc/language_issues.en +++ b/doc/language_issues.en @@ -1247,6 +1247,7 @@ WARNING: untranslated string: locationblock country is allowed = Incoming traffi WARNING: untranslated string: locationblock country is blocked = Incoming traffic from this country will be blocked WARNING: untranslated string: locationblock enable feature = Enable Location based blocking: WARNING: untranslated string: log = Log +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: log dropped conntrack invalids = Log dropped packets classified as INVALID by connection tracking WARNING: untranslated string: log lines per page = Lines per page WARNING: untranslated string: log server address = Syslog server: diff --git a/doc/language_issues.es b/doc/language_issues.es index 45ffdf5d7..eca4efa68 100644 --- a/doc/language_issues.es +++ b/doc/language_issues.es @@ -991,6 +991,7 @@ WARNING: untranslated string: guardian service = unknown string WARNING: untranslated string: hardware vulnerabilities = Hardware Vulnerabilities WARNING: untranslated string: info messages = unknown string WARNING: untranslated string: invalid ip or hostname = Invalid IP Address or Hostname +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: no data = unknown string WARNING: untranslated string: openvpn cert expires soon = Expires Soon WARNING: untranslated string: openvpn cert has expired = Expired diff --git a/doc/language_issues.fr b/doc/language_issues.fr index cacfb1ec6..a4fca67ea 100644 --- a/doc/language_issues.fr +++ b/doc/language_issues.fr @@ -947,6 +947,7 @@ WARNING: untranslated string: guardian logtarget_file = unknown string WARNING: untranslated string: guardian logtarget_syslog = unknown string WARNING: untranslated string: guardian no entries = unknown string WARNING: untranslated string: guardian service = unknown string +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: pakfire ago = ago. WARNING: untranslated string: reiserfs warning1 = Reiserfs is deprecated and scheduled to be removed from the kernel in 2025. WARNING: untranslated string: reiserfs warning2 = Ensure a fresh installation is made using either ext4 or xfs filesystems before that date. diff --git a/doc/language_issues.it b/doc/language_issues.it index 68ff12c86..63d1aee15 100644 --- a/doc/language_issues.it +++ b/doc/language_issues.it @@ -1159,6 +1159,7 @@ WARNING: untranslated string: locationblock configuration = Location Configurati WARNING: untranslated string: locationblock country is allowed = Incoming traffic from this country is allowed WARNING: untranslated string: locationblock country is blocked = Incoming traffic from this country will be blocked WARNING: untranslated string: locationblock enable feature = Enable Location based blocking: +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: log dropped conntrack invalids = Log dropped packets classified as INVALID by connection tracking WARNING: untranslated string: log server protocol = protocol: WARNING: untranslated string: masquerade blue = Masquerade BLUE diff --git a/doc/language_issues.nl b/doc/language_issues.nl index d1a637215..85086e48d 100644 --- a/doc/language_issues.nl +++ b/doc/language_issues.nl @@ -1166,6 +1166,7 @@ WARNING: untranslated string: locationblock configuration = Location Configurati WARNING: untranslated string: locationblock country is allowed = Incoming traffic from this country is allowed WARNING: untranslated string: locationblock country is blocked = Incoming traffic from this country will be blocked WARNING: untranslated string: locationblock enable feature = Enable Location based blocking: +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: log dropped conntrack invalids = Log dropped packets classified as INVALID by connection tracking WARNING: untranslated string: log server protocol = protocol: WARNING: untranslated string: masquerade blue = Masquerade BLUE diff --git a/doc/language_issues.pl b/doc/language_issues.pl index 893f73211..8fd00f03a 100644 --- a/doc/language_issues.pl +++ b/doc/language_issues.pl @@ -1315,6 +1315,7 @@ WARNING: untranslated string: locationblock configuration = Location Configurati WARNING: untranslated string: locationblock country is allowed = Incoming traffic from this country is allowed WARNING: untranslated string: locationblock country is blocked = Incoming traffic from this country will be blocked WARNING: untranslated string: locationblock enable feature = Enable Location based blocking: +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: log dropped conntrack invalids = Log dropped packets classified as INVALID by connection tracking WARNING: untranslated string: log server protocol = protocol: WARNING: untranslated string: mac filter = MAC filter diff --git a/doc/language_issues.ru b/doc/language_issues.ru index 64c9b5095..05fac8a9e 100644 --- a/doc/language_issues.ru +++ b/doc/language_issues.ru @@ -1313,6 +1313,7 @@ WARNING: untranslated string: locationblock configuration = Location Configurati WARNING: untranslated string: locationblock country is allowed = Incoming traffic from this country is allowed WARNING: untranslated string: locationblock country is blocked = Incoming traffic from this country will be blocked WARNING: untranslated string: locationblock enable feature = Enable Location based blocking: +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: log dropped conntrack invalids = Log dropped packets classified as INVALID by connection tracking WARNING: untranslated string: log server protocol = protocol: WARNING: untranslated string: mac filter = MAC filter diff --git a/doc/language_issues.tr b/doc/language_issues.tr index eadbd33c7..e0b04e947 100644 --- a/doc/language_issues.tr +++ b/doc/language_issues.tr @@ -1089,6 +1089,7 @@ WARNING: untranslated string: ipsec settings = IPsec Settings WARNING: untranslated string: itlb multihit = iTLB MultiHit WARNING: untranslated string: link-layer encapsulation = Link-Layer Encapsulation WARNING: untranslated string: local ip address = Local IP Address +WARNING: untranslated string: log drop hostile = Log dropped packets from and to hostile networks WARNING: untranslated string: log dropped conntrack invalids = Log dropped packets classified as INVALID by connection tracking WARNING: untranslated string: meltdown = Meltdown WARNING: untranslated string: mitigated = Mitigated diff --git a/doc/language_missings b/doc/language_missings index 28ae29c2b..cfa9ee461 100644 --- a/doc/language_missings +++ b/doc/language_missings @@ -66,6 +66,7 @@ < ipsec invalid ip address or fqdn for rw endpoint < ipsec roadwarrior endpoint < link-layer encapsulation +< log drop hostile < netbios nameserver daemon < no entries < notes @@ -115,6 +116,7 @@ < extrahd not mounted < hardware vulnerabilities < invalid ip or hostname +< log drop hostile < openvpn cert expires soon < openvpn cert has expired < reiserfs warning1 @@ -138,6 +140,7 @@ < extrahd not mounted < g.dtm < g.lite +< log drop hostile < reiserfs warning1 < reiserfs warning2 < spec rstack overflow @@ -464,6 +467,7 @@ < locationblock country name < locationblock enable feature < locationblock flag +< log drop hostile < log dropped conntrack invalids < log server protocol < masquerade blue @@ -985,6 +989,7 @@ < locationblock country name < locationblock enable feature < locationblock flag +< log drop hostile < log dropped conntrack invalids < log server protocol < masquerade blue @@ -1819,6 +1824,7 @@ < locationblock country name < locationblock enable feature < locationblock flag +< log drop hostile < log dropped conntrack invalids < log server protocol < mac filter @@ -2812,6 +2818,7 @@ < locationblock country name < locationblock enable feature < locationblock flag +< log drop hostile < log dropped conntrack invalids < log server protocol < mac filter @@ -3368,6 +3375,7 @@ < legacy architecture warning < link-layer encapsulation < local ip address +< log drop hostile < log dropped conntrack invalids < meltdown < mitigated diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 16a3061b4..4731613b2 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1686,6 +1686,7 @@ 'locationblock enable feature' => 'Enable Location based blocking:', 'locationblock flag' => 'Flag', 'log' => 'Log', +'log drop hostile' => 'Log dropped packets from and to hostile networks', 'log dropped conntrack invalids' => 'Log dropped packets classified as INVALID by connection tracking', 'log enabled' => 'Log Enabled', 'log level' => 'Log Level',