Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pve-firewall: add page #7213

Merged
merged 2 commits into from
Nov 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions pages/common/pve-firewall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# pve-firewall

> Manage Proxmox VE firewall.
einverne marked this conversation as resolved.
Show resolved Hide resolved
> More information: <https://pve.proxmox.com/wiki/Firewall>.

- Compile and print firewall rules:
einverne marked this conversation as resolved.
Show resolved Hide resolved

`pve-firewall compile`

- Show information about local network:
einverne marked this conversation as resolved.
Show resolved Hide resolved

`pve-firewall localnet`

- Restart the Proxmox VE firewall service:
einverne marked this conversation as resolved.
Show resolved Hide resolved

`pve-firewall restart`

- Start the Proxmox VE firewall service:
einverne marked this conversation as resolved.
Show resolved Hide resolved

`pve-firewall start`

- Stop the Proxmox VE firewall service:
einverne marked this conversation as resolved.
Show resolved Hide resolved

`pve-firewall stop`

- Simulate firewall rules:
einverne marked this conversation as resolved.
Show resolved Hide resolved

`pve-firewall simulate`

- Show Proxmox VE firewall status:
einverne marked this conversation as resolved.
Show resolved Hide resolved

`pve-firewall status`