2022-07-30 14:23:57 +02:00
|
|
|
# nmcli networking
|
|
|
|
|
|
|
|
> Manage the networking status of NetworkManager.
|
2024-10-10 10:22:22 +02:00
|
|
|
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
2022-07-30 14:23:57 +02:00
|
|
|
|
|
|
|
- Show the networking status of NetworkManager:
|
|
|
|
|
2025-07-20 01:37:29 +03:00
|
|
|
`nmcli {{[n|networking]}}`
|
2022-07-30 14:23:57 +02:00
|
|
|
|
|
|
|
- Enable or disable networking and all interfaces managed by NetworkManager:
|
|
|
|
|
2025-07-20 01:37:29 +03:00
|
|
|
`nmcli {{[n|networking]}} {{on|off}}`
|
2022-07-30 14:23:57 +02:00
|
|
|
|
|
|
|
- Show the last known connectivity state:
|
|
|
|
|
2025-07-20 01:37:29 +03:00
|
|
|
`nmcli {{[n|networking]}} {{[c|connectivity]}}`
|
2022-07-30 14:23:57 +02:00
|
|
|
|
|
|
|
- Show the current connectivity state:
|
|
|
|
|
2025-07-20 01:37:29 +03:00
|
|
|
`nmcli {{[n|networking]}} {{[c|connectivity]}} {{[c|check]}}`
|