Files
cheatsheet-tldr/tldr/linux/pve-firewall
2025-08-11 00:23:05 +00:00

38 lines
684 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pve-firewall
> Manage Proxmox VE Firewall.
> More information: <https://pve.proxmox.com/wiki/Firewall>.
- Compile and print all firewall rules:
`pve-firewall {{[c|compile]}}`
- Show information about the local network:
`pve-firewall {{[l|localnet]}}`
- Restart the Proxmox VE Firewall service:
`pve-firewall {{[r|restart]}}`
- Start the Proxmox VE Firewall service:
`pve-firewall start`
- Stop the Proxmox VE Firewall service:
`pve-firewall stop`
- Simulate all firewall rules:
`pve-firewall {{[si|simulate]}}`
- Show the status of Proxmox VE Firewall:
`pve-firewall status`