Skip to content

Commit 294dfff

Browse files
authored
Merge pull request #170 from DexterIA/ipv6_support
[UI] Updated blocked ports documentation + removed old screenshots
2 parents b07df9a + 204707e commit 294dfff

10 files changed

Lines changed: 18 additions & 12 deletions
44.3 KB
Loading
41.2 KB
Loading
-45.4 KB
Binary file not shown.
-55.4 KB
Binary file not shown.
-50.9 KB
Binary file not shown.
-50.9 KB
Binary file not shown.
-16.2 KB
Loading
-52.8 KB
Binary file not shown.
-52.8 KB
Binary file not shown.

docs/dashboard/README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -425,25 +425,14 @@ This feature allows to block specific ports for TCP/UDP connection. It is also p
425425

426426
Click <span class="notranslate">_Firewall_</span> and choose <span class="notranslate">_Ports_</span>.
427427

428-
![](/images/Blocked_Ports1.png)
428+
![](/images/BlockedPorts_open.png)
429429

430430
Choose the default blocking mode:
431431

432432
* All open, except specified
433433
* All close, except specified
434434

435435
Or you can set the default blocking mode via [CLI and config file](/config_file_description/).
436-
437-
Exact ports and port-ranges to be allowed can be configured by the following fields in the config file:
438-
439-
* FIREWALL.TCP_IN_IPv4
440-
* FIREWALL.TCP_OUT_IPv4
441-
* FIREWALL.UDP_IN_IPv4
442-
* FIREWALL.UDP_OUT_IPv4
443-
* FIREWALL.TCP_IN_IPv6
444-
* FIREWALL.TCP_OUT_IPv6
445-
* FIREWALL.UDP_IN_IPv6
446-
* FIREWALL.UDP_OUT_IPv6
447436

448437
Changes of config files will be applied automatically. You don’t need to restart the server or Imunify360.
449438

@@ -500,6 +489,23 @@ To delete a port or separate IP/subnet, click _Bin_ icon in the row of the eleme
500489
![](/images/add_port_02.png)
501490

502491

492+
#### Blocking mode: All close, except specified
493+
494+
In this mode, all ports, except those specified, will be blocked. You can add or remove ports from the default list of allowed ports. This can be configured separately for IPv4 and IPv6.
495+
496+
![](/images/BlockedPorts_close.png)
497+
498+
Exact ports and port-ranges to be allowed can be configured by the following fields in the config file:
499+
500+
* FIREWALL.TCP_IN_IPv4
501+
* FIREWALL.TCP_OUT_IPv4
502+
* FIREWALL.UDP_IN_IPv4
503+
* FIREWALL.UDP_OUT_IPv4
504+
* FIREWALL.TCP_IN_IPv6
505+
* FIREWALL.TCP_OUT_IPv6
506+
* FIREWALL.UDP_IN_IPv6
507+
* FIREWALL.UDP_OUT_IPv6
508+
503509
## Malware Scanner
504510

505511
::: tip Note

0 commit comments

Comments
 (0)