LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pve-firewall

Proxmox distributed firewall manager

TLDR

Show whether the firewall is running and enabled
$ pve-firewall status
copy
Start the firewall service
$ pve-firewall start
copy
Stop it
$ pve-firewall stop
copy
Restart it after editing the rule files
$ pve-firewall restart
copy
Compile the configuration and print the iptables rules it produces
$ pve-firewall compile
copy
Show which network the node treats as local
$ pve-firewall localnet
copy
Trace how a packet would be handled
$ pve-firewall simulate --from [vm100] --to [host] --dport [22]
copy
Trace it with full detail
$ pve-firewall simulate --verbose --from [outside] --to [vm100] --dport [80]
copy

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 rules
localnet, l
Show local network information
restart, r
Restart the firewall service
start
Start the firewall service
stop
Stop the firewall service
simulate, si
Simulate firewall rules without applying
status
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.

SEE ALSO

qm(1), pct(1), pvesh(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid