pve_create_cluster_firewall_rule
Create firewall rules for Proxmox VE clusters to control network traffic by specifying actions, types, addresses, ports, and protocols.
Instructions
Create cluster firewall rule
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Rule action (ACCEPT, DROP, REJECT) | |
| type | Yes | Rule type | |
| enable | No | Enable rule | |
| source | No | Source address | |
| dest | No | Destination address | |
| sport | No | Source port | |
| dport | No | Destination port | |
| proto | No | Protocol | |
| comment | No | Comment | |
| pos | No | Position in ruleset |