Files
oam/knowledge base/network manager.md
2024-09-08 19:54:16 +02:00

714 B

Network Manager

  1. TL;DR
  2. Sources

TL;DR

# Get all settings of a connection.
nmcli connection show 'Wired connection 1'

# Change the autoconnect priority setting of a connection.
# Higher numbers set a higher priority.
nmcli connection modify 'it hurts when ip' connection.autoconnect-priority 1

# Start the TUI.
nmtui

# Show networks' channel, transfer rate, signal strength and security.
nmcli device wifi list
nmcli dev wifi

Sources