Skip to content

Commit

Permalink
Update DOCKER-Mise-en-place-du-container-GRAFANA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCyberLiTech authored Aug 14, 2023
1 parent 2262675 commit 9a1e5fd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion DOCKER-Mise-en-place-du-container-GRAFANA.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,25 @@ Extrait du ripositorie ZABBIX
- 08 - [ZABBIX - Création de base d'un tableau de bord sur Grafana.](https://github.com/0xCyberLiTech/Zabbix/blob/main/ZABBIX-Cr%C3%A9ation-de-base-d-un-tableau-de-bord-Grafana.md)

N'oubliez pas de mettre en place vos règles de firewall ( UFW ).

```
ufw limit in on enp86s0 from 192.168.50.118 to 192.168.50.250 port 2277 proto tcp
```
```
ufw allow in on enp86s0 from 192.168.50.118 to 192.168.50.250 port 80 proto tcp
```
```
ufw allow in on enp86s0 from 192.168.50.118 to 192.168.50.250 port 443 proto tcp
```
```
ufw allow in on enp86s0 from 192.168.0.0/16 to 192.168.50.250 port 10050 proto tcp
```
```
ufw allow in on enp86s0 from 192.168.50.118 to 192.168.50.250 port 9443 proto tcp
```
```
ufw allow from 172.17.0.0/16 to 192.168.50.0/24 proto tcp comment 'LANSUBNET 172.17.0.0 Docker'
```
```
ufw allow from 172.18.0.0/16 to 192.168.50.0/24 proto tcp comment 'LANSUBNET 172.18.0.0 Docker'
```
```
Expand Down

0 comments on commit 9a1e5fd

Please sign in to comment.