How To Set Up a Firewall Using FirewallD on CentOS 7?

Using FirewallD for firewalling at the virtual level is more secure and offers better performance than traditional tables. Firewalling at the virtual level means you are limiting all traffic in and out of your virtual machines, offering increased security over physical networks.

firewall cmd add zone

By lieven121lieven121 on Jun 01, 2020
firewall-cmd --permanent --new-zone [zone]

Add Comment

0

FirewallD is a Red Hat(RHEL) and Fedora(Fedora) open source firewall running on top of libvirt.

Shell/Bash answers related to "firewall cmd add zone"

View All Shell/Bash queries

Shell/Bash queries related to "firewall cmd add zone"

Browse Other Code Languages

CodeProZone