pve-firewall
Proxmox distributed firewall manager
TLDR
Compile and print all firewall rules
SYNOPSIS
pve-firewall command [options]
DESCRIPTION
pve-firewall manages the Proxmox VE distributed firewall. It generates iptables rules based on cluster-wide and per-VM/container configurations. The firewall can be configured at datacenter, node, VM, and container levels.
The compile and simulate commands are useful for debugging firewall configurations before applying them. The firewall supports rule sets, IP sets, aliases, and security groups for organized configuration management.
PARAMETERS
compile, c
Compile and print all firewall ruleslocalnet, l
Show local network informationrestart, r
Restart the firewall servicestart
Start the firewall servicestop
Stop the firewall servicesimulate, si
Simulate firewall rules without applyingstatus
Show firewall service status
CAVEATS
Firewall rules are cluster-wide configuration stored in pmxcfs. Changes may affect all cluster nodes. Misconfiguration can lock out management access; ensure a working console connection before major changes.
HISTORY
Part of Proxmox VE, providing integrated firewall management for virtualization environments. Builds on iptables/nftables and integrates with Proxmox's cluster filesystem for distributed configuration.
