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:
/etc/network/interfaces:
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
/etc/network/interfaces:
Code:
root@world:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 10.0.1.10
netmask 255.255.255.0
gateway 10.0.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0