1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 19:15:51 +02:00
tldr/pages/linux/pve-firewall.md

33 lines
592 B
Markdown
Raw Normal View History

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:
`pve-firewall {{[c|compile]}}`
2021-11-08 16:46:58 +08:00
- Show information about the local network:
`pve-firewall {{[l|localnet]}}`
2021-11-08 16:46:58 +08:00
- Restart the Proxmox VE Firewall service:
`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:
`pve-firewall {{[si|simulate]}}`
2021-11-08 16:46:58 +08:00
- Show the status of Proxmox VE Firewall:
`pve-firewall status`