public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] firewall: Ensure the xt_geoip module is always loaded
@ 2022-01-30 17:08 Peter Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Müller @ 2022-01-30 17:08 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 783 bytes --]

For some reason, this module is not present after the very first boot of
an IPFire installation.

Fixes: #12767

Reported-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 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
-- 
2.31.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-07 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <723823EE-B712-4C51-BF85-5DC3059C76C8@ipfire.org>
2022-02-01 17:19 ` [PATCH] firewall: Ensure the xt_geoip module is always loaded Peter Müller
2022-02-07 10:43   ` Michael Tremer
2022-01-30 17:08 Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox