]> git.proxmox.com Git - pve-docs.git/blame_incremental - pve-firewall.8-synopsis.adoc
output-format.adoc: fix typo
[pve-docs.git] / pve-firewall.8-synopsis.adoc
... / ...
CommitLineData
1*pve-firewall* `<COMMAND> [ARGS] [OPTIONS]`
2
3*pve-firewall compile*
4
5Compile and print firewall rules. This is useful for testing.
6
7*pve-firewall help* `[OPTIONS]`
8
9Get help about specified command.
10
11`--extra-args` `<array>` ::
12
13Shows help for a specific command
14
15`--verbose` `<boolean>` ::
16
17Verbose output format.
18
19*pve-firewall localnet*
20
21Print information about local network.
22
23*pve-firewall restart*
24
25Restart the Proxmox VE firewall service.
26
27*pve-firewall simulate* `[OPTIONS]`
28
29Simulate firewall rules. This does not simulate kernel 'routing' table.
30Instead, this simply assumes that routing from source zone to destination
31zone is possible.
32
33`--dest` `<string>` ::
34
35Destination IP address.
36
37`--dport` `<integer>` ::
38
39Destination port.
40
41`--from` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` ('default =' `outside`)::
42
43Source zone.
44
45`--protocol` `(tcp|udp)` ('default =' `tcp`)::
46
47Protocol.
48
49`--source` `<string>` ::
50
51Source IP address.
52
53`--sport` `<integer>` ::
54
55Source port.
56
57`--to` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` ('default =' `host`)::
58
59Destination zone.
60
61`--verbose` `<boolean>` ('default =' `0`)::
62
63Verbose output.
64
65*pve-firewall start* `[OPTIONS]`
66
67Start the Proxmox VE firewall service.
68
69`--debug` `<boolean>` ('default =' `0`)::
70
71Debug mode - stay in foreground
72
73*pve-firewall status*
74
75Get firewall status.
76
77*pve-firewall stop*
78
79Stop firewall. This removes all Proxmox VE related iptable rules. The host
80is unprotected afterwards.
81
82