From 5ea1694723639665308a3071488d076f4bc9b0a3 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Mon, 8 Nov 2021 16:46:58 +0800 Subject: [PATCH] pve-firewall: add page (#7213) --- pages/common/pve-firewall.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/pve-firewall.md diff --git a/pages/common/pve-firewall.md b/pages/common/pve-firewall.md new file mode 100644 index 000000000..38242aeeb --- /dev/null +++ b/pages/common/pve-firewall.md @@ -0,0 +1,32 @@ +# pve-firewall + +> Manage Proxmox VE Firewall. +> More information: . + +- 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`