Update access controls screenshots

This commit is contained in:
braginini
2023-07-01 20:38:51 +02:00
parent 5ceb5959ab
commit 375ff16cc4
6 changed files with 11 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

@@ -68,23 +68,19 @@ Also you can create unidierectional rules to restrict traffic between groups for
## Managing Rules ## Managing Rules
### Creating Rules ### Creating Rules
After accessing the `Access Control` tab, you can click on the `Add Rule` button to create a new rule. This will open a screen After accessing the `Access Control` tab, you can click the `Add Rule` button to create a new rule.
where you need to name the rule, set its status, and add groups to the source and destination lists. For TCP and UDP protocols, In the popup, specify a name for the rule, and define source and destination groups.
if you define ports, you also can set the direction of the traffic. You can set traffic direction only when you choose TCP or UDP protocols.
<p> <p>
<img src="/docs-static/img/overview/create-rule.png" alt="high-level-dia" width="300" className="imagewrapper"/> <img src="/docs-static/img/overview/create-rule.png" alt="high-level-dia" className="imagewrapper"/>
</p> </p>
If required, you can create new groups by simply entering new names in the input box for either source or destination lists. If required, you can create new groups by entering new names in the input box for either source or destination lists.
<p>
<img src="/docs-static/img/overview/create-group-in-rule.png" alt="high-level-dia" width="300" className="imagewrapper"/>
</p>
Once you are done configuring the rule, click the `Create` button to save it. You will then see your new rule in the table. Once you are done configuring the rule, click the `Create` button to save it. You will then see your new rule in the table.
<p> <p>
<img src="/docs-static/img/overview/new-rule-list.png" alt="high-level-dia" width="600" className="imagewrapper"/> <img src="/docs-static/img/overview/new-rule-list.png" alt="high-level-dia" className="imagewrapper"/>
</p> </p>
<Note> <Note>
@@ -96,11 +92,11 @@ Protocol type All or ICMP must be bi-directional. Also unidirectional traffic fo
</Note> </Note>
### Adding peers to groups ### Adding peers to groups
If you create a new group when defining a rule, you will need to associate peers with this group. If you create a new group when defining a rule, you will need to add a peer to the group for the rule to take effect.
You can do it by accessing the `Peers` tab and clicking the `Groups` column of any peer you want to associate with the new group. You can do it by accessing the `Peers` tab and clicking the `Groups` column of any peer you want to associate with the new group.
<p> <p>
<img src="/docs-static/img/overview/associate-peer-groups.png" alt="high-level-dia" width="300" className="imagewrapper"/> <img src="/docs-static/img/overview/associate-peer-groups.png" alt="high-level-dia" className="imagewrapper"/>
</p> </p>
<Note> <Note>
@@ -113,15 +109,11 @@ button of a rule and select `View`. This will open the same screen where you can
traffic direction and protocols with ports. traffic direction and protocols with ports.
### Disabling Rules ### Disabling Rules
To disable a rule, you should follow the steps of [updating rules](#updating-rules) changing its status, and then click on Save. To disable a rule, use the switch in the `Enabled` column of the table.
### Deleting Rules ### Deleting Rules
To delete a rule, you should click on the rule's menu and choose `Delete`. A confirmation window will pop up. To delete a rule, click `Delete` in the table. A confirmation window will pop up.
<p> <p>
<img src="/docs-static/img/overview/delete-rule-menu.png" alt="high-level-dia" width="600" className="imagewrapper"/> <img src="/docs-static/img/overview/delete-rule-menu.png" alt="high-level-dia" className="imagewrapper"/>
</p>
<p>
<img src="/docs-static/img/overview/delete-rule-popup.png" alt="high-level-dia" width="300" className="imagewrapper"/>
</p> </p>