On Thu, 2017-09-21 at 15:31 +0100, James Hogarth wrote: > > > If you have an existing connection of "System em1" for instance the > quickest way to turn that into a bridge with a device name of br0 is > now: > > nmcli connection add type bridge ifname br0 con-name "System bridge" > nmcli connection add type ethernet ifname em1 con-name "System em1" > master br0 connection.autoconnect yes > > That's off the top of my head, and a quick check of my blog, but > should be accurate enough to get you going. > Thanks for your reply. Why do I need to specify this long list of parameters for basic things? To be more precise, I expect something really simple like: nmcli tobridge ifcfg-eth0 nothing more, instead of the two complicated lines, because all configuration is already in ifcfg-eth0 and the bridge will be build from that. Same for reverse: nmcli tonormal br-eth0 It should also be an option at install time to choose bridge instead normal ethernet. As of now we have no option to do that in the graphical network configuration tool! So, I know how to do that but it's not easy for average user and that's a problem to be solved. Cristian Sava _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx