Commit 38194cc6 authored by devteam's avatar devteam

Update README.md

parent cd2bb32b
## Insira a liberação das portas 10050:10053 no iptables
### Subistitua o parametro <SUA_REDE>
### Subistitua o parametro <REDE_DO_SEU_ZABBIX_PROXY>
exemplo: "-A INPUT -s 10.11.0.0/22 -p tcp -m state --state NEW -m tcp --dport 10050:10053 -j ACCEPT"
```
-A INPUT -s <SUA_REDE> -p tcp -m state --state NEW -m tcp --dport 10050:10053 -j ACCEPT
-A INPUT -s <REDE_DO_SEU_ZABBIX_PROXY> -p tcp -m state --state NEW -m tcp --dport 10050:10053 -j ACCEPT
```
## Instalação Script com repositorio
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment