public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] firewall: Configure TRACE target to log to syslog
@ 2020-06-29 14:53 Michael Tremer
  2020-06-29 14:53 ` [PATCH 2/2] Revert "sysctl: Load nf_log_ipv4 as default logging module for TRACE target" Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2020-06-29 14:53 UTC (permalink / raw)
  To: development

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

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 src/initscripts/system/firewall | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall
index b0890c717..ab3a0bbf9 100644
--- a/src/initscripts/system/firewall
+++ b/src/initscripts/system/firewall
@@ -32,6 +32,10 @@ iptables_init() {
 	iptables -P FORWARD DROP
 	iptables -P OUTPUT ACCEPT
 
+	# Enable TRACE logging to syslog
+	modprobe nf_log_ipv4
+	sysctl -q -w net.netfilter.nf_log.2=nf_log_ipv4
+
 	# Empty LOG_DROP and LOG_REJECT chains
 	iptables -N LOG_DROP
 	iptables -A LOG_DROP   -m limit --limit 10/second -j LOG
-- 
2.20.1


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

end of thread, other threads:[~2020-06-29 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 14:53 [PATCH 1/2] firewall: Configure TRACE target to log to syslog Michael Tremer
2020-06-29 14:53 ` [PATCH 2/2] Revert "sysctl: Load nf_log_ipv4 as default logging module for TRACE target" Michael Tremer

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