Sharing this idea for improvement
Proxmox Network configuration page to have a field to enter the metric on the interface for multi-homed network, with that input, allow multiple gateway on different interfaces.
Currently with the metric manually added with the gateway on multiple interface, no changes can be made on the UI because there is already another gateway define and will be rejected (verification failed).
Proxmox Network configuration page to have a field to enter the metric on the interface for multi-homed network, with that input, allow multiple gateway on different interfaces.
Currently with the metric manually added with the gateway on multiple interface, no changes can be made on the UI because there is already another gateway define and will be rejected (verification failed).
Code:
iface bond0.100 inet static
address 10.10.10.2/24
gateway 10.10.10.1
metric 200
iface bond0.300 inet static
address 10.10.20.2/24
gateway 10.10.20.1
metric 100