Added to firewall-cmd for RHEL firewall cmds

This commit is contained in:
Yuri Slobodyanyuk
2023-03-30 09:55:31 +00:00
parent f822c0c8f6
commit d269ce9c7f

View File

@@ -73,8 +73,8 @@ else helps.
|Description |Description
|*firewall-cmd --add-port=_port-number_/_protocol_* |*firewall-cmd --add-port=_port-number_/_protocol_*
|Open incoming _port-number_ of the _protocol_. E.g. opem incoming TCP port |Open incoming _port-number_ of the _protocol_. E.g. open incoming TCP port
5900: `firewall-cmd --add-port=5900/tcp` 5900 rom any: `firewall-cmd --add-port=5900/tcp`
|*firewall-cmd --remove-port=_port-number_/_protocol_* |*firewall-cmd --remove-port=_port-number_/_protocol_*