From 2b76da0df5f8c8ebd103bdd1d41eb4b5189d7e53 Mon Sep 17 00:00:00 2001
From: johannst
Date: Wed, 11 Jan 2023 15:48:12 +0000
Subject: deploy: 0c50a95dc93471cf69f522adfc31ff4c56c53e9d
---
network/firewall-cmd.html | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
(limited to 'network/firewall-cmd.html')
diff --git a/network/firewall-cmd.html b/network/firewall-cmd.html
index 3db7bdf..45294f9 100644
--- a/network/firewall-cmd.html
+++ b/network/firewall-cmd.html
@@ -80,7 +80,7 @@
@@ -164,12 +164,16 @@ see all available zones.
firewall-cmd --add-service <SERVICE>
# Add a specific port.
firewall-cmd --add-port 8000/tcp
+# Add a rich rule (eg port forwarding, dnat).
+firewall-cmd --add-rich-rule 'rule family="ipv4" forward-port port="80" protocol="tcp" to-port="8080"'
# Remove service.
firewall-cmd --remove-service <SERVICE>
# Remove port.
firewall-cmd --remove-port 8000/tcp
+# Remove rich rule.
+firewall-cmd --remove-rich-rule 'rule family="ipv4" forward-port port="80" protocol="tcp" to-port="8080"'
@@ -185,7 +189,7 @@ firewall-cmd --remove-port 8000/tcp
-
+
@@ -199,7 +203,7 @@ firewall-cmd --remove-port 8000/tcp
-
+
--
cgit v1.2.3