Quantcast
Viewing all articles
Browse latest Browse all 2849

System and Network configuration • Re: How to set static IP address(es)? What am I doing wrong?

Hello,
This is a clean installation of Debian 12 in which I have installed nothing.
How did you install Debian ?
I'm not sure why "NetworkManager" is running because I have not installed it. After the base installation, the very first thing I have tried to do is set up static IP addressing. [..] How do I neuter the NetworkManager that is installed by default?...I don't know that either.
@CwF gave you an explanation of how the NetworkManager could be installed as a dependency of other programs.
Coincidentally, when I run the command

Code:

apt-get install network-manager
...the package installs.
Is that, somehow, different than the NetworkManager that seems to be installed by default?....I just don't know.
Can you please check which packages are installed and used to configure the network? You can use the command (the debtags package can be downloaded here); e.g. :

Code:

debtags search "network::configuration" | cut -d ' ' -f1 | xargs apt --installed list
You can also list all running programs with the following command:

Code:

pstree
or

Code:

ps ax

Statistics: Posted by Aki — 2024-06-28 13:40



Viewing all articles
Browse latest Browse all 2849

Trending Articles