Questions tagged [networkmanager]
NetworkManager is an application tool to simplify the multi network model on a single or multiple interfaces.
1,129 questions
0 votes
0 answers
18 views
NetworkManager: configure a network interface with MAC address X to have an IP address Y
nmcli device set expects ifname. Is there a way to use a MAC address instead (configure [network interface having MAC address X] to have an IP address Y)? If I disable the long interface names (so I ...
1 vote
1 answer
108 views
USB Wi-Fi dongle not able to connect to network
Introduction I've just installed Debian 13 using the network installer over a WiFi USB dongle (https://a.co/d/ddrTljz). After booting into the OS, and trying to manage the WiFi adapter (that I used to ...
0 votes
0 answers
79 views
How can I use Network Manager to create a route to a docker Macvlan
Using https://lab4me.xyz/books/linux/page/how-to-create-and-use-macvlan-network-in-docker, I create a Docker macvlan network: ### create mac-vlan network docker network create \ -d macvlan \ --...
0 votes
0 answers
37 views
Networkmanager shared wired connection no DHCP in hairpin mode
I'm setting up a Raspberry Pi as a mini router for university Accommodation, using NetworkManager to configure the connections, but I'm running into a problem. My current setup has a USB ethernet ...
0 votes
0 answers
145 views
Internet disconnects sometimes when downloading large files
For some reason my wifi network just keeps disconnecting. It always goes like this: It disconnects, then I get a notification from the System saying that the connection failed. It tries to reconnect ...
0 votes
0 answers
52 views
Fedora 36 NetworkManager delete old IP, DHCP addresses from adapter enp0s3
I am trying to remove an old IP and route from Fedora 36 NetworkManager. I recall my steps as I followed them. I am using Win-11 x86_64(host), VirtualBox 6.1.5, Fedora 36 (guest.) When I installed the ...
0 votes
1 answer
59 views
DHCP requests not reaching router on 5Ghz networks with WCN785x Wi-Fi 7(802.11be) 320MHz 2x2, Qualcomm Technologies
I've got a new machine with an MSI MAG Z790 Tomohawk Max Wifi (MS-7E25) motherboard running Mint 22.1 (on kernel 6.14.0-29-generic), which has a Qualcomm WCN785x Wi-Fi 7 network card built in. lspci ...
0 votes
0 answers
36 views
NetworkManager error in raspberry using Dispatcher.d events
Our goal was to create an AP mode on a Raspberry Pi easily, so we could connect to it from outside, connect to a webserver, send form details about the WiFi network, and then connect to that WiFi ...