November 2017
Intermediate to advanced
494 pages
14h 29m
English
As of Proxmox 5, a fully functional firewall is integrated with a Proxmox cluster. It is very powerful and comes with a granular customization down to a single virtual machine. Firewall rules can be created separately for a cluster, node, and virtual machine. The following table shows the firewall rules' file location:
|
Cluster-wide firewall rules |
/etc/pve/firewall/cluster.fw |
|
Node firewall rules |
/etc/pve/nodes/<node_id>/host.fw |
|
VM/CT firewall rules |
/etc/pve/firewall/cluster.fw |
All the firewall rules can be managed through the Proxmox GUI firewall menu without editing using the command line. We will take a look at the firewall in detail later in this book in Chapter 9, The Proxmox VE Firewall ...