tldr/pages/common/pve-firewall.md

33 lines
559 B
Markdown
Raw Normal View History

2021-11-08 08:46:58 +00:00
# pve-firewall
> Manage Proxmox VE Firewall.
> More information: <https://pve.proxmox.com/wiki/Firewall>.
- Compile and print all firewall rules:
`pve-firewall compile`
- Show information about the local network:
`pve-firewall localnet`
- Restart the Proxmox VE Firewall service:
`pve-firewall 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 simulate`
- Show the status of Proxmox VE Firewall:
`pve-firewall status`