From patchwork Sun Jan 30 17:08:21 2022 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: 5021 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JmyMG6gtdz3wsl for ; Sun, 30 Jan 2022 17:08:26 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JmyMD6wrlz1hX; Sun, 30 Jan 2022 17:08:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JmyMD6fH6z2xy3; Sun, 30 Jan 2022 17:08:24 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JmyMC5rkjz2xNV for ; Sun, 30 Jan 2022 17:08:23 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JmyMB509jz1cf; Sun, 30 Jan 2022 17:08:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643562503; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Bc8oVvExxEC549OOoL8GNXN/eSUuPk2snLgo60ylhAg=; b=m6mUsUmu0jN5khIp8haY3Rj3qeNLdFV4lpDQPhuo14bPmcATClIbp2vsLp92adPEznjGoZ q4+I18wEA13O5QCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643562503; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Bc8oVvExxEC549OOoL8GNXN/eSUuPk2snLgo60ylhAg=; b=DE5axnwNVofTdV/oQPtOQjK93MLHmLtXfKmuf8oBto6Xa7d2/0MrewzrHzODEBQkcHey+l zx9x0Ggi6Qd5io9Uf/h1oU0hR2vpvSwQkY+ouAtwy2SIZKphp+9dEc05DP/ybuul/irmUS aMwJd1NSTYDjt3TAY2IiEDfdpRVSe6HoCn0iKCNW/punRSXKGtzhngTxA1gkER4EJEvdF/ uk6X+eDPvgQg5cwrTaTrS5AO4UB6BXMcB/0AjB0Z8lf5ouYdPuROytqaKWNIJVPHRUrYvk AcWcRX2bsA7CPnKrEDTJGGvl/xxjZISjgxcNhQOOlZbW6bJ4TU0rzVPjKQzkYg== Message-ID: <3bbbc672-74d6-37b2-b122-aac537faa9ac@ipfire.org> Date: Sun, 30 Jan 2022 17:08:21 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] firewall: Ensure the xt_geoip module is always loaded 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: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For some reason, this module is not present after the very first boot of an IPFire installation. Fixes: #12767 Reported-by: Arne Fitzenreiter Signed-off-by: Peter Müller --- src/initscripts/system/firewall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall index ebc8168ae..bfab6d538 100644 --- a/src/initscripts/system/firewall +++ b/src/initscripts/system/firewall @@ -39,6 +39,9 @@ iptables_init() { iptables -P FORWARD DROP iptables -P OUTPUT ACCEPT + # Ensure the xt_geoip module is always loaded (#12767) + modprobe xt_geoip + # Enable TRACE logging to syslog modprobe nf_log_ipv4 sysctl -q -w net.netfilter.nf_log.2=nf_log_ipv4