Hi,
I run a VMs server which is powered by Ubuntu 15.10. This server has 2 ethernet adapter. And both adapters are connected to separate networks.
The first adapter has been setup with its own bridge when the server was first installed.
Now, I'm trying to setup the second adapter, also with its own bridge. This second bridge is setup in the same way as the first, only the network settings are different. My problem is I made a mistake in the bridge IP address. I've corrected the error, but I can't restart the bridge. If I do:
I get:
I can down & up the physical link (eno2 in this case), but that doesn't change anything. Is there any solution to take my configuration into account without restarting the server?
Thanks.
I run a VMs server which is powered by Ubuntu 15.10. This server has 2 ethernet adapter. And both adapters are connected to separate networks.
The first adapter has been setup with its own bridge when the server was first installed.
Now, I'm trying to setup the second adapter, also with its own bridge. This second bridge is setup in the same way as the first, only the network settings are different. My problem is I made a mistake in the bridge IP address. I've corrected the error, but I can't restart the bridge. If I do:
Code:
sudo ifdown br1
Code:
interface br1 not configured
Thanks.