Glam Prestige Journal

Bright entertainment trends with youth appeal.

I'm trying to setup a network bridge on a server using nmcli. The bridge should have multiple configured static IP addresses with a scope link.

This is easily done via ip command like so: ip addr add 192.168.0.150/24 dev br0 scope link

But I can't seem to find how to do this using nmcli only? Adding a static IP goes like this:

nmcli connection modify br0 ipv4.addresses '192.168.0.150/24'

But how should I configure the scope here?

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy