From c6ae0cdba0c9701504fe60778b0bbc494cd2cc38 Mon Sep 17 00:00:00 2001 From: Lau <37706897+LauKr@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:23:27 +0200 Subject: [PATCH] Update firewalld-beginners.md Fix list of default zones as 'external' was included into 'public'. --- docs/guides/security/firewalld-beginners.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/security/firewalld-beginners.md b/docs/guides/security/firewalld-beginners.md index af43124c18..1b76c2f0c6 100644 --- a/docs/guides/security/firewalld-beginners.md +++ b/docs/guides/security/firewalld-beginners.md @@ -154,7 +154,8 @@ Default zones include the following (I've taken this explanation from [DigitalOc > **block:** Similar to the above, but instead of simply dropping connections, incoming requests are rejected with an icmp-host-prohibited or icmp6-adm-prohibited message. > **public:** Represents public, untrusted networks. You don’t trust other computers but may allow selected incoming connections on a case-by-case basis. -external: External networks in the event that you are using the firewall as your gateway. It is configured for NAT masquerading so that your internal network remains private but reachable. + +> **external:** External networks in the event that you are using the firewall as your gateway. It is configured for NAT masquerading so that your internal network remains private but reachable. > **internal:** The other side of the external zone, used for the internal portion of a gateway. The computers are fairly trustworthy and some additional services are available.