Re: Changing IP on bridge without disconnecting VMs

2022-07-13 Thread Chris Adams via networkmanager-list
Once upon a time, Thomas Haller said: > Just to add, there is also `nmcli device modify "$IFNAME" > ipv4.addresses `, which does something similar, but without > modifying the persistent profile. An that case, the change is > ephemeral. Ahh, that's also good to know - I wasn't aware of how to use

Re: Changing IP on bridge without disconnecting VMs

2022-07-13 Thread Thomas Haller via networkmanager-list
On Wed, 2022-07-13 at 08:49 -0500, Dan Williams via networkmanager-list wrote: > On Wed, 2022-07-13 at 07:57 -0500, Chris Adams via networkmanager- > list > wrote: > > I have my primary ethernet interface configured in a bridge in NM, > > so > > that I can run VMs and have them on the local network

Re: Changing IP on bridge without disconnecting VMs

2022-07-13 Thread Chris Adams via networkmanager-list
Once upon a time, Dan Williams said: > On Wed, 2022-07-13 at 07:57 -0500, Chris Adams via networkmanager-list > wrote: > > I have my primary ethernet interface configured in a bridge in NM, so > > that I can run VMs and have them on the local network directly.  I > > needed to change the IP of the

Re: Changing IP on bridge without disconnecting VMs

2022-07-13 Thread Dan Williams via networkmanager-list
On Wed, 2022-07-13 at 07:57 -0500, Chris Adams via networkmanager-list wrote: > I have my primary ethernet interface configured in a bridge in NM, so > that I can run VMs and have them on the local network directly.  I > needed to change the IP of the host system, but when I ran "nmcli con > up > b

Changing IP on bridge without disconnecting VMs

2022-07-13 Thread Chris Adams via networkmanager-list
I have my primary ethernet interface configured in a bridge in NM, so that I can run VMs and have them on the local network directly. I needed to change the IP of the host system, but when I ran "nmcli con up br0", NM removed the VM virtual NICs from the bridge. Is there a way to do this differen