:: Re: [DNG] bookworm without systemd
Page principale
Supprimer ce message
Répondre à ce message
Auteur: jeremy ardley
Date:  
À: dng
Nouveaux-sujets: [DNG] static IP [was Re: bookworm without systemd]
Sujet: Re: [DNG] bookworm without systemd

On 23/7/23 12:55, Jonathan Drews via Dng wrote:
> Oh another thing. Configuring static IP adresses in systemd linux distros was
> difficult


There are  at least three different ways to configure networking in
systemd linuxes.

* NetworkManager.service

* networking.service

* systemd-networkd.service.

The default in many linuxes is NetworkManager, which is buggy and
difficult to use but officially loved.

networking.service is the traditional way of doing networks and is a bit
basic and is ignored in modern linux

systemd-networkd.service is not buggy, is highly configurable, and is
almost completely ignored in Debian.