Linux firewall-cmd Mar 30, 2020 • Dave A few useful firewall-cmd syntax examples: <pre class="wp-block-code">``` firewall-cmd --permanent --add-rich-rule 'rule family="ipv4" service name="https" source address="<<CIDR SUBNET HERE>>" accept' ```