mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 21:58:01 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/linux/pve-firewall
Normal file
37
tldr/linux/pve-firewall
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
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 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`
|
||||
Reference in New Issue
Block a user