Dynamic IP configuration using NetworkManager on Shunya OS

Commandline Based GUI(nmtui)

nmtui is a curses based GUI. You can start it by running the following command:

sudo nmtui

Commandline Utility(nmcli)

nmcli is a command-line tool for controlling NetworkManager and reporting network status.

List available devices

sudo nmcli dev

Turn on Wifi

sudo nmcli r wifi on

Scanning different devices

sudo nmcli dev wifi

Connect to WiFi Hotspot

sudo nmcli dev wifi connect "SSID" password "PASSWORD"

Note

You need to replace “SSID” and “Password” with your actual WiFi’s SSID and password.