On Sun, Jan 16, 2022 at 1:50 AM n952162 <n952...@web.de> wrote: > > Hello all, > > my system runs fine, but when I want to restart my network, I find > there's no /etc/init.d/net.enp1s0 link or other interesting candidate. > Do something change here? > > What do I need to do to restart my network? > >
Obviously the answers depends completely on how you are managing services and what executables you have on your highly customizable Gentoo machine, but possibly: sudo service network-manager restart sudo systemctl restart NetworkManager.service sudo nmcli networking off && sudo nmcli networking on sudo ifdown -a && sudo ifup -a If you are using systemctl then sudo systemctl status is a good place to start, along with nmcli HTH, Mark