Skip to content

Instantly share code, notes, and snippets.

@NefixEstrada
Created November 20, 2017 10:40
Show Gist options
  • Save NefixEstrada/6cdb100bf947229e90b1c0d2c79245ce to your computer and use it in GitHub Desktop.
Save NefixEstrada/6cdb100bf947229e90b1c0d2c79245ce to your computer and use it in GitHub Desktop.

NetworkManager CLI

Status

nmcli general status

Status networking

nmcli networking conn
Missatge Significat
none the host is not connected to any network.
portal the host is behind a captive portal and cannot reach the full Internet.
limited the host is connected to a network, but it has no access to the Internet.
full the host is connected to a network and has full access to the Internet.
unknown the connectivity status cannot be found out.

Llistar connexions

nmcli connection show

Connectar

nmcli connection up <UUID or NAME> --ask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment