X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-firewall.8-synopsis.adoc;h=882aab81d01dde87845ab1583919870a5ad681c1;hp=f46eb5b8cd9b3e64fdcef83c44900d36fe9a84c3;hb=dd1aa0e01624f5927fb65143c9a070672ccbeb92;hpb=1f554f760e12ff7da82dd3d425d9533a71ca979f diff --git a/pve-firewall.8-synopsis.adoc b/pve-firewall.8-synopsis.adoc index f46eb5b..882aab8 100644 --- a/pve-firewall.8-synopsis.adoc +++ b/pve-firewall.8-synopsis.adoc @@ -4,97 +4,79 @@ Compile and print firewall rules. This is useful for testing. - - - -*pve-firewall help* `[]` `[OPTIONS]` +*pve-firewall help* `[OPTIONS]` Get help about specified command. -`` `string` :: +`--extra-args` `` :: -Command name +Shows help for a specific command -`-verbose` `boolean` :: +`--verbose` `` :: Verbose output format. - - - *pve-firewall localnet* Print information about local network. - - *pve-firewall restart* Restart the Proxmox VE firewall service. - - *pve-firewall simulate* `[OPTIONS]` Simulate firewall rules. This does not simulate kernel 'routing' table. Instead, this simply assumes that routing from source zone to destination zone is possible. -`-dest` `string` :: +`--dest` `` :: Destination IP address. -`-dport` `integer` :: +`--dport` `` :: Destination port. -`-from` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` (default=`outside`):: +`--from` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` ('default =' `outside`):: Source zone. -`-protocol` `(tcp|udp)` (default=`tcp`):: +`--protocol` `(tcp|udp)` ('default =' `tcp`):: Protocol. -`-source` `string` :: +`--source` `` :: Source IP address. -`-sport` `integer` :: +`--sport` `` :: Source port. -`-to` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` (default=`host`):: +`--to` `(host|outside|vm\d+|ct\d+|vmbr\d+/\S+)` ('default =' `host`):: Destination zone. -`-verbose` `boolean` (default=`0`):: +`--verbose` `` ('default =' `0`):: Verbose output. - - *pve-firewall start* `[OPTIONS]` Start the Proxmox VE firewall service. -`-debug` `boolean` (default=`0`):: +`--debug` `` ('default =' `0`):: Debug mode - stay in foreground - - *pve-firewall status* Get firewall status. - - *pve-firewall stop* Stop firewall. This removes all Proxmox VE related iptable rules. The host is unprotected afterwards. - -