Questions tagged [nmcli]
Nmcli (Network Manager Client) is a command-line tool for controlling NetworkManager.
199 questions
0 votes
1 answer
47 views
cannot assign static ip to ubuntu machine using nmcli
I am assigning a static IP 4 address to ens33 interface on Ubuntu 24.04 using nmcli. But I'm getting the error. Error. unknown connection 'ens33' The commmand I am exceuting on terminal: sudo nmcli ...
0 votes
1 answer
82 views
Debian 12 (Beelink mini-PC, Intel AX200) shows Wi-Fi as “unavailable” in nmcli — solved by enabling NetworkManager and installing wpasupplicant
Question (the problem statement) I’m running Debian 12 on a Beelink mini-PC with an Intel AX200 Wi-Fi adapter. However, I could not connect to Wi-Fi. Running nmcli device always showed: wlo1 wifi ...
0 votes
0 answers
40 views
nmcli or nmtui for Access point on the same subet as my wired connection (trying to emulate a wifi-eth router box)
I manged to create connections that issue a Wifi access point using nmcli. I did nmcli device wifi hotspot con-name Wifi_AP_pcie ifname wlan0 ssid MirrorNET password superstrongpassword This is ...
1 vote
0 answers
647 views
Error: Connection activation failed: IP configuration could not be reserved
I am provisioning RHEL 9 machines via an Ansible playbook that contains this task: - name: Set DNS server community.general.nmcli: conn_name: "{{ conn_name | default('ens192') }}" ...
0 votes
1 answer
224 views
How to make ip link settings persistent on ubuntu 22.04
I'm trying to make persistent some ip links settings on ubuntu 22.04 desktop. Commands below works fine but are not persistent: ip link add mynet-shim link eno1 type macvlan mode bridge ip addr add ...
0 votes
0 answers
38 views
Kali rtl18723be unable to view list available ssid
I have installed Kali like usual OS, in the process of installation didn't get any problems, I've connected to my wifi. But after install Kali, I can't to view list of the SSIDs by command nmcli ...
0 votes
1 answer
85 views
why nmcli got multi same ssid and null ssid access point
I tried using nmcli to get the access_point list, but I got multiple entries with the same SSID and some with a null SSID. I'm not sure whether this is a problem. My system info: Linux Raiden 6.10.10-...
2 votes
0 answers
576 views
setup vpn connection using nmcli - Connection activation failed: No valid secrets
I'm trying to configure an openconnect VPN connection in nmcli on a Debian 12 running SwayWM. I manage to connect to the vpn using nmcli with the --ask flag but it cannot read vpn secrets provided ...