create_node_network_interface
Create a network interface on a Proxmox node, specifying type, IP address, netmask, gateway, and bridge ports.
Instructions
Create a network interface on a node.
Args: node: The node name. iface: Interface name (e.g. 'vmbr1'). type: Interface type (bridge, bond, eth, alias, vlan, OVSBridge, OVSPort, OVSIntPort, OVSBond). address: IP address (CIDR notation or IP). netmask: Subnet mask. gateway: Default gateway. bridge_ports: Bridge ports (for bridge type). autostart: Whether to start on boot. comments: Comments for the interface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| iface | Yes | ||
| type | Yes | ||
| address | No | ||
| netmask | No | ||
| gateway | No | ||
| bridge_ports | No | ||
| autostart | No | ||
| comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |