update_network
Update network interface configuration on a Proxmox node, including IP address, netmask, gateway, bridge ports, and autostart.
Instructions
Update network interface
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | The name of the node | |
| type | Yes | Interface type: bridge, bond, vlan, OVSBridge, etc. | |
| iface | Yes | The network interface name | |
| address | No | IP address | |
| gateway | No | Default gateway | |
| netmask | No | Network mask | |
| autostart | No | Start interface on boot | |
| bridge_ports | No | Bridge ports |