X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-firewall.8-synopsis.adoc;h=882aab81d01dde87845ab1583919870a5ad681c1;hp=c68aaa42d22f0b140ccdd81e6006e9108b4e2e78;hb=a75eeddebed864bde81358463958ed1d166935e1;hpb=013dc89ffce47b8c55412c016a508205768b4fd6 diff --git a/pve-firewall.8-synopsis.adoc b/pve-firewall.8-synopsis.adoc index c68aaa4..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. -``: `` :: +`--extra-args` `` :: -Command name +Shows help for a specific command -`-verbose` `` :: +`--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` `` :: +`--dest` `` :: Destination IP address. -`-dport` `` :: +`--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` `` :: +`--source` `` :: Source IP address. -`-sport` `` :: +`--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` `` ('default =' `0`):: +`--verbose` `` ('default =' `0`):: Verbose output. - - *pve-firewall start* `[OPTIONS]` Start the Proxmox VE firewall service. -`-debug` `` ('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. - -