pve_update_node_network
Modify network interface settings on a Proxmox VE node by updating IP address, netmask, gateway, bridge ports, autostart, and comments for specific interfaces.
Instructions
Update network interface
Input Schema
TableJSON 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 | |
| autostart | No | Auto start | |
| comments | No | Comments |