Skip to main content

Static IP with network manager

Jose CerrejonLess than 1 minuteGeneralGeneral

Static IP with network manager

wifi
wifi

Quick note about setting up out static IP with this app from cli. First we install it with:

sudo apt install -y network-manager

we can see all available ssid with:

nmcli device wifi list

To connect:

sudo nmcli device wifi connect '(your wifi network name/SSID)' password '(your wifi password)' ifname wlan0

and you are done.