tech:pb_reseau_-_ifup_command_not_found
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| tech:pb_reseau_-_ifup_command_not_found [2026/05/12 14:14] – Jean-Baptiste | tech:pb_reseau_-_ifup_command_not_found [2026/05/12 14:33] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Pb réseau - ifup command not found | ||
| + | |||
| + | Contournement | ||
| + | ~~~bash | ||
| + | sudo dnf install NetworkManager-initscripts-updown | ||
| + | ~~~ | ||
| + | |||
| + | Fichiers : | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | * / | ||
| + | |||
| + | 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 | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
