Outils pour utilisateurs

Outils du site


tech:pb_reseau_-_ifup_command_not_found

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:pb_reseau_-_ifup_command_not_found [2026/05/12 14:20] Jean-Baptistetech:pb_reseau_-_ifup_command_not_found [2026/05/12 14:33] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon Pb Réseau Redhat}}
 +
 +# Pb réseau - ifup command not found
 +
 +Contournement 
 +~~~bash
 +sudo dnf install NetworkManager-initscripts-updown
 +~~~
 +
 +Fichiers :
 +  * /usr/libexec/nm-ifdown
 +  * /usr/libexec/nm-ifup
 +  * /usr/sbin/ifdown
 +  * /usr/sbin/ifup
 +
 +Alternative :
 +~~~bash
 +# nmcli connection reload
 +# nmcli networking off
 +# nmcli networking on
 +
 +ip addr flush dev eth0
 +nmcli con down eth0
 +nmcli con up eth0
 +~~~
 +
 +ou
 +~~~
 +ip addr flush dev eth0
 +systemctl restart NetworkManager.service
 +~~~
 +
 +
 +
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki