Changes between Initial Version and Version 1 of Ticket #1335, comment 2
- Timestamp:
- 11/24/16 15:00:13 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1335, comment 2
initial v1 1 1 fallback to firewall-offline-cmd in r14484. 2 3 Further notes: 4 * to permanently add the rule to another zone, ie "trusted": 5 {{{ 6 firewall-cmd --add-port=14500/tcp --zone=trusted --permanent 7 }}} 8 * the default zone where we add the rule as part of the rpm postinstall is: 9 {{{ 10 firewall-cmd --get-default-zone 11 }}} 12 More examples: [https://www.certdepot.net/rhel7-get-started-firewalld/].