Hello, I was able to configure Cloudstack 4.18 on AlmaLinux 9 last month.I used the following nmcli commands to create the bridge:
nmcli con add ifname cloudbr0 type bridge con-name cloudbr0 autoconnect yes nmcli con add type bridge-slave ifname eth0 master cloudbr0 nmcli con up cloudbr0 After creating the bridge, remove any assigned IP from the slave interface (e.g eth0) and assign it to the bridge. Regards. On Tue, Aug 27, 2024 at 3:59 PM Joan g <joang...@gmail.com> wrote: > Hello Community, > > Could someone provide guidance on setting up a bridge for the latest > AlmaLinux 9.4? When I use `nmcli` to create a bridge, the ethernet > interfaces keep going down, and I'm unable to bring them online. Any > suggestions on working `nmcli` commands would be greatly appreciated and > helpful. > > Regards, > Jon >