DEVICE MANAGEMENT COMMANDS nmcli device {status | show | set | connect | reapply | modify | disconnect | delete | monitor |wifi | lldp} [ARGUMENTS...] Show and manage network interfaces. status Print status of devices. This is the default action if no command is specified to nmcli device...
Networking Control Commands nmcli networking {on | off | connectivity} [ARGUMENTS...] Query NetworkManager networking status, enable and disable networking. on, off Enable or disable networking control by NetworkManager. All interfaces managed by NetworkManager are deactivated when networking is disab...
See NetworkManager(8) for more details about signals. NETWORKING CONTROL COMMANDS nmcli networking {on | off | connectivity} [ARGUMENTS...] Query NetworkManager networking status, enable and disable networking. on, off Enable or disable networking control by NetworkManager. All interfaces managed ...
I configured the bonded interface using nmcli, with the commands below: Raw nmcli con add type bond con-name bond0 ifname bond0 mode active-backup; nmcli con mod bond0 ipv4.addresses 192.168.40.1; nmcli con mod bond0 ipv6.method ignore; nmcli con mod bond0 ipv4.method manual; nmcli con...