pve_create_node_network
Create network interfaces on Proxmox VE nodes to configure bridges, bonds, VLANs, and other connection types with IP addresses, gateways, and boot settings.
Instructions
Create network interface
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| iface | Yes | Interface name | |
| type | Yes | Interface type | |
| address | No | IP address | |
| netmask | No | Netmask | |
| gateway | No | Gateway | |
| bridge_ports | No | Bridge ports | |
| bridge_vlan_aware | No | VLAN aware bridge | |
| bond_mode | No | Bond mode | |
| slaves | No | Bond slaves | |
| autostart | No | Auto start at boot | |
| comments | No | Comments |