document firewall rule for mqtt access
This commit is contained in:
parent
7fc2bd9163
commit
9bd494567f
|
|
@ -47,6 +47,7 @@ enable EPEL Repo:
|
||||||
# dnf install firewalld
|
# dnf install firewalld
|
||||||
# firewall-cmd --add-service={http,https} --permanent
|
# firewall-cmd --add-service={http,https} --permanent
|
||||||
# firewall-cmd --remove-service=cockpit --permanent
|
# firewall-cmd --remove-service=cockpit --permanent
|
||||||
|
# firewall-cmd --add-port=1883/tcp --permanent ; only for MQTT
|
||||||
# firewall-cmd --reload
|
# firewall-cmd --reload
|
||||||
|
|
||||||
List Rules:
|
List Rules:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue