Skip to content

Commit aa8b5cd

Browse files
authored
Merge pull request #176 from annkots/master
TCR-828
2 parents f26b2b6 + b4c929f commit aa8b5cd

3 files changed

Lines changed: 1760 additions & 1499 deletions

File tree

docs/dashboard/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,17 @@ sed -ri "s/^(cmd=.*)$/\1--scan-archive/g" /etc/minidaemon/minidaemon-aibolit.cfg
286286
## Firewall
287287

288288

289-
Tne <span class="notranslate">_All Lists_</span> tab allows viewing and managing the IP addresses in the following lists (listed by priority):
289+
The <span class="notranslate">_All Lists_</span> tab allows viewing and managing the IP addresses in the following lists (listed by priority):
290290

291291
* <span class="notranslate">White</span> - the IP will not be blocked
292292
* <span class="notranslate">Drop/Black</span> - the IP will be blocked everywhere, on all ports and services
293293
* <span class="notranslate">Greylist</span> - the IP will be blocked completely on non-web ports (SSH, FTP, etc.), and will be shown Anti-Bot Challenge on web ports (80, 443, hosting panel ports)
294294
* <span class="notranslate">Anti-Bot Challenge</span> - the IP will be shown Anti-Bot challenge on web ports, and will not be blocked on others
295295

296+
:::tip Note
297+
Blocked ports restrictions are enforced separately from IP list decisions. If you need a whitelisted IP/subnet to access a restricted port, allow it explicitly in [**Firewall → Ports**](/dashboard/#ports) by adding it to the [port’s allowlist](/dashboard/#edit-ports-in-the-blocked-ports-list), or grant **Full Access**.
298+
:::
299+
296300
The counters for the lists are presented at the top of the table, reflecting the number of records matching the category.
297301

298302
![](/images/Firewall.png)

docs/features/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ Starting with imunify360-firewall-8.2.0 all IP lists are applied automatically.
4545
Specifying IPs in those files will not prevent Imunify from adding the same IPs to dynamic lists (like Grey list), but all White lists always have the priority over Black lists when it comes to actual filtering of requests/packages.
4646
:::
4747

48+
:::warning Note
49+
Adding an IP/subnet to the external **White List** affects only IP-based firewall decisions. It **does not override** the **Blocked ports** policy.
50+
51+
If a port is restricted in **Blocked ports**, the port may remain inaccessible even for whitelisted IPs/subnets. To allow access, you must explicitly whitelist the IP/subnet for that specific port via:
52+
- [**🔗 GUI**](/dashboard/#edit-ports-in-the-blocked-ports-list)
53+
- [**🔗 CLI**](/command_line_interface/#blocked-ports)
54+
55+
See also: [“IP whitelisting/port blocking precedence”](/faq_and_known_issues/#ip-whitelisting-port-blocking-precedence) in FAQ & Known Issues.
56+
:::
57+
4858

4959
## Global Ignore List
5060

0 commit comments

Comments
 (0)