Para estudiar...
A list of useful nmcli command examples for network configuration via NetworkManager...
Vía Facebook:
https://www.facebook.com/groups/2735164529858645

- nmclic.jpg (83.92 KiB) Visto 6233 veces
nmcli is a command-line tool for controlling NetworkManager and
reporting network status. It can be utilized as a replacement for
nm-applet or other graphical clients. nmcli is used to create,
display, edit, delete, activate, and deactivate network connections, as
well as control and display network device status. See nmcli-
examples(7) for ready to run nmcli examples.
Typical uses include:
• Scripts: Utilize NetworkManager via nmcli instead of managing
network connections manually. nmcli supports a terse output format
which is better suited for script processing. Note that
NetworkManager can also execute scripts, called "dispatcher
scripts", in response to network events. See NetworkManager(8) for
details about these dispatcher scripts.
• Servers, headless machines, and terminals: nmcli can be used to
control NetworkManager without a GUI, including creating, editing,
starting and stopping network connections and viewing network
status.
Fuente: Man pages