2021-11-08 16:46:58 +08:00
|
|
|
# pve-firewall
|
|
|
|
|
|
|
|
> Manage Proxmox VE Firewall.
|
|
|
|
> More information: <https://pve.proxmox.com/wiki/Firewall>.
|
|
|
|
|
|
|
|
- Compile and print all firewall rules:
|
|
|
|
|
2025-08-10 10:44:07 +03:00
|
|
|
`pve-firewall {{[c|compile]}}`
|
2021-11-08 16:46:58 +08:00
|
|
|
|
|
|
|
- Show information about the local network:
|
|
|
|
|
2025-08-10 10:44:07 +03:00
|
|
|
`pve-firewall {{[l|localnet]}}`
|
2021-11-08 16:46:58 +08:00
|
|
|
|
|
|
|
- Restart the Proxmox VE Firewall service:
|
|
|
|
|
2025-08-10 10:44:07 +03:00
|
|
|
`pve-firewall {{[r|restart]}}`
|
2021-11-08 16:46:58 +08:00
|
|
|
|
|
|
|
- Start the Proxmox VE Firewall service:
|
|
|
|
|
|
|
|
`pve-firewall start`
|
|
|
|
|
|
|
|
- Stop the Proxmox VE Firewall service:
|
|
|
|
|
|
|
|
`pve-firewall stop`
|
|
|
|
|
|
|
|
- Simulate all firewall rules:
|
|
|
|
|
2025-08-10 10:44:07 +03:00
|
|
|
`pve-firewall {{[si|simulate]}}`
|
2021-11-08 16:46:58 +08:00
|
|
|
|
|
|
|
- Show the status of Proxmox VE Firewall:
|
|
|
|
|
|
|
|
`pve-firewall status`
|