Brand new install of Proxmox VE 4.2
The issue is: unable to create new Linux/OVS Bridge, and throws error, "Default gateway already exists on interface 'vmbr0'" when the default gateways are _not_ the same.
Existing gateway: 10.0.1.1
New bridge gateway: 10.240.0.1
How are they the same? Is it a regex that's mis-parsing the inputs?
Screenshot:
The settings for new OVS Bridge:
...
Read more
The issue is: unable to create new Linux/OVS Bridge, and throws error, "Default gateway already exists on interface 'vmbr0'" when the default gateways are _not_ the same.
Existing gateway: 10.0.1.1
New bridge gateway: 10.240.0.1
How are they the same? Is it a regex that's mis-parsing the inputs?
Screenshot:

The settings for new OVS Bridge:
Code:
address 10.240.0.1
netmask 255.240.0.0
gateway 10.240.0.1
Read more